Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-02 | Revert "reproducible: scheduler: use the gzip sources file instead of the xz ↵ | Mattia Rizzolo | 1 | -3/+3 | |
one" using python 3.4 allows us to use the xz files This reverts commit e1ca3f62d40d557321cb8cfd28242b9203b91a2a. Conflicts: bin/reproducible_scheduler.py | |||||
2015-05-29 | reproducible: scheduler: do not change the notify_maintainer value on updates | Mattia Rizzolo | 1 | -9/+14 | |
2015-05-28 | reproducible: fix type | Holger Levsen | 1 | -1/+1 | |
2015-05-28 | reproducible: schedule packages in unstable before those in other suites | Holger Levsen | 1 | -0/+6 | |
2015-05-27 | reproducible: remove constraint that the version must be the same, as this ↵ | Holger Levsen | 1 | -1/+0 | |
causes 'our' packages not to be rescheduled (as these versions are not part of the sources table) | |||||
2015-05-23 | reproducible: schedule less old packages in experimental | Holger Levsen | 1 | -5/+5 | |
2015-05-19 | Revert temporarily non-scheduling of sid and exp. | Holger Levsen | 1 | -12/+3 | |
Revert "reproducible: temporarily only schedule packages for testing as dpkg 1.18.0 breaks our toolchain changes - this commit shall be reverted once we uploaded a properly patched dpkg to our repo" and "me hates tpyos" This reverts commits 69fe54ac0f16624cc80e1cf773f9fbb179ca9059 and 4cf902397688a607e403be70d2b3c31ad3d41f47. | |||||
2015-05-18 | me hates tpyos | Holger Levsen | 1 | -1/+1 | |
2015-05-18 | reproducible: temporarily only schedule packages for testing as dpkg 1.18.0 ↵ | Holger Levsen | 1 | -3/+12 | |
breaks our toolchain changes - this commit shall be reverted once we uploaded a properly patched dpkg to our repo | |||||
2015-05-18 | reproducible: shorten irc message | Holger Levsen | 1 | -3/+8 | |
2015-05-18 | reproducible: improve comments | Holger Levsen | 1 | -4/+4 | |
2015-05-18 | fix typo/lango | Holger Levsen | 1 | -2/+2 | |
2015-05-18 | reproducible: re-schedule unstable twice as fast as testing as unstable ↵ | Holger Levsen | 1 | -6/+8 | |
changes more frequently and atm we mostly care about sid | |||||
2015-05-16 | reproducible: re-schedule more old packages but do so less frequently | Holger Levsen | 1 | -2/+0 | |
2015-05-16 | reproducible: dont schedule (any) old packages if the queue aint low | Holger Levsen | 1 | -2/+0 | |
2015-05-16 | reproducible: only notifiy irc if there were packages scheduled in any suite | Holger Levsen | 1 | -2/+5 | |
2015-05-15 | reproducible: schedule new packages+versions sooner | Holger Levsen | 1 | -3/+5 | |
2015-05-03 | reproducible: move the code to call kgb and relay messagess to common.py | Mattia Rizzolo | 1 | -4/+1 | |
2015-04-30 | reproducible: schedule even more new versions | Holger Levsen | 1 | -3/+3 | |
2015-04-28 | reproducible: schedule some more new versions | Holger Levsen | 1 | -3/+3 | |
2015-04-18 | reproducible: scheduler: fix the removing packages part | Mattia Rizzolo | 1 | -1/+2 | |
2015-04-16 | reproducible: new db table: removed_packages, to track removed package and ↵ | Mattia Rizzolo | 1 | -0/+5 | |
subsequently clean up files the db now stores tuple of (pkgname, suite, architecture) of every removed packages, then reproducible_maintenance.sh pick up entries from it and find+remove files. For now the reproducible_maintenance only output what he would have remove. | |||||
2015-04-16 | reproducible: _html_indexes: move the code generating the schedule page to ↵ | Mattia Rizzolo | 1 | -3/+3 | |
its own function. it does not make sense to bloat the generic code by special casing it | |||||
2015-04-11 | reproducible: scheduler: double check only packages with *higher* version ↵ | Mattia Rizzolo | 1 | -2/+4 | |
are scheduled | |||||
2015-04-05 | reproducible: scheduler: print 'apt-get update' call when in debug mode | Mattia Rizzolo | 1 | -3/+5 | |
2015-03-17 | reproducible: schedule bigger chunks | Holger Levsen | 1 | -2/+2 | |
2015-03-15 | reproducible: schedule more new packages | Holger Levsen | 1 | -2/+2 | |
2015-03-15 | reproducible: fix logic bug affecting calculation of amount of packages to ↵ | Holger Levsen | 1 | -3/+5 | |
be rescheduled | |||||
2015-03-14 | reproducible: add myself to copyright | Holger Levsen | 1 | -0/+1 | |
2015-03-13 | reproducible: refactor, reduce db queries | Holger Levsen | 1 | -1/+2 | |
2015-03-12 | reproducible: run scheduler less frequently | Holger Levsen | 1 | -7/+4 | |
2015-03-12 | reproducible: make more robust | Holger Levsen | 1 | -3/+4 | |
2015-03-12 | reproducible: simplify scheduler | Holger Levsen | 1 | -8/+6 | |
2015-03-12 | Revert "temp. use ftp2.de.d.o while ftp.de is down" | Holger Levsen | 1 | -1/+1 | |
This reverts commit 8685feaaeada1f39ff07f0745251f9d134518b59. | |||||
2015-03-12 | temp. use ftp2.de.d.o while ftp.de is down | Holger Levsen | 1 | -1/+1 | |
2015-03-12 | reproducible: schedule less old ones when new versions have been scheduled | Holger Levsen | 1 | -1/+3 | |
2015-03-11 | reproducible: update more index pages directly after build | Holger Levsen | 1 | -1/+0 | |
2015-03-11 | reproducible: update schroots approx 25% of all runs | Holger Levsen | 1 | -1/+6 | |
2015-03-11 | reproducible: only update the schedule page if nothing to schedule. run ↵ | Holger Levsen | 1 | -3/+2 | |
scheduler four times per hour. | |||||
2015-03-11 | reproducible: de/prioritize new/known packages more | Holger Levsen | 1 | -2/+2 | |
2015-03-11 | reproducible: improve kgb message | Holger Levsen | 1 | -4/+4 | |
2015-03-11 | reproducible: schedule packages differently into the queue: prioritize new ↵ | Holger Levsen | 1 | -10/+8 | |
versions, deprioritize known versions | |||||
2015-03-11 | reproducible: merge schedule messages into one | Holger Levsen | 1 | -13/+15 | |
2015-03-11 | reproducible: schedule more old packages if few new packages are in queue | Holger Levsen | 1 | -2/+4 | |
2015-03-11 | reproducible: schedule more packages | Holger Levsen | 1 | -5/+5 | |
2015-03-10 | reproducible: drop call to build suite specific schedule page | Holger Levsen | 1 | -1/+0 | |
2015-03-09 | reproducible: schedule more new versions if there are any | Holger Levsen | 1 | -6/+6 | |
2015-03-09 | reproducible: improve job output | Holger Levsen | 1 | -2/+4 | |
2015-03-09 | reproducible: improve scheduling numbers | Holger Levsen | 1 | -8/+8 | |
2015-03-09 | reproducible: improve output | Holger Levsen | 1 | -5/+9 | |