Colin Watson
41821072e2
Make autopkgtest request logging more useful by moving it after adt-britney request.
12 years ago
Colin Watson
6da7f96ca2
Pass Britney instances through to AutoPackageTest.
12 years ago
Colin Watson
5ed767701b
Log autopkgtest requests.
12 years ago
Colin Watson
1cf35e27c8
Fix cause handling in AutoPackageTest.request.
12 years ago
Colin Watson
f961f74ef3
Run autopkgtests for valid candidates, and wait for the results.
12 years ago
Colin Watson
111ab78d7d
Apply undo list in reverse order; in rare cases with hints with overlapping virtual packages provided by different sources, this can make a difference.
12 years ago
Stefano Rivera
71e133356a
Add myself as a hinter
12 years ago
Stéphane Graber
c531ec1b5a
Ad myself to hints permissions.
12 years ago
Jonathan Riddell
0a3141b2db
Add myself to hinters
12 years ago
Colin Watson
9388587b95
merge lp:~ubuntu-archive/britney/britney2
12 years ago
Adam D. Barratt
2ccfc4120c
Clarify the checks for existing binary packages in doop_source()
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Niels Thykier
c74ee2878b
Always include providers of virtual packages in rdepends
...
Signed-off-by: Niels Thykier <niels@thykier.net>
12 years ago
Adam D. Barratt
e605091f24
Fix excuse invalidation checks for arch-specific dependencies
...
A dependency on an arch-specific package which is not a valid candidate
should lead to the depending package not being a candidate.
For now we ensure that the generated excuses output remains the same,
so that we don't have to wait for consumers to adapt to a new format.
Changing the output format should be revisited at a later point.
See Debian bug #693068 .
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
c5d9a8eaa5
Remove two unused variables from iter_packages()
...
The code using the variables was refactored in 694d614b
. As a result
they were still set in iter_packages() but never subsequently used.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
d11c40d4b8
Make obsolete source package removal slightly more intelligent
...
Previously a package which became obsolete during a run would not be
automatically removed until the next run. This was due to the fact that
sources[][BINARIES] is not updated during the run. Instead, we build a
list of source packages which produce at least one binary and then
remove any packages not in that list.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Colin Watson
a3b7baf3e5
Never promote a package unless it has at least one up-to-date binary on at least one architecture, regardless of exceptions for architectures that aren't keeping up.
12 years ago
Iain Lane
0052a9afcb
Add myself to hinters
12 years ago
Colin Watson
1a916783ae
require powerpc binaries to be in sync again; previous arrangement caused problems with powerpc-only packages
12 years ago
Colin Watson
f3cc980870
allow powerpc binaries to drop out of sync, until such time as sulfur.buildd is restored
12 years ago
Scott Kitterman
27f7c16b0d
Add myself to hints permissions.
12 years ago
Adam Conrad
f27ba2d342
Add myself to the hints permissions
12 years ago
Colin Watson
93291250c6
avoid duplicates in source BINARIES element when multiple versions of a package (e.g. Architecture: all) are present
12 years ago
Colin Watson
b91d765819
drop armel for real, since it's now disabled
12 years ago
Colin Watson
a69a17a4af
remove armel from BREAK_ARCHES again; something in the do_all path for break_arches is causing britney to crash, and armel will go away soon enough anyway
12 years ago
Adam Conrad
e70da8c049
Allow armel to break for now, we'll remove it entirely from the ARCHES list when it's gone from raring
12 years ago
Colin Watson
0211319d6b
update contact information for Ubuntu
12 years ago
Colin Watson
1efcf2f084
add myself as a hinter
12 years ago
Colin Watson
15b3eb2cba
fix handling of removed Architecture: all packages while merging binaries
12 years ago
Colin Watson
8974b4d77b
properly isolate source and target sources entries when merging
12 years ago
Colin Watson
9a714f2213
optionally merge packages from testing to unstable, to cope with a partial unstable suite
12 years ago
Colin Watson
82a1d9f15d
only write delta if delta_output is configured
12 years ago
Colin Watson
afe4ce0a4c
binary-only promotions are still by source package, so look them up appropriately
12 years ago
Colin Watson
2034272f1c
handle binary-only promotions when writing delta
12 years ago
Colin Watson
c15542af29
buildd.debian.org -> launchpad.net
12 years ago
Colin Watson
e2403eade5
Write upgrade delta to output/Delta.
12 years ago
Colin Watson
8254582a55
Make tpu optional.
12 years ago
Colin Watson
94fb167f5f
Use relative paths; set Ubuntu architecture test; set Ubuntu hint permissions.
12 years ago
Colin Watson
e8beb5f5e0
Make removal of obsolete source packages configurable, and disable it for Ubuntu for now.
12 years ago
Colin Watson
cacf326907
Skip bug-based processing if BugsV is missing.
12 years ago
Colin Watson
a9f50bc26b
Use default urgency for all packages if Urgencies is missing.
12 years ago
Colin Watson
7049af338d
Skip date-based processing if Dates is missing.
12 years ago
Colin Watson
ee9bb6c002
Python 2.6 -> 2.7
12 years ago
Colin Watson
975852afca
Fix checklib link order.
12 years ago
Adam D. Barratt
998d6ee2bc
Disable new smooth updates
...
Setting SMOOTH_UPDATES to a string which is neither a valid section
name (nor the magic string "ALL") should allow removal of old libraries
to continue without any new smooth updated libraries being accepted.
An empty SMOOTH_UPDATES would also stop removals from occurring.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
13 years ago
Adam D. Barratt
406ca73f26
Sync with live configuration
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
13 years ago
Adam D. Barratt
a059a18406
Fix thinko in the introduction of "recurse"
...
"not force and not earlyabort" simplifies to "not earlyabort" rather
than "not force", as an easy hint would set "earlyabort" but not
"force".
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
13 years ago
Adam D. Barratt
ae05fb28db
iter_packages(): Replace "earlyabort" with (inverse sense) "recurse"
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
13 years ago
Niels Thykier
90bb65383f
Optimize the return value of get_reverse_tree
...
All callers of get_reverse_tree compute the same modification of its
return value, so move that computation into get_reverse_tree.
Signed-off-by: Niels Thykier <niels@thykier.net>
13 years ago
Niels Thykier
352fd3da08
do_all(): Only collect lundo info if it will be used
...
Side-effect, "undo" can now be inferred from lundo (being not None),
so it has been removed.
Signed-off-by: Niels Thykier <niels@thykier.net>
13 years ago
Niels Thykier
5d1ee6b57a
Simplify codeflow in do_all()
...
Side-effect, pass lundo as parameter to iter_packages rather than
having it return the value.
Signed-off-by: Niels Thykier <niels@thykier.net>
13 years ago