summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-02-19reproducible: make updating notes stats independent from pkg statsHolger Levsen1-4/+17
2015-02-19reproducible: it's .yml not .yamlHolger Levsen1-2/+2
2015-02-19another FIXME moved to TODOHolger Levsen1-1/+1
2015-02-19reproducible: actually unschedule packagesHolger Levsen1-2/+2
2015-02-19reproducible: make killing easierHolger Levsen1-0/+2
2015-02-19reproducible: actually delete old schrootsHolger Levsen1-3/+3
2015-02-19reproducible: put the boring output at the endHolger Levsen1-10/+10
2015-02-19Condense rescheduling onto a single lineChris Lamb2-2/+5
2015-02-19No need to specify when; we would say if it was for a particular time.Chris Lamb1-1/+1
2015-02-19We don't care whether it's been *re* scheduled, just that its scheduled.Chris Lamb1-1/+1
2015-02-19"17 package(s)" / "1 package(s)" => "17 packages" / "1 package"Chris Lamb1-3/+11
2015-02-18Drop implicit "please investigate" prefix from IRC messageChris Lamb1-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-18reproducible: check whether assumptions are trueHolger Levsen1-3/+14
2015-02-18reproducible: common.py: catch errors in query_db() and print the guilty queryMattia Rizzolo1-1/+5
2015-02-18reproducible: html_indexes: catch ZeroDivisionError while calculating percentageMattia Rizzolo1-2/+7
2015-02-18reproducible: commmon: do not fail here if the database is new. Jobs will ↵Mattia Rizzolo1-6/+20
fail anyway later
2015-02-18reproducible: common: also commit() changes to the db in query_db()Mattia Rizzolo1-0/+1
2015-02-18move another FIXME into TODOHolger Levsen1-1/+1
2015-02-18reproducible: remove code which shouldnt be there. thanks mapreri for ↵Holger Levsen1-11/+0
spotting this
2015-02-17reproducible: include 2nd printf in console outputHolger Levsen1-1/+1
2015-02-17reproducible: discard jenkins html logs of builder jobsHolger Levsen1-1/+11
2015-02-17reproducible: limit find to maxdepth 1, improve outputHolger Levsen1-4/+5
2015-02-17reproducible: notes: split the package list in the index_{no_,}notes pages ↵Mattia Rizzolo1-20/+42
according to status
2015-02-16reproducible: fixup previous commitMattia Rizzolo2-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-16reproducible: use the html_indexes.py script to build the scheduled index ↵Mattia Rizzolo3-23/+3
pages in the scheduler jobs
2015-02-16reproducible: html_indexes: gather bugs data even when the script is not ↵Mattia Rizzolo1-1/+3
called directly
2015-02-16reproducible: html_indexes: s/schduled/scheduled/Mattia Rizzolo1-1/+1
2015-02-16reproducible: add note about manual scheduling done by a bot...Holger Levsen1-0/+1
2015-02-16reproducible: automatically reschedule packages with failed builds due to ↵Holger Levsen1-0/+16
network problems
2015-02-16reproducible: catch debbindiff exiting with exit code 2 if it has trouble ↵Holger Levsen1-1/+3
comparing two builds
2015-02-16improve last commitHolger Levsen1-2/+2
2015-02-16reproducible: also complain about old schrootsHolger Levsen1-0/+10
2015-02-16drop one FIXMEHolger Levsen1-1/+1
2015-02-16reproducible: one FIXME downHolger Levsen1-4/+4
2015-02-16reproducible: track new usertags 'signatures' and 'environment'Holger Levsen3-4/+9
2015-02-16reproducible: sort pkg_stats before statsHolger Levsen2-2/+2
2015-02-16helmut: oh. why pigz? it's compression ratio is worse and the process is ↵Holger Levsen1-1/+1
io-bound anyway (i.e. cannot use more cpus)
2015-02-16compress all jenkins logs older than 48hHolger Levsen1-7/+17
2015-02-16use pigz instead of gzipHolger Levsen1-1/+1
2015-02-16compress rebootstrap logs in rebootstrap_maintenanceHelmut Grohne1-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-16reproducible: improve outputHolger Levsen1-1/+1
2015-02-16remove FIXME, this is nothing to be fixed...Holger Levsen1-2/+0
2015-02-16further TODO cleanupHolger Levsen1-1/+1
2015-02-16add logrotate file for email2irc logsHolger Levsen1-1/+0
2015-02-16reproducible grammarHolger Levsen1-1/+1
2015-02-16maxdepth 0 wont cut it hereHolger Levsen1-2/+2
2015-02-16fixup last commitHolger Levsen1-1/+0
2015-02-16add rebootstrap_maintaince job to delete log_content.html files older than a ↵Holger Levsen1-1/+14
week
2015-02-16reproducible: broken englishMattia Rizzolo1-1/+1
2015-02-16reproducible: notify the IRC chan when a package successfully buit ↵Mattia Rizzolo1-0/+5
reproducibly in the past becomes unreproducible