summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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 pagesLunar1-2/+2
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-09use proper quotesHolger Levsen1-1/+1
2015-01-09(temporarily) add globalsign domain verification headerHolger Levsen1-0/+1
2015-01-09fixup previous commit, thanks mapreri, handing back the tissueHolger Levsen1-1/+1
2015-01-09reproducible: extend copyright to 2015 (but not plainly to current year)Holger Levsen2-3/+3
2015-01-09reproducible: use only one digit for percentHolger Levsen1-2/+2
2015-01-09reproducible: give percentages for meta pkg sets statesHolger Levsen1-4/+9
2015-01-09live-build: include education-desktop-mate instead of -kde into edu standaloneHolger Levsen1-1/+1
2015-01-09live-build: include education-desktop-kde instead of -xfce into edu standaloneHolger Levsen1-1/+1
2015-01-09reproducible: update links after apache change. strip the leading ↵Mattia Rizzolo6-42/+42
/userContent where possible
2015-01-09only create link if target existsHolger Levsen1-1/+3
2015-01-09rename build-depends_(gnome|tails) meta pkg sets to (gnome|tails)_build-dependsHolger Levsen1-2/+2
2015-01-09fix typo breaking the installed_on_debian.org meta pkg setHolger Levsen1-1/+1
2015-01-09reproducible: add anchors to pkg set statsHolger Levsen1-2/+8
2015-01-08fixup: filter out arch and versionHolger Levsen1-3/+3
2015-01-08remove duplicates firstHolger Levsen1-1/+1
2015-01-08filter out arch and versionHolger Levsen1-1/+1
2015-01-08reproducible: html_notes: fix KeyError in case a issue does not affect any ↵Mattia Rizzolo1-3/+6
package
2015-01-08fix typoHolger Levsen2-2/+2
2015-01-08live-build: use /srv/jenkins/live/configHolger Levsen1-0/+1
2015-01-08live-build: show how big resulting .iso isHolger Levsen1-0/+4
2015-01-08live-build: also install education-laptop package for edu standaloneHolger Levsen1-1/+2
2015-01-08drop now useless reproducible_html_notes.sh, thanks a lot mapreri for the ↵Holger Levsen1-362/+0
rewrite in python
2015-01-08reproducible: fix TypeError with wheezy's pythonMattia Rizzolo2-12/+12
2015-01-08reproducible: html.py: fix html indentationMattia Rizzolo2-108/+187