Commit Graph

237 Commits (cd1735492cd5804ffccc678366ffc2d6b88315e7)

Author SHA1 Message Date
Niels Thykier cd1735492c Read testing data files only once
13 years ago
Niels Thykier c4a8b31edf Completer: use britney.upgrade_me instead of generate_package_list
13 years ago
Niels Thykier e7689715d2 Removed the notion of "depth" in britney
13 years ago
Niels Thykier e7b90af6db Pre-append $B2dir/pythonX(.Y) to sys.path if it exists
13 years ago
Niels Thykier b52ff787e0 Removed unused return value from excuse_unsat_dep
13 years ago
Niels Thykier 20682bfa5b Refactor installability test in iter_packages into separate method
13 years ago
Niels Thykier 1f87322d5a Make "affected" a set based on the usage of it
13 years ago
Niels Thykier 4febf18aba Removed compat-mode and (the now redundant) auto-hinter cmd option
13 years ago
Niels Thykier 1507f44903 Constant propagate "strict" variable
13 years ago
Mehdi Dogguy bc46c1b2f5 Migrate to python-apt 0.7.100 API
13 years ago
Niels Thykier e1b98db809 Use "key" instead of "cmp" when sorting excuses
13 years ago
Niels Thykier ede3a592a8 Import reduce via functools
13 years ago
Niels Thykier 582eabcb78 Replaced "x.has_key(y)" with "y in x"
13 years ago
Adam D. Barratt 46ae57bad4 Remove non-sensical text from should_upgrade_src's docstring
13 years ago
Adam D. Barratt 42df75af7b Automatically remove obsolete source packages from testing.
13 years ago
Niels Thykier 68f1d17334 Refactored the "undo" code into its own method
13 years ago
Adam D. Barratt 9b2cfdde3e Consistently format package names when processing hints.
13 years ago
Niels Thykier dc36ca2469 Simplified get_reverse_tree
13 years ago
Niels Thykier 726bee7714 Removed unused "excluded" argument for some methods
13 years ago
Adam D. Barratt 57878c9077 Fix brown paper bug handling "hint"s with multiple package initial sets
13 years ago
Adam D. Barratt f5f558818b Switch to using Python 2.6
13 years ago
Adam D. Barratt 45c11a1f57 Support implicit (t)pu hint items
13 years ago
Adam D. Barratt 0fbecb9a9e Simplify hint override checking
13 years ago
Adam D. Barratt 9f793fcbec Fix-up hint override logic
13 years ago
Adam D. Barratt 7045c6e549 Pass the list of supported architectures to MigrationItem
13 years ago
Adam D. Barratt c19f880142 Fix up spacing issues; thanks Niels.
13 years ago
Adam D. Barratt 7f9d8ae271 "Broken architectures" fix-up
13 years ago
Adam D. Barratt 2018302e1f Merge branch 'master' into p-u
13 years ago
Adam D. Barratt fb3cee8207 Make it clearer that single binary removal is an implementation detail
13 years ago
Adam D. Barratt 197e46db1c Merge branch 'master' into p-u
13 years ago
Adam D. Barratt edf2355984 Don't add a "full" auto-hint if the package list is the "minimal set"
13 years ago
Adam D. Barratt 3ca167d396 Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 9de352892a Make checking for smooth updates candidates smarter
13 years ago
Adam D. Barratt e68e1b0451 Use the correct (and existing) variable in an error message
13 years ago
Adam D. Barratt f2eb888a2b Drop some unused imports
13 years ago
Adam D. Barratt 79b243ef6a Merge branch 'master' into p-u
13 years ago
Adam D. Barratt f4c3683ae7 Don't try to call __log on a non-existent class
13 years ago
Adam D. Barratt 3d6432d545 Drop unused import
13 years ago
Adam D. Barratt 4581ecd8d9 Fix-up a broken merge so smooth updates work again
13 years ago
Adam D. Barratt 9dc773b076 Merge branch 'master' into p-u
13 years ago
Adam D. Barratt bbfaba859e When auto-hinting, also try a "minimal" package set
13 years ago
Adam D. Barratt be28f670a5 Don't consider intra-source dependencies for smooth updates
13 years ago
Adam D. Barratt f4c306e0e9 Remove an unused variable
13 years ago
Niels Thykier 79f24cd38f Removed two unused methods, check_installable and check_conflicts
13 years ago
Niels Thykier 22d8167786 Allow a list as well as a tuple in Britney.do_hint
13 years ago
Adam D. Barratt c47e08b8cf Fix up broken logic so that binary removals work again
13 years ago
Adam D. Barratt 513a6ff453 smooth updates: pass a list of MigrationItems to remove, not strings
13 years ago
Adam D. Barratt 2e51db80c9 Make sort_actions support MigrationItems
13 years ago
Adam D. Barratt 49cbd35310 Fix up the addition of "unblock" hints for t-p-u approvals.
13 years ago
Niels Thykier ced28100fb Fixed tab-completion for packages containing "-"
13 years ago