525 Commits (b9f30120ad0bdfbe357f97f28c06ffb2237d6888)
 

Author SHA1 Message Date
Adam D. Barratt 74b087c13a Completer: offer tpu packages when completing "approve" hints
11 years ago
Adam D. Barratt 3b03f1fefd Completer: copyright foo
11 years ago
Adam D. Barratt a69d450c38 Completer: when processing a "remove", only offer packages from testing
11 years ago
Adam D. Barratt 45fef5e4d5 Completer: add forgotten "remove" to command completion
11 years ago
Adam D. Barratt 22f39c75d6 Completer: support all hints
11 years ago
Adam D. Barratt 8c26798395 write_excuses: clear the list of excuses before building
11 years ago
Adam D. Barratt 07918e2164 hint_tester: accept all hints
11 years ago
Adam D. Barratt 8b09f949b6 Completer: don't crash if there are candidates in t-p-u
11 years ago
Adam D. Barratt d1cf7116da Don't remove arch:all packages when migrating binNMUs via *pu
11 years ago
Adam D. Barratt cd47a75726 Replace a single-use list in the smooth updates checks with any()
12 years ago
Adam D. Barratt 8a3d4fd595 Use any() in tpu o-o-d checks rather than throwaway lists
12 years ago
Adam D. Barratt bc9f7cde98 Split the tpu o-o-d checks up to make them more readable
12 years ago
Adam D. Barratt 4b2e5b694c Fix tpu out-of-date checks for sources with multiple versions in tpu
12 years ago
Adam D. Barratt 2d360a1628 Don't flag unbuilt binary *pu binNMUs for removal in excuses
12 years ago
Adam D. Barratt 2f542ee526 Add jmw
12 years ago
Adam D. Barratt beab8c1b7a Merge excuses "unblock" parsing for unstable and *pu
12 years ago
Adam D. Barratt b33714af92 Remove remaining "approve" hint support code
12 years ago
Adam D. Barratt f7391fc335 Make "approve" an alias for "unblock"
12 years ago
Niels Thykier 0497e95b71 Ignore sources only referenced by Built-Using
12 years ago
Adam D. Barratt e7b959b0bb Clarify the checks for existing binary packages in doop_source()
12 years ago
Niels Thykier 6330b6bd14 Always include providers of virtual packages in rdepends
12 years ago
Adam D. Barratt c95169c8ca Fix excuse invalidation checks for arch-specific dependencies
12 years ago
Adam D. Barratt 5ec47a0e72 Remove two unused variables from iter_packages()
12 years ago
Adam D. Barratt 9f3e1630b4 Make obsolete source package removal slightly more intelligent
12 years ago
Adam D. Barratt 4955efb6d7 Disable new smooth updates
12 years ago
Adam D. Barratt 5feba8c03f Sync with live configuration
12 years ago
Adam D. Barratt 226b779afd Fix thinko in the introduction of "recurse"
12 years ago
Adam D. Barratt 4a0b6ac068 iter_packages(): Replace "earlyabort" with (inverse sense) "recurse"
12 years ago
Niels Thykier 689204a958 Optimize the return value of get_reverse_tree
12 years ago
Niels Thykier 94c8b3a411 do_all(): Only collect lundo info if it will be used
12 years ago
Niels Thykier 5f6244e70e Simplify codeflow in do_all()
12 years ago
Niels Thykier 694d614b6b Refactor part of iter_packages into separate method
12 years ago
Adam D. Barratt 1159e2b642 Clarify how ages are calculated
12 years ago
Niels Thykier 82b9eda016 Merge Pre-Depends into Depends
12 years ago
Adam D. Barratt 86bde62017 Fix reference to "apt.pkg.ParseDepends" (-> "apt_pkg.parse_depends")
12 years ago
Adam D. Barratt 19c61e4503 Fix typo in variable name
12 years ago
Adam D. Barratt ef78fb34b2 Don't import "os" multiple times
12 years ago
Adam D. Barratt bff12b1883 Make smooth updates slightly more intelligent
12 years ago
Adam D. Barratt 5ba953a78d Fix transposition of arch/suite in tpu "not yet built" links
12 years ago
Adam D. Barratt c571e8fdba Fix "block-all source" handling
12 years ago
Adam D. Barratt da69fb39ca Perform basic sanity checking when reading hints files
12 years ago
Cyril Brulebois 319f5ef9eb lib/dpkg.c: Keep noise related to AIEEEs to a minimum.
12 years ago
Cyril Brulebois 6e701a09cd britney: Print the current package to stderr when AIEEEing.
12 years ago
Niels Thykier 3e9c1acb8e britney: Never strip multi-arch in dependencies
13 years ago
Adam D. Barratt d1d5d9826e Merge branch 'master' of file:///srv/release.debian.org/git/britney2
13 years ago
Adam D. Barratt a4f91cce41 Drop closing li tag from "valid candidate" messages
13 years ago
Niels Thykier edbd7f4563 Remove some unused fields and methods in excuse
13 years ago
Niels Thykier d41bf54585 Convert all classes to "new-type" Python classes
13 years ago
Adam D. Barratt 1b0a85d879 Make Excuse a new-style class, so property decorators work as expected
13 years ago
Niels Thykier ed905b99c7 Made is_valid and dontinvalidate properties in Excuse
13 years ago