362 Commits (94666b55f9d642de1b3ea33149f19658f3b2184e)

Author SHA1 Message Date
Julien Cristau 7966ceae1a Change the default urgency setting to medium
11 years ago
Niels Thykier ea4e4493a2 Remove the old installability tester
11 years ago
Niels Thykier 7051d5b0e9 Rewrite installability tester
11 years ago
Niels Thykier cf84bcfa58 Defer building the nun-inst cache
11 years ago
Adam D. Barratt 69b3154d79 Apply various typo and clarity fixes
11 years ago
Adam D. Barratt f2f9939f20 Remove the C library placeholder for "pre-depends"
11 years ago
Colin Watson b9f6417351 Support :any architecture qualifiers for multiarch
11 years ago
Adam D. Barratt 253590ba27 Update copyright
11 years ago
Adam D. Barratt 1b89f7fa22 Rename make_hintitem() to make_migrationitem()
11 years ago
Adam D. Barratt f284e76cc4 Make MigrationItems versionned by default
11 years ago
Adam D. Barratt 909dd08542 Replace uses of MigrationItem with HintItem
11 years ago
Niels Thykier c91cfe64ae Reduce the number of "used-once" lists
11 years ago
Niels Thykier 6c81d39c2f Move newlyuninst to britney_util
11 years ago
Niels Thykier 9ad010f924 Move eval_uninst to britney_util
11 years ago
Niels Thykier 680457cbec Move write_heidi to britney_util
11 years ago
Niels Thykier bf9362be83 Move {read,write}_nuninst to britney_util
11 years ago
Niels Thykier 1c144b3eb2 Move get_reverse_tree into britney_util
11 years ago
Niels Thykier 0aa2546956 Move the package loop into register_reverses
11 years ago
Niels Thykier 5c1391da4f Move register_reverses to britney_util
11 years ago
Niels Thykier d9b20ef0ab Add container filters and use it to refactor get_reverse_tree
11 years ago
Niels Thykier de68ec6fb8 Merge get_reverse_tree and get_full_tree
11 years ago
Niels Thykier 9771c454b3 Move old_libraries_format to britney_util
11 years ago
Niels Thykier 6d6e735bac Move "undo_changes" to britney_util
11 years ago
Niels Thykier dd056f8901 Move "constants" to a new consts module
11 years ago
Niels Thykier 4b33e763a0 Move same_source to separate module
11 years ago
Niels Thykier d86d88f44f Remove unused write_bugs
11 years ago
Niels Thykier 2493520e98 britney: Do not consider "smooth-updates-only" interesting
11 years ago
Niels Thykier f7373c5fe1 britney: Refactor arguments of method
11 years ago
Niels Thykier f1e653796b britney: Refactor a part of doop_source into its own method
11 years ago
Niels Thykier 2a046dcd93 Migrate to python2.7
11 years ago
Adam D. Barratt 0657aa67c2 Remove two "the the"s
11 years ago
Adam D. Barratt 42d37972e0 Correct a thinko in a comment in should_upgrade_srcarch()
11 years ago
Adam D. Barratt 189b44695c Improve comments in should_upgrade_srcarch()
11 years ago
Colin Watson f18414f34d Apply undo list in reverse order.
11 years ago
Colin Watson 771f5d1592 Don't crash on unversioned unblock hints.
11 years ago
Adam D. Barratt 24699c1f58 Only record a package once in the source->binary package mapping
11 years ago
Adam D. Barratt 0a3713e340 Ensure that binNMUs from superseded sources are not considered
11 years ago
Adam D. Barratt 024df4f3af same_source: handle being passed "None" as a version
11 years ago
Adam D. Barratt 8c26798395 write_excuses: clear the list of excuses before building
11 years ago
Adam D. Barratt 07918e2164 hint_tester: accept all hints
11 years ago
Adam D. Barratt d1cf7116da Don't remove arch:all packages when migrating binNMUs via *pu
11 years ago
Adam D. Barratt cd47a75726 Replace a single-use list in the smooth updates checks with any()
12 years ago
Adam D. Barratt 8a3d4fd595 Use any() in tpu o-o-d checks rather than throwaway lists
12 years ago
Adam D. Barratt bc9f7cde98 Split the tpu o-o-d checks up to make them more readable
12 years ago
Adam D. Barratt 4b2e5b694c Fix tpu out-of-date checks for sources with multiple versions in tpu
12 years ago
Adam D. Barratt 2d360a1628 Don't flag unbuilt binary *pu binNMUs for removal in excuses
12 years ago
Adam D. Barratt beab8c1b7a Merge excuses "unblock" parsing for unstable and *pu
12 years ago
Adam D. Barratt b33714af92 Remove remaining "approve" hint support code
12 years ago
Adam D. Barratt f7391fc335 Make "approve" an alias for "unblock"
12 years ago
Niels Thykier 0497e95b71 Ignore sources only referenced by Built-Using
12 years ago
Adam D. Barratt e7b959b0bb Clarify the checks for existing binary packages in doop_source()
12 years ago
Niels Thykier 6330b6bd14 Always include providers of virtual packages in rdepends
12 years ago
Adam D. Barratt c95169c8ca Fix excuse invalidation checks for arch-specific dependencies
12 years ago
Adam D. Barratt 5ec47a0e72 Remove two unused variables from iter_packages()
12 years ago
Adam D. Barratt 9f3e1630b4 Make obsolete source package removal slightly more intelligent
12 years ago
Adam D. Barratt 226b779afd Fix thinko in the introduction of "recurse"
12 years ago
Adam D. Barratt 4a0b6ac068 iter_packages(): Replace "earlyabort" with (inverse sense) "recurse"
12 years ago
Niels Thykier 689204a958 Optimize the return value of get_reverse_tree
12 years ago
Niels Thykier 94c8b3a411 do_all(): Only collect lundo info if it will be used
12 years ago
Niels Thykier 5f6244e70e Simplify codeflow in do_all()
12 years ago
Niels Thykier 694d614b6b Refactor part of iter_packages into separate method
12 years ago
Adam D. Barratt 1159e2b642 Clarify how ages are calculated
12 years ago
Niels Thykier 82b9eda016 Merge Pre-Depends into Depends
12 years ago
Adam D. Barratt 86bde62017 Fix reference to "apt.pkg.ParseDepends" (-> "apt_pkg.parse_depends")
12 years ago
Adam D. Barratt 19c61e4503 Fix typo in variable name
12 years ago
Adam D. Barratt ef78fb34b2 Don't import "os" multiple times
12 years ago
Adam D. Barratt bff12b1883 Make smooth updates slightly more intelligent
12 years ago
Adam D. Barratt 5ba953a78d Fix transposition of arch/suite in tpu "not yet built" links
12 years ago
Adam D. Barratt c571e8fdba Fix "block-all source" handling
12 years ago
Adam D. Barratt da69fb39ca Perform basic sanity checking when reading hints files
12 years ago
Cyril Brulebois 6e701a09cd britney: Print the current package to stderr when AIEEEing.
12 years ago
Niels Thykier 3e9c1acb8e britney: Never strip multi-arch in dependencies
13 years ago
Niels Thykier edbd7f4563 Remove some unused fields and methods in excuse
13 years ago
Niels Thykier d41bf54585 Convert all classes to "new-type" Python classes
13 years ago
Niels Thykier ed905b99c7 Made is_valid and dontinvalidate properties in Excuse
13 years ago
Niels Thykier 85221000eb Read testing data files only once
13 years ago
Niels Thykier 5814723a08 Completer: use britney.upgrade_me instead of generate_package_list
13 years ago
Niels Thykier 8900680cb1 Removed the notion of "depth" in britney
13 years ago
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