633 Commits (4ced8a3d417e4cb985d07f8256a2ed838eca60be)
 

Author SHA1 Message Date
Niels Thykier 5d6ba15520 solver.py: Remove unused import
10 years ago
Niels Thykier 074eb46766 Remove unused assignments/parameters
10 years ago
Niels Thykier bfb71f966b britney.py: Remove trailing semi-colons
10 years ago
Niels Thykier 8623ffc224 britney.py: Fix use before assignment
10 years ago
Niels Thykier 74060e4e0a britney.py: Avoid some redundancy in auto_hinter()
10 years ago
Niels Thykier 2f663fa7b9 britney: Optimise the original auto-hinter a bit
10 years ago
Niels Thykier be1ee0fcd3 get_dependency_solvers: Avoid unnecessary boolean ret value
10 years ago
Ivo De Decker 613610e2b8 Also make sure forced-reason is a list
10 years ago
Julien Cristau b9f30120ad Fix silly NameError
10 years ago
Ivo De Decker f637e88086 Make sure reason is a list, even with python 3
10 years ago
Julien Cristau 994906c673 Add explicit encoding to all files
10 years ago
Julien Cristau fb2f30bcef Sources and Packages are utf-8
10 years ago
Julien Cristau d86c7b9c7a Don't crash if the urgencies file contains non-ascii
10 years ago
Julien Cristau 37ff82d1e0 Use python3-style super()
10 years ago
Julien Cristau 6c344589ee Remove dependency on six
10 years ago
Julien Cristau 354f6a6bc9 Use python3
10 years ago
Julien Cristau 2e20d9c7ad Use super() instead of explicitly calling our superclass
10 years ago
Julien Cristau 8d3d964daf Disable a code path for encoded yaml in python3
10 years ago
Julien Cristau 18f7101847 Use six.moves for itertools, urllib and intern
10 years ago
Julien Cristau f83029c55e Add sort method to MigrationItem
10 years ago
Julien Cristau 36d3b96158 Stop using string.find
10 years ago
Julien Cristau 90f5993c4a Use the key= argument to sorted()
10 years ago
Julien Cristau c79c0848e5 Stop using sys.maxint
10 years ago
Julien Cristau 2eee806263 Stop using dict.iter* methods
10 years ago
Julien Cristau 16f77bf6f9 Use python3-compatible form for except clause
10 years ago
Julien Cristau 4249d3868a Replace map() with list comprehensions
10 years ago
Julien Cristau 94666b55f9 Simplify a bit the loop to read our config file
10 years ago
Julien Cristau 58a6a6ed1d Don't use the file builtin
10 years ago
Julien Cristau 94f18322db Switch to print_function
10 years ago
Julien Cristau 6371eaf102 Remove sys.path frobbing
10 years ago
Julien Cristau 20ffcc6dc5 Fix typo
10 years ago
Jonathan Wiltshire 48b4021aa2 britney.conf: NOBREAKALL amd64 in addition to i386
10 years ago
Adam D. Barratt bf87fb7d63 britney{,_nobreakall}.conf: remove kfreebsd
10 years ago
Niels Thykier 59f099d080 britney.conf: Allow kfreebsd packages to go out of sync
10 years ago
Niels Thykier 9d5f47a9b7 britney: Ignore "remark" hints as they are not meant for us
10 years ago
Adam D. Barratt 629a596f25 Sync britney_nobreakall.conf with the main configuration
10 years ago
Ivo De Decker 371ad09113 excuses: show cruft and missing builds
10 years ago
Ivo De Decker 0e90214698 Link to the freeze policy for blocked packages
10 years ago
Julien Cristau 31ba6fc228 Revert "Set all urgencies to 10 days"
10 years ago
Julien Cristau 26936d1876 Make arm64 and ppc64el regular archs
10 years ago
Julien Cristau 213f9ad0e8 Disable smooth updates
10 years ago
Jonathan Wiltshire 6891fa39f6 Set all urgencies to 10 days
10 years ago
Adam D. Barratt 09f7ab83cf Don't remove arch:all binaries when migrating *pu binNMUs
10 years ago
Andreas Barth d51fa09c75 add arm64 ppc64el
10 years ago
Niels Thykier ef45659797 britney.py: Fix bug where nuninst would be copied incorrectly
10 years ago
Niels Thykier 97fcba644c britney.py: Fix a regression in nuninst counting for hints
10 years ago
Niels Thykier bae9338a74 do_all(): Only sort_actions after recurse runs
10 years ago
Niels Thykier 822d847c11 britney.py: Skip lundo maintenance in non-hint recurse runs
10 years ago
Niels Thykier 04afa83ad8 Avoid unnecessary nuninst regressions for break archs
10 years ago
Niels Thykier a2d63a1c73 Move the nuninst checker function to britney_util
10 years ago