summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-14reproducible: move navigation menu to the left. (this will be WIP for some ↵Holger Levsen1-10/+7
time…)
2016-05-13reproducible debian: use same link name as .sh scriptsHolger Levsen1-1/+1
2016-05-07s#http://anonscm.debian.org/cgit#https://anonscm.debian.org/git#gHolger Levsen1-2/+2
2016-04-29reproducible debian: link blog(s)Holger Levsen1-0/+1
2016-04-18reproducible debian: change arch order, put i386 2nd (see ↵Holger Levsen1-1/+1
http://popcon.debian.org/stat/submission.png)
2016-03-29reproducible debian: fix brainoHolger Levsen1-1/+1
2016-03-29reproducible debian: add i386 to navigationHolger Levsen1-4/+3
2016-03-29reproducible debian: add myself to copyright too, 90 lines or >10% of the ↵Holger Levsen1-0/+1
code should be enough
2016-03-26reproducible debian: add i386 to the archs being tested^wscheduledHolger Levsen1-1/+1
2016-03-07reproducible debian: use bold font in note to explain bold fontHolger Levsen1-1/+1
2016-01-21s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not ↵Holger Levsen1-1/+1
all places yet
2016-01-08fix syntaxMattia Rizzolo1-1/+1
2016-01-08reproducible: simplefyHolger Levsen1-1/+0
2016-01-08common.py: don't fail if JOB_URL is not defined in the envMattia Rizzolo1-3/+5
2016-01-07reproducible: use same footer for .sh and .py pagesHolger Levsen1-5/+18
2016-01-06update copyright yearsHolger Levsen1-1/+1
2016-01-01reproducible armhf: enable testing of testingHolger Levsen1-2/+0
2015-12-26reproducible: common: remove gone issues or issues that must be fixed now ↵Mattia Rizzolo1-5/+1
from filtered_issues
2015-12-18reproducible debian armhf: also test experimentalHolger Levsen1-1/+1
2015-12-09reproducible: save the schedule message in the db and show it in the "test ↵Mattia Rizzolo1-2/+3
history" table
2015-12-09reproducible: store in the db also the actual build host in stats_build, and ↵Mattia Rizzolo1-2/+2
rename the current "builder" field to "job", since it contains the jenkins job name and nummber
2015-11-12prevent python based jobs to be run on the jenkins test systemHolger Levsen1-0/+4
2015-11-09reproducible: add more links to Reproducible-builds.orgHolger Levsen1-0/+1
2015-10-09reproducible: common.py: fix typoMattia Rizzolo1-1/+1
2015-10-09reproducible: Add a history page, with a table with all the builds done of ↵Mattia Rizzolo1-0/+18
that package. Link it in the rb-pkg pages.
2015-10-09reproducible: move convert_into_hms_string() from _html_live_status to _commonMattia Rizzolo1-0/+18
2015-10-07reproducible: use dashboard consistentlyHolger Levsen1-1/+1
2015-10-04reproducible: refactor and fix status icons for all statiHolger Levsen1-2/+3
2015-10-04reproducible: rename join_status_icon() to get_status_icon() and drop unused ↵Holger Levsen1-5/+2
code
2015-09-23reproducible: dont fail if the udd connection is brokenHolger Levsen1-1/+1
2015-09-18reproducible: fix languageHolger Levsen1-1/+1
2015-09-11Support meta-refresh headerChris Lamb1-2/+6
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-09-10reproducible: common.py: fixup syntax from 80fc439Mattia Rizzolo1-1/+1
2015-09-10reproducible: create arch specific schedule pagesHolger Levsen1-1/+1
2015-09-06reproducible: fix pkg_has_buildinfo() to work with any archHolger Levsen1-1/+1
2015-08-31reproducible: fix armhf navigation linksHolger Levsen1-1/+1
2015-08-30reproducible: refactorHolger Levsen1-6/+2
2015-08-29b/reproducible_common.py: Make trailing bug icons HTML anchors.Chris Lamb1-0/+2
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-08-27reproducible: fix link targetHolger Levsen1-1/+1
2015-08-26reproducible: change link names from "$arch" to "arch: $arch"Holger Levsen1-2/+2
2015-08-26reproducible: correctly link index_suite_$ARCH_statsHolger Levsen1-1/+1
2015-08-26reproducible: only link to suites that are tested on armhf (and two ↵Holger Levsen1-3/+5
whitespace changes in the same function)
2015-08-22reproducible: completely refactor the package pages. Really thanks to Ulrike ↵Mattia Rizzolo1-6/+11
Uhlig <u@451f.org> for the great help!
2015-08-20reproducible: fix syntaxMattia Rizzolo1-1/+1
2015-08-19reproducible fixupHolger Levsen1-2/+2
2015-08-19reproducible: add links to (the) other archsHolger Levsen1-0/+4
2015-08-18reproducible: enable armhfHolger Levsen1-1/+1
2015-08-17reproducible: common.py: nest try/except clauses to really catch every ↵Mattia Rizzolo1-17/+18
possible sql error
2015-08-17reproducible: common.py: catch psycopg2.OperationalError when the connection ↵Mattia Rizzolo1-0/+9
timeouts in start_udd_connection to output a useful error message
2015-08-17reproducible: common.py: set a connection timeout of 5 seconds for udd ↵Mattia Rizzolo1-1/+2
connections