summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15reproducible: change the way the footpage info are passed. Add ↵Mattia Rizzolo3-8/+19
html_foot_page_buildinfo_note template
2015-01-14fix grammarHolger Levsen1-1/+1
2015-01-14reproducible: reorder pkg setsHolger Levsen2-56/+56
2015-01-14fix typoHolger Levsen1-14/+14
2015-01-14pbuilder: common.py: strip out epoch also when checking for buildinfo while ↵Mattia Rizzolo1-1/+2
linking icon <-> status
2015-01-14pbuilder: html_packages: strip out epoch also for debbindiff filesMattia Rizzolo1-2/+2
2015-01-14pbuilder: html_packages: strip out epoch also xfor buildinfo filesMattia Rizzolo1-2/+2
2015-01-14refactorHolger Levsen1-1/+2
2015-01-14remove meta-headerHolger Levsen1-1/+0
2015-01-14reproducible: remove workaround for debbindiff 3 and explain in rbuild ↵Holger Levsen1-7/+2
outwhich which debbindiff version is used
2015-01-14reproducible: (fixup) only update meta pkg sets if they dont exist or are ↵Holger Levsen1-13/+13
older than a day
2015-01-14reproducible: fixup: cut away archs tooHolger Levsen1-1/+1
2015-01-14reproducible: use new grml64-full_latest urlHolger Levsen1-2/+1
2015-01-14reproducible: add two new meta pkg sets: grml and grml_build-depends, thanks ↵Holger Levsen2-0/+21
to Reiner Herrmann for the idea
2015-01-14reproducible: grep stricterHolger Levsen2-2/+1
2015-01-14refactorHolger Levsen1-4/+4
2015-01-14reproducible: encapsulate variable name safelyHolger Levsen1-13/+13
2015-01-14reproducible: add new meta pgk set: those which had a DSA in the pastHolger Levsen2-0/+9
2015-01-14updateHolger Levsen1-11/+0
2015-01-14reproducible: fix summary to usertag bugs tableHolger Levsen1-1/+1
2015-01-14reproducible: add summary to usertag bugs tableHolger Levsen1-1/+6
2015-01-14reproducible: remove code to prefer packages without .buildinfo files (as ↵Holger Levsen1-51/+6
now all builds create them)
2015-01-13reproducible: common.sh: split packages list in chunk of 100 items to avoid ↵Mattia Rizzolo2-10/+17
"Argument list too long" error
2015-01-13README: remove reference to self-signed ssl cert: that's no moreMattia Rizzolo1-4/+0
2015-01-13reproducible: use correct variable for better results in usertags tableHolger Levsen1-1/+1
2015-01-13reproducible: use the python script to build the package pagesMattia Rizzolo1-71/+9
for now this leaves a simple sh wrapper inside reproducible_common.sh to avoid changing all scripts.
2015-01-13gitignore *.pycMattia Rizzolo1-0/+1
2015-01-13reproducible: use /var/lib/jenkins/reproducible.db instead of the ↵Mattia Rizzolo1-1/+1
userContent/ one
2015-01-13reproducible: also show total number of bugs of a given usertagHolger Levsen1-3/+6
2015-01-13Add missing id to package iframeJérémy Bobbio1-1/+1
2015-01-13UX fixes for reproducible package pagesLunar2-5/+18
2015-01-13update_jdn: dont delete file from git cloneHolger Levsen1-1/+1
2015-01-11reproducible: html_packages: use de-epoched version also in the rbuild linkMattia Rizzolo1-15/+13
This change also made the rbuild link "optional": it will be displayed only if there is a rbuild file.
2015-01-11reproducible: html_packages: do not consider the epoch while looking for ↵Mattia Rizzolo1-1/+1
rbuild log
2015-01-11reproducible: common: add a strip_epoch() functionMattia Rizzolo1-0/+15
2015-01-11reproducible: fix typo in a commentMattia Rizzolo1-1/+1
2015-01-11reproducible: catch OSError instead of FileNotFoundError (it's a 3.3 ↵Mattia Rizzolo1-1/+1
feature, not present in wheezy)
2015-01-11reproducible: set a correct comment in the heads of *py scriptsMattia Rizzolo3-8/+11
2015-01-11reproducible: html_packages: output a error if the file size is larger than ↵Mattia Rizzolo1-1/+4
1 GB + drop bigger units
2015-01-11reproducible: common forgot a slash in ISSUES_URI...Mattia Rizzolo1-1/+1
2015-01-11reproducible: html_notes: call process_packages() from ↵Mattia Rizzolo1-0/+2
reproducible_html_packages to recreate rb-pkg/package.html pages
2015-01-11reproducible: add reproducible_html_packages.pyMattia Rizzolo1-0/+155
2015-01-11reproducible: html_notes.py: split only one time in rsplit() + better logMattia Rizzolo1-4/+4
2015-01-11reproducible: common.py: add join_status_icon()Mattia Rizzolo1-0/+24
2015-01-11reproducible: common.py: make possible to do not write the very last footer ↵Mattia Rizzolo1-2/+5
in write_html_page()
2015-01-11reproducible: common.py: add a bunch of new variablesMattia Rizzolo1-3/+15
2015-01-11apache: enable HSTSMattia Rizzolo1-0/+1
2015-01-11apache: use mod-macro to reduce the code duplication. This should also fix ↵Mattia Rizzolo2-112/+34
some redirection issues. Moreover, this cleans the code
2015-01-11apache: use <VirtualHost *:443> instead of <VirtualHost ↵Mattia Rizzolo1-1/+1
reproducible.debian.net:443>
2015-01-10g-i: preseed grub to install on default deviceHolger Levsen3-3/+3