summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
AgeCommit message (Collapse)AuthorFilesLines
2015-03-09reproducible: improve outputHolger Levsen1-5/+9
2015-03-09reproducible: improve (debug) outputHolger Levsen1-5/+5
2015-03-09reproducible: schedule 10 times as many old versions in suites != experimentalHolger Levsen1-3/+5
2015-03-08reproducible: scheduler: show the number of total packages now scheduled in ↵Mattia Rizzolo1-1/+5
, instead of only new ones
2015-03-07reproducible: scheduler: tweak the final message to print also how many ↵Mattia Rizzolo1-8/+9
pacakges are now scheduled for that suite
2015-03-06reproducible: scheduler: build pages for new packages. This is possible ↵Mattia Rizzolo1-0/+4
since the last commit, where a new 'untested' status was added
2015-03-06reproducible: scheduler: fix TypeError while generating the indexes pagesMattia Rizzolo1-2/+2
2015-03-05reproducible: notify correctly per suite, build all the pagesHolger Levsen1-5/+5
2015-03-05reproducible: call kgb for each suiteHolger Levsen1-1/+3
2015-03-05reproducible: fix a bunch of type errorsHolger Levsen1-7/+7
2015-03-05reproducible: schedule less known versionsHolger Levsen1-2/+2
2015-03-03fixup syntaxHolger Levsen1-1/+1
2015-03-03reproducible: rewrite scheduler to prefer untested packages from any suite ↵Holger Levsen1-34/+37
over new versions over known versions
2015-03-02reproducible: scheduler: print package numbers while updating the sources tableMattia Rizzolo1-4/+4
2015-03-02reproducible: scheduler: consider different suites as separated while ↵Mattia Rizzolo1-3/+17
scheduling packages
2015-03-01syntax is hardHolger Levsen1-1/+1
2015-03-01fix typoHolger Levsen1-1/+1
2015-03-01reproducible: include suite in scheduler messageHolger Levsen1-1/+1
2015-02-28reproducible: scheduler: cast an int to str to fix a TypeErrorMattia Rizzolo1-2/+4
2015-02-28reproducible: fix copy+paste errorHolger Levsen1-1/+1
2015-02-28reproducible: run 'apt-get update' for each suites schroot, not on the hostHolger Levsen1-5/+7
2015-02-28reproducible: dont wrap kgb message in quotesHolger Levsen1-2/+1
2015-02-27reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵Holger Levsen1-21/+0
sources.lists
2015-02-26reproducible: scheduler: fix UnboundLocalError for new packagesMattia Rizzolo1-0/+1
2015-02-26reproducible: scheduler: explicitly decode using utf8 + workaround for ↵Mattia Rizzolo1-2/+2
#647455 where deb822.iter_paragraphs() wants a list of string
2015-02-26reproducible: scheduler: use the gzip sources file instead of the xz oneMattia Rizzolo1-3/+3
2015-02-26reproducible: scheduler: rewrite in python. + use the new database schema ↵Mattia Rizzolo1-0/+286
supporting multi-release + add myself to the notified people in case of failure