Merge lp://staging/~laney/ubuntu-archive-tools/update-output-helper into lp://staging/ubuntu-archive-tools

Proposed by Iain Lane
Status: Needs review
Proposed branch: lp://staging/~laney/ubuntu-archive-tools/update-output-helper
Merge into: lp://staging/ubuntu-archive-tools
Diff against target: 1237 lines (+701/-4) (has conflicts)
23 files modified
architecture-mismatches (+4/-0)
bootstrap-package (+95/-0)
branch-livefses (+8/-0)
checkrdepends (+9/-0)
component-mismatches (+22/-0)
copy-package (+46/-0)
copy-proposed-kernel (+15/-0)
cron.NBS (+4/-0)
manage-builders (+81/-4)
manage-chroot (+36/-0)
nbs-report (+4/-0)
package-subscribers (+14/-0)
phased-updater (+18/-0)
pocket-mismatches (+4/-0)
priority-mismatches (+5/-0)
publish-image-set (+4/-0)
queuediff (+4/-0)
retry-autopkgtest-regressions (+129/-0)
sru-remove (+4/-0)
sru-report (+45/-0)
sru-review (+8/-0)
ubuntu-changes (+8/-0)
update-output-helper (+134/-0)
Text conflict in architecture-mismatches
Text conflict in bootstrap-package
Text conflict in branch-livefses
Text conflict in checkrdepends
Text conflict in component-mismatches
Text conflict in copy-package
Text conflict in copy-proposed-kernel
Text conflict in cron.NBS
Text conflict in manage-builders
Text conflict in manage-chroot
Text conflict in nbs-report
Text conflict in package-subscribers
Text conflict in phased-updater
Text conflict in pocket-mismatches
Text conflict in priority-mismatches
Text conflict in publish-image-set
Text conflict in queuediff
Text conflict in retry-autopkgtest-regressions
Text conflict in sru-remove
Text conflict in sru-report
Text conflict in sru-review
Text conflict in ubuntu-changes
To merge this branch: bzr merge lp://staging/~laney/ubuntu-archive-tools/update-output-helper
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+267970@code.staging.launchpad.net

Description of the change

This is a script which constructs a view of the archive that more or less corresponds to one that britney is trying to create. You can use that to analyse why britney is saying that packages aren't able to migrate.

To post a comment you must log in.
973. By Colin Watson

[r=cjwatson] Add the team looking after ippusbxd in main.

974. By Colin Watson

manage-chroot: Log in anonymously for get/info.

975. By Colin Watson

[r=cjwatson] sru-report: list kernel family packages in the -proposed cleanup section

976. By Colin Watson

[r=cjwatson] Add the pkg-ime team which is subscribed to a couple of packages in main.

Revision history for this message
Iain Lane (laney) wrote :

I should fix this to make it a wrapper (or something similar) before we merge - the interface is a bit weird currently.

977. By Martin Pitt

Add retry-autopkgtest-regressions

This generates a set of run-autopkgtest commands (from britney2-ubuntu branch)
to re-run all autopkgtests which regressed.

978. By Martin Pitt

sru-report: Update YAML parsing for autopkgtest regressions

979. By Colin Watson

copy-package: Fix same-destination check: identical archives compare unequal (thanks, launchpadlib), so compare archive references.

980. By Colin Watson

branch-livefses: Revert r956 and materialise the livefses collection up-front instead.

981. By Colin Watson

wily → xenial / vivid → wily

982. By Colin Watson

copy-package: Make success output less misleading.

983. By Colin Watson

Add s390x to various reports for xenial.

984. By Martin Pitt

retry-autopkgtest-regressions: Stop assuming number of info URLs in YAML excuses

985. By Colin Watson

copy-package: Pass source series/pocket to Archive.copyPackage.

986. By Martin Pitt

copy-package: Add sponsor option

987. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/link-to-autopkgtest-page

988. By Colin Watson

component-mismatches: remove unused code

989. By Colin Watson

bootstrap-package: new tool to bootstrap a single package using injected build-dependencies

990. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/unicode-traceback

991. By William Grant

manage-builders: Update column widths to better match modern data.

