Commit Graph

541 Commits (pre-rebase-2016-10-25)

Author SHA1 Message Date
Niels Thykier bee0a99528 Reuse pkg_ids instead of creating them ad-hoc 9 years ago
Niels Thykier 71d181aa83 Add pkg_id field to BinaryPackage 9 years ago
Niels Thykier 856bbba232 Add missing "None" guard for faux packages 9 years ago
Niels Thykier c14ee0410b Let hintdir specific the actual directory of hints files 9 years ago
Niels Thykier 1ee1375d38 britney: Fix bug in reading d-i Packages 9 years ago
Niels Thykier f23a72dcdb britney2: Mirror layout - also read d-i Packages files 9 years ago
Niels Thykier 3c0dcf0de3 britney: Permit comments in Package-List field of constraints 9 years ago
Niels Thykier e50037a7da constraints parsing: Fix off-by-one in split 9 years ago
Niels Thykier 3fde3ca7a0 Make Faux packages default to non-free 9 years ago
Niels Thykier 17a8fd6cdc Correct error message to use the real field name 9 years ago
Niels Thykier c9ed47ca6d britney.py: Remove unused import 9 years ago
Niels Thykier ccb473e19f britney.py: Support compressed Packages/Sources 9 years ago
Niels Thykier 398c7a4959 Add support for loading faux packages 9 years ago
Niels Thykier 58b704f3d0 britney.py: Extract a _parse_provides method 9 years ago
Niels Thykier 7ccbfe2fdf Make "Keep-installable" constraints overrule nuninst counters 9 years ago
Niels Thykier f3e37faf7e Add present-and-installable constraints support 9 years ago
Niels Thykier ec37bd06aa Optimise checking of affected packages 9 years ago
Niels Thykier a4daee0866 britney.py: Optimise scheduling a bit 9 years ago
Niels Thykier ac66e3118d Reject some excuses with unsatisfiable depends 9 years ago
Niels Thykier 8991889fad Prefer pkg.foo to pkg[FOO] for binary packages 9 years ago
Niels Thykier 4eebb5180f Make binary packages a namedtuple 9 years ago
Niels Thykier 7230cd29c0 Re-order parsing of suites to avoid changing binary pkgs 9 years ago
Niels Thykier c4e7596837 read_pkgs: Parse Provides a bit earlier 9 years ago
Niels Thykier 946d705e2b read_pkgs: Refactor source+src_version parsing 9 years ago
Niels Thykier eb2c6aad27 Remove redundant notes about arch:all packages 9 years ago
Niels Thykier 5d31eee805 Add block/unblock-hint info to excuses.yaml 9 years ago
Niels Thykier 1028860c53 Move missing-builds/cruft to excuses 9 years ago
Niels Thykier 1400fa1384 Remove "Not considered" note from excuses.yaml 9 years ago
Niels Thykier 63b08f8278 Optimise a few hints.search calls 9 years ago
Niels Thykier 6d6a7ac529 Move RC bug handing into a policy 9 years ago
Niels Thykier 5ec3aea43a Move age-handling into a separate file 9 years ago
Niels Thykier 4ced8a3d41 britney.py: Fix crash with arch:all packages being shadowed 9 years ago
Niels Thykier 8ab7fc0e89 Avoid some unnecessary effort in compuing "affected" 9 years ago
Niels Thykier 38a198e8b2 Replace some string concat+split with tuples 9 years ago
Niels Thykier 1ddf63e14b britney.py: Remove uncommented printf debugging 9 years ago
Niels Thykier 28f69fa505 britney.py: Log when old libs are present but not removed 9 years ago
Niels Thykier b5db57715b Move two installability testing functions to britney_util 9 years ago
Niels Thykier 05de911090 Make excuses a dict rather than a list 9 years ago
Niels Thykier 9b9d44db3a Move some of the hint parsing into hints.py 9 years ago
Niels Thykier 5083311ec2 britney.py: Rename __log to log 9 years ago
Niels Thykier 7b0d4023d0 britney.py: Remove redundant open before TagFile 9 years ago
Niels Thykier 5bbca73391 Make components and --control-files mutually exclusive 9 years ago
Anthony Towns 496e48c9a7 britney.py: Add support for multiple components 9 years ago
Niels Thykier e2b98872cf Refactor some local expressions 9 years ago
Niels Thykier 7e475cd9f9 britney.py: assert provides table is up to date 9 years ago
Niels Thykier 3ff01b5ec9 britney.py: Avoid creating empty lists for provides 9 years ago
Emilio Pozuelo Monfort 203466bb51 Fix migration for sources with old cruft that isn't in testing 9 years ago
Niels Thykier efd3359aba britney.py: Remove unused named parameter 9 years ago
Niels Thykier 22cef671a5 Refactor some code to avoid unnecessary table lookups/checks 9 years ago
Niels Thykier 12d9ae8fa3 Use pkg_id instead pkg/arch in BINARIES 9 years ago
Niels Thykier aa34a47f8a Remove all calls to "same_source" - they were overkill 9 years ago
Niels Thykier 179ced304d britney: Work around bug 815995 9 years ago
Niels Thykier 6965dda5f7 Support versioned provides (without multi-arch) 9 years ago
Niels Thykier 7fcb6e3354 Partially support versioned provides 9 years ago
Niels Thykier 176fe04c98 Use sets in the provides-table 9 years ago
Niels Thykier 19e54380c3 Store the pkg_id in undo instead of the package info 9 years ago
Niels Thykier f5a52fcec4 britney.py: Add all_binaries to store binaries by pkg_id 9 years ago
Niels Thykier 92deb4d1b9 britney.py: Avoid some throw-away creation of collections 9 years ago
Niels Thykier dc8ae9e1ce britney.py: Fix typo 9 years ago
Niels Thykier 52a1dd6ffa britney.py: Remove some redundant if-statements 9 years ago
Niels Thykier 31377a7c39 Move loop invariant out of the loop 9 years ago
Niels Thykier da5e797fc9 Remove unused variables/assignments 9 years ago
Paul Wise cd66fc82d8 Do not hard-code codenames in the URL to the freeze policy 9 years ago
Niels Thykier 505e31b106 britney.py: Remove unused import 9 years ago
Emilio Pozuelo Monfort f6c974fdb7 Point to the Stretch freeze policy 9 years ago
Emilio Pozuelo Monfort 3bd5380afc britney.py: Fix migration of binNMUs for sources that have cruft 9 years ago
Adam D. Barratt 8480e1859c Always output excuses for packages with "wrong source" issues 9 years ago
Niels Thykier 1e99c780da britney.py: Fix the hint tester 9 years ago
Niels Thykier 3b610160ad britney.py: Update nuninst after writing the "accepted" stats 9 years ago
Niels Thykier 9c3d0afaf5 britney.py: Remove sort_actions, we no longer need it 9 years ago
Niels Thykier bbc6c34ca5 britney.py: Make iter_packages repeat until no more actions work 9 years ago
Niels Thykier 326cc0d98b Rewrite the main run to use the solver and allow combined migrations 9 years ago
Niels Thykier 65f74c226d Make try_migration support multiple actions 9 years ago
Niels Thykier 13d4d4801b britney: Factor out a try_migration method 9 years ago
Niels Thykier 6db0ed5ac8 britney: Move table lookup out of get_dependency_solvers 9 years ago
Niels Thykier 681a7b8cd7 Log when compiling Installability tester 9 years ago
Niels Thykier a9ee64470e Always use pkg ids in the InstallabilityTester API 9 years ago
Niels Thykier 2914a8a51b britney.py: Verify nuninst before updating control files 9 years ago
Niels Thykier 7736b53c60 Drop now unused register_reverses and RDEPENDS 9 years ago
Niels Thykier 3d5d328738 Use inst_tester to compute smooth updatable binaries 9 years ago
Niels Thykier 5123bc2317 Remove the now unused RCONFLICTS field 9 years ago
Niels Thykier 289807463e Rewrite computation and testing of "affected" packages 9 years ago
Niels Thykier 58edb64c99 Update nuninst correctly for arch:any -> arch:all migrations 9 years ago
Niels Thykier f3a8181bda britney.py: Fix statement without an effect 9 years ago
Niels Thykier 7c5fdc8aca britney.py: Use "is" rather than "==" for None comparisons 9 years ago
Ivo De Decker 606dbcb470 ignore arch all when looking for up-to-date bins 9 years ago
Ivo De Decker 984b07b58e Don't remove outdated binaries for fucked arches if they are in unstable 9 years ago
Ivo De Decker 88bf620896 Add option to ignore cruft 9 years ago
Cyril Brulebois d2fa0fb07c excuses: New try for block-udeb → d-i RM. 10 years ago
Cyril Brulebois d2bdcfc237 Revert "excuses: Point to the d-i release manager when block-udeb is involved." 10 years ago
Cyril Brulebois 6adee798cd excuses: Point to the d-i release manager when block-udeb is involved. 10 years ago
Niels Thykier 5f98e6b37b Create a clone_nuninst function for iter_packages{,_hint} 10 years ago
Niels Thykier da83e4cc23 iter_pkg: Refactor nuninst cloning 10 years ago
Niels Thykier 0043b09c45 britney.py: Avoid some O(n) look-ups in the auto-hinter 10 years ago
Niels Thykier 843952d627 Avoid O(n^2) duplication handling when building hints 10 years ago
Niels Thykier 72eb6af711 britney: Optimise original auto-hinter duplication handling 10 years ago
Niels Thykier 0b9006c36b britney.py: Pre-split self.options.*_arches 10 years ago
Niels Thykier bf3aa08023 britney.py: Minor optimisation to sort_actions 10 years ago
Niels Thykier d5cfd5aebd britney.py: Remove redundant arg to format 10 years ago
Niels Thykier e725647175 Be verbose when rejecting a hint due to invalid candidates 10 years ago