lp:ubuntu-archive-scripts

Created by Steve Langasek and last modified
Get this branch:
bzr branch lp:ubuntu-archive-scripts
Members of Ubuntu Package Archive Administrators can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

377. By Steve Langasek

Stop running update-seeds for trusty, xenial, bionic

These releases are all out of standard support and in ESM. While updating
the seeds on the server doesn't take long, there aren't going to be any more
legitimate changes to these seeds now so simplify the script.

376. By Steve Langasek

noble->oracular

375. By Steve Langasek

Kill references to the ImplicitDependencies policy

374. By Steve Langasek

Fix update-one-germinate to hopefully not fail going forward.

We try to avoid issues with rdepends/ALL by rsyncing it first before
patching with diff, but the contents of the *targets* of the symlinks under
rdepends/ALL may have changed; in which case patching still fails. So if
we instead use filterdiff to exclude rdepends/ALL at the diff/patch stage,
hopefully this will avoid the latter problem.

373. By Łukasz Zemczak

Add lunar to the exclude list.

372. By Łukasz Zemczak

EOL lunar.

371. By Steve Langasek

Handle the rdepends/ALL subtree with rsync instead of diff.

This is a symlink tree and thus immune to patching. germinate-output has
been out of date for some time as a result of non-zero exit codes from diff,
this should fix that.

370. By Steve Langasek

Don't let patch create .orig, .rej files

It's not clear why diff | patch was ever causing a mismatch - possibly
a race with another running process - but there were definitely .rej files
present in the output tree. Pass options to patch that prevent this from
happening.

369. By Steve Langasek

Further refactor to reduce code duplication

Almost all flavor teams in launchpad follow the same naming scheme, so we
can generalize

368. By Steve Langasek

Use correct syntax for team in URLs

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.