Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-19 | We don't care whether it's been *re* scheduled, just that its scheduled. | Chris Lamb | 1 | -1/+1 | |
2015-02-19 | "17 package(s)" / "1 package(s)" => "17 packages" / "1 package" | Chris Lamb | 1 | -3/+11 | |
2015-02-18 | Drop implicit "please investigate" prefix from IRC message | Chris Lamb | 1 | -1/+1 | |
This makes it not wrap onto a newline on my rather low-resolution laptop. The URL is more than sufficient I feel; it's kinda implicit that its a request for someone to do something anyway - why would we be reporting it to IRC otherwise, etc. Signed-off-by: Chris Lamb <lamby@debian.org> | |||||
2015-02-18 | reproducible: check whether assumptions are true | Holger Levsen | 1 | -3/+14 | |
2015-02-18 | move another FIXME into TODO | Holger Levsen | 2 | -1/+2 | |
2015-02-18 | reproducible: common.py: catch errors in query_db() and print the guilty query | Mattia Rizzolo | 1 | -1/+5 | |
2015-02-18 | reproducible: html_indexes: catch ZeroDivisionError while calculating percentage | Mattia Rizzolo | 1 | -2/+7 | |
2015-02-18 | reproducible: commmon: do not fail here if the database is new. Jobs will ↵ | Mattia Rizzolo | 1 | -6/+20 | |
fail anyway later | |||||
2015-02-18 | reproducible: common: also commit() changes to the db in query_db() | Mattia Rizzolo | 1 | -0/+1 | |
2015-02-18 | move another FIXME into TODO | Holger Levsen | 2 | -1/+5 | |
2015-02-18 | reproducible: remove code which shouldnt be there. thanks mapreri for ↵ | Holger Levsen | 1 | -11/+0 | |
spotting this | |||||
2015-02-17 | reproducible TODO: provide means to schedule package builds which provide ↵ | Holger Levsen | 1 | -0/+1 | |
their binaries for inspection | |||||
2015-02-17 | reproducible: include 2nd printf in console output | Holger Levsen | 1 | -1/+1 | |
2015-02-17 | reproducible: discard jenkins html logs of builder jobs | Holger Levsen | 1 | -1/+11 | |
2015-02-17 | reproducible: regenerate json every hour | Holger Levsen | 1 | -1/+1 | |
2015-02-17 | reproducible: limit find to maxdepth 1, improve output | Holger Levsen | 1 | -4/+5 | |
2015-02-17 | reproducible: notes: split the package list in the index_{no_,}notes pages ↵ | Mattia Rizzolo | 1 | -20/+42 | |
according to status | |||||
2015-02-16 | reproducible: fixup previous commit | Mattia Rizzolo | 2 | -3/+3 | |
for some reason the `python3 -c 'import reproducible_html_indexes'` does not work. Call directly the script: losing 4 seconds is not a big deal... | |||||
2015-02-16 | reproducible: use the html_indexes.py script to build the scheduled index ↵ | Mattia Rizzolo | 3 | -23/+3 | |
pages in the scheduler jobs | |||||
2015-02-16 | reproducible: html_indexes: gather bugs data even when the script is not ↵ | Mattia Rizzolo | 1 | -1/+3 | |
called directly | |||||
2015-02-16 | reproducible: html_indexes: s/schduled/scheduled/ | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-16 | reproducible: add note about manual scheduling done by a bot... | Holger Levsen | 1 | -0/+1 | |
2015-02-16 | reproducible: automatically reschedule packages with failed builds due to ↵ | Holger Levsen | 1 | -0/+16 | |
network problems | |||||
2015-02-16 | reproducibly rebuild all the arches | Holger Levsen | 1 | -0/+1 | |
2015-02-16 | add CONTRIBUTING document, large based on the one from piuparts | Holger Levsen | 1 | -0/+31 | |
2015-02-16 | reproducible: catch debbindiff exiting with exit code 2 if it has trouble ↵ | Holger Levsen | 1 | -1/+3 | |
comparing two builds | |||||
2015-02-16 | improve last commit | Holger Levsen | 1 | -2/+2 | |
2015-02-16 | reproducible: also complain about old schroots | Holger Levsen | 1 | -0/+10 | |
2015-02-16 | drop FIXMEs unlikely to be done anytime | Holger Levsen | 2 | -5/+1 | |
2015-02-16 | drop unused jobs | Holger Levsen | 1 | -16/+0 | |
2015-02-16 | drop one FIXME | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible: one FIXME down | Holger Levsen | 1 | -4/+4 | |
2015-02-16 | reproducible: track new usertags 'signatures' and 'environment' | Holger Levsen | 4 | -5/+9 | |
2015-02-16 | reproducible: sort pkg_stats before stats | Holger Levsen | 2 | -2/+2 | |
2015-02-16 | helmut: oh. why pigz? it's compression ratio is worse and the process is ↵ | Holger Levsen | 1 | -1/+1 | |
io-bound anyway (i.e. cannot use more cpus) | |||||
2015-02-16 | compress all jenkins logs older than 48h | Holger Levsen | 1 | -7/+17 | |
2015-02-16 | use pigz instead of gzip | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | compress rebootstrap logs in rebootstrap_maintenance | Helmut Grohne | 1 | -0/+6 | |
jenkins already knows how to transparently decompress gzip-compressed logs. It does not have any mechanism to do the compression on its own though. Thus compress the large rebootstrap plaintext logs after being unmodified for 1 day. | |||||
2015-02-16 | reproducible: improve output | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | remove FIXME, this is nothing to be fixed... | Holger Levsen | 1 | -2/+0 | |
2015-02-16 | further TODO cleanup | Holger Levsen | 2 | -11/+8 | |
2015-02-16 | add logrotate file for email2irc logs | Holger Levsen | 2 | -1/+9 | |
2015-02-16 | reproducible grammar | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | maxdepth 0 wont cut it here | Holger Levsen | 1 | -2/+2 | |
2015-02-16 | fixup last commit | Holger Levsen | 1 | -1/+0 | |
2015-02-16 | add rebootstrap_maintaince job to delete log_content.html files older than a ↵ | Holger Levsen | 2 | -1/+20 | |
week | |||||
2015-02-16 | reproducible: wheezy-- - it's late... | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible: updated + be more verbose | Holger Levsen | 1 | -1/+8 | |
2015-02-16 | reproducible: broken english | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-16 | reproducible: notify the IRC chan when a package successfully buit ↵ | Mattia Rizzolo | 1 | -0/+5 | |
reproducibly in the past becomes unreproducible |