234 Commits (1c95bec3e955cb07297a9096581ba3ed8ed4a0c4)

Author SHA1 Message Date
Niels Thykier 1c95bec3e9 Pre-append $B2dir/pythonX(.Y) to sys.path if it exists
13 years ago
Niels Thykier 5dc2888597 Removed unused return value from excuse_unsat_dep
13 years ago
Niels Thykier ed21179110 Refactor installability test in iter_packages into separate method
13 years ago
Niels Thykier f48897a3ba Make "affected" a set based on the usage of it
13 years ago
Niels Thykier de8765e918 Removed compat-mode and (the now redundant) auto-hinter cmd option
13 years ago
Niels Thykier e26bc23818 Constant propagate "strict" variable
13 years ago
Mehdi Dogguy cabb9deec0 Migrate to python-apt 0.7.100 API
13 years ago
Niels Thykier a717404f0d Use "key" instead of "cmp" when sorting excuses
13 years ago
Niels Thykier 4a1bee1fc9 Import reduce via functools
13 years ago
Niels Thykier b15a93459c Replaced "x.has_key(y)" with "y in x"
13 years ago
Adam D. Barratt beecac6f4d Remove non-sensical text from should_upgrade_src's docstring
13 years ago
Adam D. Barratt 9327529ba8 Automatically remove obsolete source packages from testing.
13 years ago
Niels Thykier 3f4f1b4c23 Refactored the "undo" code into its own method
13 years ago
Adam D. Barratt d626dee30c Consistently format package names when processing hints.
13 years ago
Niels Thykier 917b848455 Simplified get_reverse_tree
13 years ago
Niels Thykier b0ce8b4b7f Removed unused "excluded" argument for some methods
13 years ago
Adam D. Barratt 19b5063cea Fix brown paper bug handling "hint"s with multiple package initial sets
13 years ago
Adam D. Barratt 74aa9dfea8 Switch to using Python 2.6
13 years ago
Adam D. Barratt 76b2449c1e Support implicit (t)pu hint items
13 years ago
Adam D. Barratt f6ba71d0e9 Simplify hint override checking
13 years ago
Adam D. Barratt 4f29a4334c Fix-up hint override logic
13 years ago
Adam D. Barratt 1107844e8b Pass the list of supported architectures to MigrationItem
13 years ago
Adam D. Barratt ba0cdde697 Fix up spacing issues; thanks Niels.
13 years ago
Adam D. Barratt 6a360858ea "Broken architectures" fix-up
13 years ago
Adam D. Barratt b5cc598a8f Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 87ac94dbdb Make it clearer that single binary removal is an implementation detail
13 years ago
Adam D. Barratt e80ee4bcf6 Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 498c8fe9f6 Don't add a "full" auto-hint if the package list is the "minimal set"
13 years ago
Adam D. Barratt e6f861b664 Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 85387e9a37 Make checking for smooth updates candidates smarter
13 years ago
Adam D. Barratt 8641af1c24 Use the correct (and existing) variable in an error message
13 years ago
Adam D. Barratt edd0302c97 Drop some unused imports
13 years ago
Adam D. Barratt ca97a1830c Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 036d8be9d0 Don't try to call __log on a non-existent class
13 years ago
Adam D. Barratt d3b027c461 Drop unused import
13 years ago
Adam D. Barratt b85db2b308 Fix-up a broken merge so smooth updates work again
13 years ago
Adam D. Barratt 6667b8fcf9 Merge branch 'master' into p-u
13 years ago
Adam D. Barratt 120f783dfd When auto-hinting, also try a "minimal" package set
13 years ago
Adam D. Barratt 48866b513e Don't consider intra-source dependencies for smooth updates
13 years ago
Adam D. Barratt aeca75b99d Remove an unused variable
13 years ago
Niels Thykier 91baa5a4d6 Removed two unused methods, check_installable and check_conflicts
13 years ago
Niels Thykier 504a7c2d61 Allow a list as well as a tuple in Britney.do_hint
13 years ago
Adam D. Barratt 0e50a0ef44 Fix up broken logic so that binary removals work again
13 years ago
Adam D. Barratt d62f8f6bcc smooth updates: pass a list of MigrationItems to remove, not strings
13 years ago
Adam D. Barratt 0fa6e4c3fb Make sort_actions support MigrationItems
13 years ago
Adam D. Barratt 4ddb92db21 Fix up the addition of "unblock" hints for t-p-u approvals.
13 years ago
Niels Thykier e71016c5a0 Fixed tab-completion for packages containing "-"
13 years ago
Niels Thykier efca307f71 Added package completion to the readline completor
13 years ago
Niels Thykier 575adfc307 Do not crash if writing histfile fails with --hint-tester
13 years ago
Mehdi Dogguy 6ecb711860 Typo fix
13 years ago