Commit Graph

386 Commits (527d7f03e68222d1d26096001cd3a467c4921eb8)
 

Author SHA1 Message Date
Adam D. Barratt 3bf778550c Fix "block-all source" handling
13 years ago
Adam D. Barratt 8ee72661f0 Perform basic sanity checking when reading hints files
13 years ago
Cyril Brulebois c992787918 lib/dpkg.c: Keep noise related to AIEEEs to a minimum.
13 years ago
Cyril Brulebois 47c808309b britney: Print the current package to stderr when AIEEEing.
13 years ago
Niels Thykier 5a998ea8a7 britney: Never strip multi-arch in dependencies
13 years ago
Adam D. Barratt 081cd9afdb Merge branch 'master' of file:///srv/release.debian.org/git/britney2
13 years ago
Adam D. Barratt e24a8aa140 Drop closing li tag from "valid candidate" messages
13 years ago
Niels Thykier 9bf3224bd1 Remove some unused fields and methods in excuse
13 years ago
Niels Thykier 9a7274db93 Convert all classes to "new-type" Python classes
13 years ago
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