992. By William Grant

manage-builders: Increase Cleaning warning threshold from 5 to 10 minutes, as mass resets can be slow.

993. By William Grant

[r=wgrant] manage-builders: Add --set-vm-host option.

994. By Colin Watson

manage-builders: add --quiet option

995. By Martin Pitt

retry-autopkgtest-regressions: Add --all-proposed option when running under $ALL_PROPOSED

996. By Adam Conrad

copy-proposed-kernel: Use new kernel security PPA for --security

997. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/add-snappy-dev

998. By Colin Watson

manage-builders: add --set-virtual and --set-non-virtual options

999. By Colin Watson

bootstrap-package: allow bootstrapping builds that are still "Needs building"

1000. By Martin Pitt

retry-autopkgtest-regressions: Use argparse

1001. By Martin Pitt

retry-autopkgtest-regressions: Add --state option

This is useful to retry all RUNNING tests in case test queues got
flushed for maintenance.

1002. By Martin Pitt

retry-autopkgtest-regressions: Add --ci-train option

1003. By Martin Pitt

retry-autopkgtest-regressions: Add --max-age option

1004. By Martin Pitt

retry-autopkgtest-regressions: Add --min-age option

1005. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/mir-bug-creation-improvements

1006. By Steve Langasek

Explicitly spell out the bug statuses we look for when searching MIR bugs to include wontfix, so that previously-rejected MIRs are visible on the report.

1007. By Steve Langasek

Re-merge with trunk

1008. By Steve Langasek

Drop incomplete with/without response from bug status list, already encompassed by 'incomplete' - thanks, Brian\!

1009. By Adam Conrad

priority-mismatches: Remove s390-tools workarounds

1010. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/unsubbed-dev-release

1011. By Colin Watson

auto-sync, kernel-overrides, orphaned-sources: stop relying on {Packages,Sources}.bz2; use .gz for now because I'm lazy

1012. By Colin Watson

package-subscribers: remove unused import

1013. By Colin Watson

xenial → yakkety; wily → xenial

1014. By Steve Langasek

Recognize maas-maintainers as a main team subscriber

1015. By Martin Pitt

retry-autopkgtest-regressions: Fix crash on None age, add missing parenthesis

1016. By Steve Langasek

When opening bugs, use the right status - Incomplete (without response) - so that they'll be indexed on the package bug page; 'Incomplete' is a legacy status that shouldn't be used

1017. By Steve Langasek

Add ubuntu-openstack team to list of known main owners

1018. By Steve Langasek

Add 'cloudware' as an owning team for packages on the cloud images

1019. By Steve Langasek

remove cloudware again, this is a private team that we can't query

1020. By Steve Langasek

Add support for a -e option, to allow specifying the exact version of a
package to review in the queue (rather than forcing you to manually process
everything when more than one version is present).

1021. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/phasing-ignore-dpkg-errors

1022. By Steve Langasek

Merge lp:~brian-murray/ubuntu-archive-tools/sru-report-table-id

1023. By Iain Lane

merge

1024. By Iain Lane

xz

1025. By Iain Lane

merge lp:~vorlon/ubuntu-archive-tools/update-output-helper

1026. By Iain Lane

update-output-helper: Handle sources which produce binaries of a different version

These have "Source: sourcename (sourceversion)" in their stanza in the Packages
file.

bash was doing interesting things when trying to handle the arguments to
grep-dctrl as a string (it was insisting on tokenising the '(' in "source
(version)" into their own arguments, despite all my pleading), so force its
hand by using an array.

Unmerged revisions

1026. By Iain Lane

update-output-helper: Handle sources which produce binaries of a different version

These have "Source: sourcename (sourceversion)" in their stanza in the Packages
file.

bash was doing interesting things when trying to handle the arguments to
grep-dctrl as a string (it was insisting on tokenising the '(' in "source
(version)" into their own arguments, despite all my pleading), so force its
hand by using an array.

1025. By Iain Lane

merge lp:~vorlon/ubuntu-archive-tools/update-output-helper

1024. By Iain Lane

xz

1023. By Iain Lane

merge

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches