Commit Graph

477 Commits (d5384f03ffdd4bc3063ec50c675fb9084bb71186)
 

Author SHA1 Message Date
Adam D. Barratt 60aa770496 Make Excuse a new-style class, so property decorators work as expected
13 years ago
Niels Thykier ac7afef96b Made is_valid and dontinvalidate properties in Excuse
13 years ago
Niels Thykier cd1735492c Read testing data files only once
13 years ago
Niels Thykier 34467e964a Re-added support for completing removals in tab-completer
13 years ago
Niels Thykier 5ef956489a Fixed the tab-completer in hint-tester
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
Niels Thykier 68304a8b72 Removed even more stuff from dpkg.c
13 years ago
Niels Thykier bdaf40775a Even more garbage collection of dpkg.c and even some of dpkg-lib.c
13 years ago
Niels Thykier 11f40f1f17 More code removal from dpkg.c
13 years ago
Niels Thykier 7eff120867 Removed unused C-API from dpkg.h
13 years ago
Niels Thykier 84b24ec1d2 Fixed a typo in the doxygen.conf file
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 6f705b9585 Purged unused code from lib/britney-py.c
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
Julien Cristau 991ac4d1d6 Update INSTALL for python2.5 → 2.6 switch
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 2031288ead MigrationItem: use Python 2.6 property decorators for name / suite
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 56afba5d4b MigrationItem: make the "suite" property read/write
13 years ago
Adam D. Barratt b635769606 MigrationItem: rename _build_name() to _canonicalise_name()
13 years ago
Adam D. Barratt 994097e0fb MigrationItem: separate item name parsing from canonicalisation
13 years ago
Adam D. Barratt 1180c8bdeb Merge branch 'p-u'
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 a2ba758279 Hint: implement equality based on comparing string representations
13 years ago
Julien Cristau eb0498be93 Ensure package list contains exactly one item in convenience methods
13 years ago
Adam D. Barratt 111d6b791a Syntax tweak
13 years ago
Adam D. Barratt 7045c6e549 Pass the list of supported architectures to MigrationItem
13 years ago
Adam D. Barratt 6672c96db3 MigrationItem: support "$pkg/$ver/$arch" syntax
13 years ago
Adam D. Barratt 9ce1baad18 HintCollection::search(): fix "onlyactive" logic
13 years ago
Adam D. Barratt c19f880142 Fix up spacing issues; thanks Niels.
13 years ago
Adam D. Barratt bdba8dfbde MigrationItem: fix name output for removal items
13 years ago
Adam D. Barratt 31651fafd7 MigrationItem: canonicalise item names on output
13 years ago
Adam D. Barratt 06410e37bd Correctly parse foo/arch/ver in unversionned mode
13 years ago