summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
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
2015-02-16reproducible: fixup 3ae0af9Mattia Rizzolo1-1/+1
2015-02-16reproducible: common, correctly use '#' for bugs without patch in ↵Mattia Rizzolo1-1/+1
get_trailing_icon()
2015-02-16reproducible: remove superflous debug print()sMattia Rizzolo2-3/+0
2015-02-16Fix typoReiner Herrmann1-1/+1
2015-02-15Added css class to package list without notesReiner Herrmann1-1/+1
2015-02-15reproducible: replace another shell script with python (and speedup runtime ↵Holger Levsen1-146/+0
from 15m to 4s) - many thanks to Mattia Rizzolo
2015-02-15reproducible: actually delete old tmp directoriesHolger Levsen1-3/+2
2015-02-15reproducible: warn if packages were scheduled more than 36h agoHolger Levsen1-2/+2
2015-02-15reproducible: common: speed up get_bugs() by creating two ↵Mattia Rizzolo1-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-15reproducible: remove superflous debug print()Mattia Rizzolo1-0/+1
2015-02-15reproducible: html_indexes: more docMattia Rizzolo1-1/+6
2015-02-15reproducible: html_indexes: add a bunch of pagesMattia Rizzolo1-6/+121
2015-02-15reproducible: html_indexes: does not write anything is the relevant query ↵Mattia Rizzolo1-0/+2
did not produce results
2015-02-15reproducible: html_indexes: (ugly) support for section where another number ↵Mattia Rizzolo1-2/+8
is needed
2015-02-15reproducible: html_indexes: do percents against how many tested packages, ↵Mattia Rizzolo1-2/+2
not packages in sid
2015-02-15reproducible: add reproducible_html_indexes.pyMattia Rizzolo1-0/+189
2015-02-15reproducible: notes: add a counter also to /issues/ pagesMattia Rizzolo1-1/+2
2015-02-15reproducible: move get_trailing_icon() from _html_notes to commonMattia Rizzolo2-12/+16
2015-02-15reproducible: common: add a package_has_notes() functionMattia Rizzolo1-0/+8
2015-02-15reproducible: common: handle the case where print_critical_message has to ↵Mattia Rizzolo1-2/+5
print something different than a simple string
2015-02-15Might as well make "debian" a link too.Chris Lamb1-1/+2
2015-02-15Drop extra whitespace here.Chris Lamb1-2/+2
2015-02-15Save some pixels by using faux shell expansion syntaxChris Lamb1-2/+2
2015-02-15Also link to debian/changelog; useful for seeing what the maintainer just ↵Chris Lamb1-0/+1
changed.
2015-02-14reproducible: dont sort twiceHolger Levsen1-1/+1
2015-02-14reproducible: sort no_notes by build_dateHolger Levsen1-1/+2
2015-02-14reproducible: fixup no_notes navigationHolger Levsen2-1/+2
2015-02-14reproducible: improve wordingHolger Levsen1-2/+2
2015-02-14reproducible: add a new index_no_notes page, listing packages without any ↵Mattia Rizzolo3-1/+28
notes against them.
2015-02-14reproducible: html_notes: print the actual number of categorized packages, ↵Mattia Rizzolo1-2/+4
not all noted packages
2015-02-14reproducible: html_notes: call get_bugs() globallyMattia Rizzolo1-3/+3
2015-02-14reproducible: fix html in reproducible_html_notesMattia Rizzolo1-1/+1
2015-02-11use sparse logical volumes for g-iHelmut Grohne1-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.