Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2015-02-16 | reproducible: update indexes every hour | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible: fixup 3ae0af9 | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-16 | reproducible: common, correctly use '#' for bugs without patch in ↵ | Mattia Rizzolo | 1 | -1/+1 | |
get_trailing_icon() | |||||
2015-02-16 | reproducible: remove superflous debug print()s | Mattia Rizzolo | 2 | -3/+0 | |
2015-02-16 | Fix typo | Reiner Herrmann | 1 | -1/+1 | |
2015-02-15 | Added css class to package list without notes | Reiner Herrmann | 1 | -1/+1 | |
2015-02-15 | reproducible: replace another shell script with python (and speedup runtime ↵ | Holger Levsen | 2 | -147/+1 | |
from 15m to 4s) - many thanks to Mattia Rizzolo | |||||
2015-02-15 | reproducible: actually delete old tmp directories | Holger Levsen | 1 | -3/+2 | |
2015-02-15 | reproducible: warn if packages were scheduled more than 36h ago | Holger Levsen | 1 | -2/+2 | |
2015-02-15 | reproducible: do maintainance more often | Holger Levsen | 1 | -1/+1 | |
2015-02-15 | remove FIXME, it's already listed in TODO | Holger Levsen | 1 | -1/+1 | |
2015-02-15 | reproducible: common: speed up get_bugs() by creating two ↵ | Mattia Rizzolo | 1 | -5/+30 | |
bugs_have_patches() and are_virtual_packages(), plural version of existing methods, thus avoiding hundred of udd queries on every run | |||||
2015-02-15 | reproducible: remove superflous debug print() | Mattia Rizzolo | 1 | -0/+1 | |
2015-02-15 | reproducible: html_indexes: more doc | Mattia Rizzolo | 1 | -1/+6 | |
2015-02-15 | reproducible: html_indexes: add a bunch of pages | Mattia Rizzolo | 1 | -6/+121 | |
2015-02-15 | reproducible: html_indexes: does not write anything is the relevant query ↵ | Mattia Rizzolo | 1 | -0/+2 | |
did not produce results | |||||
2015-02-15 | reproducible: html_indexes: (ugly) support for section where another number ↵ | Mattia Rizzolo | 1 | -2/+8 | |
is needed |