lp://qastaging/~apw/britney/britney1-ubuntu--fix-bug-blocks
- Get this branch:
- bzr branch lp://qastaging/~apw/britney/britney1-ubuntu--fix-bug-blocks
Branch merges
- Łukasz Zemczak: Approve
-
Diff: 58 lines (+25/-16)1 file modifiedbritney (+25/-16)
- Ubuntu Package Archive Administrators: Pending requested
-
Diff: 7386 lines (+7242/-0)28 files modifiedREADME (+104/-0)
britney (+584/-0)
fauxpkg/FauxPackages (+69/-0)
fauxpkg/README (+50/-0)
fauxpkg/fauxpkg.py (+193/-0)
fauxpkg/noremove.d/README (+3/-0)
scripts/backlog-report (+95/-0)
scripts/ood_report.py (+101/-0)
scripts/udeb-report (+49/-0)
update_out/.gitignore (+6/-0)
update_out/Makefile (+33/-0)
update_out/README (+32/-0)
update_out/assert.c (+11/-0)
update_out/britney-py.c (+871/-0)
update_out/checklib.c (+185/-0)
update_out/dpkg-lib.cpp (+34/-0)
update_out/dpkg.c (+2013/-0)
update_out/dpkg.h (+207/-0)
update_out/freelist.c (+188/-0)
update_out/freelist.h (+14/-0)
update_out/index.html (+18/-0)
update_out/memory.c (+389/-0)
update_out/memory.h (+47/-0)
update_out/memory2.c (+20/-0)
update_out/memory3.c (+209/-0)
update_out/templates.h (+277/-0)
update_out/thoughts (+13/-0)
update_out/update_out.py (+1427/-0)
Branch information
Recent revisions
- 329. By Andy Whitcroft
-
britney: identify bug blocks against the nominated series as well as devel
When searching against a distribution we only actually will find tasks on
bugs open against development. This leads us to miss bugs which either
have a closed development task or have no development task at all. This
affects bugs in then development series which have no general development
task, and those nominated to older series and have a closed development
task. In particular these forms are seen with kernel tracking bugs.Enhance the blocking bug search to search in both the distribution and the
associated series.This has been run in unit-test against development and produces the same
block list there. It has been tested against the current live stable
releases and seems to produce believeable block lists, and significantly
longer ones in those releases.Signed-off-by: Andy Whitcroft <email address hidden>
- 327. By Adam Conrad
-
[rbalint, r=adconrad] List bugs tagged as update-
excuse( -<release> ) in ExcuseBugs - 325. By Iain Lane
-
turn off sru-regression emails
they are sending false positives and Łukasz is going to look into it
- 324. By Iain Lane
-
fauxpkg.py: Check all directories for packages
If a package exists in the release pocket, we should not write a faux package
just because it doesn't exist in proposed. - 323. By Iain Lane
-
fauxpkg.py: Don't look at source names
Faux packages are *binary* package names. When considering if there are
duplicates, we should only look at the binaries in the input Packages file and
not the sources as we have been previously doing. - 322. By Iain Lane
-
fauxpkg.py: Print the full path when skipping FauxPackage entries
there's something wrong here - we're skipping things we shouldn't be; would be
helpful to see what's going wrong
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/britney