Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -1/+1 | |
2015-02-16 | add logrotate file for email2irc logs | Holger Levsen | 1 | -1/+0 | |
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 | 1 | -1/+14 | |
week | |||||
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: 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 | 1 | -146/+0 | |
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: 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 | |||||
2015-02-15 | reproducible: html_indexes: do percents against how many tested packages, ↵ | Mattia Rizzolo | 1 | -2/+2 | |
not packages in sid | |||||
2015-02-15 | reproducible: add reproducible_html_indexes.py | Mattia Rizzolo | 1 | -0/+189 | |
2015-02-15 | reproducible: notes: add a counter also to /issues/ pages | Mattia Rizzolo | 1 | -1/+2 | |
2015-02-15 | reproducible: move get_trailing_icon() from _html_notes to common | Mattia Rizzolo | 2 | -12/+16 | |
2015-02-15 | reproducible: common: add a package_has_notes() function | Mattia Rizzolo | 1 | -0/+8 | |
2015-02-15 | reproducible: common: handle the case where print_critical_message has to ↵ | Mattia Rizzolo | 1 | -2/+5 | |
print something different than a simple string | |||||
2015-02-15 | Might as well make "debian" a link too. | Chris Lamb | 1 | -1/+2 | |
2015-02-15 | Drop extra whitespace here. | Chris Lamb | 1 | -2/+2 | |
2015-02-15 | Save some pixels by using faux shell expansion syntax | Chris Lamb | 1 | -2/+2 | |
2015-02-15 | Also link to debian/changelog; useful for seeing what the maintainer just ↵ | Chris Lamb | 1 | -0/+1 | |
changed. | |||||
2015-02-14 | reproducible: dont sort twice | Holger Levsen | 1 | -1/+1 | |
2015-02-14 | reproducible: sort no_notes by build_date | Holger Levsen | 1 | -1/+2 | |
2015-02-14 | reproducible: fixup no_notes navigation | Holger Levsen | 2 | -1/+2 | |
2015-02-14 | reproducible: improve wording | Holger Levsen | 1 | -2/+2 | |
2015-02-14 | reproducible: add a new index_no_notes page, listing packages without any ↵ | Mattia Rizzolo | 3 | -1/+28 | |
notes against them. | |||||
2015-02-14 | reproducible: html_notes: print the actual number of categorized packages, ↵ | Mattia Rizzolo | 1 | -2/+4 | |
not all noted packages | |||||
2015-02-14 | reproducible: html_notes: call get_bugs() globally | Mattia Rizzolo | 1 | -3/+3 | |
2015-02-14 | reproducible: fix html in reproducible_html_notes | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-11 | use sparse logical volumes for g-i | Helmut Grohne | 1 | -11/+2 | |
These are snapshots of the zero target and thus automatically zeroed, so we do not have to overwrite them avoiding the IO load altogether. | |||||
2015-02-11 | reproducible: check notes for validity. Check whether the package actually ↵ | Mattia Rizzolo | 1 | -0/+11 | |
exists and was tested | |||||
2015-02-10 | bin/reproducible_html_notes: let more external URLs escape the iframe tarpit | Chris Lamb | 1 | -5/+5 | |
2015-02-09 | reproducible: credit Holger in *py scripts, as they are based on his work. + ↵ | Mattia Rizzolo | 4 | -4/+8 | |
change license GPL-2+ → GPL-2 | |||||
2015-02-09 | reproducible: UDD is not critical in this infrastucture, let it fail nicely ↵ | Mattia Rizzolo | 1 | -3/+22 | |
as much as possible In particular: * missing network connection is fine * errors on the udd part are fine * quite everything is fine just, every query will cause a fake empty response, and this will be logged as error. |