summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-08-25reproducible: new job to build /specs/source_date_epoch/ from ↵Holger Levsen1-0/+26
source-date-epoch-spec.git
2015-08-25reprodcucible: FreeBSD 10.2 has been released, lets test this for nowHolger Levsen1-1/+1
2015-08-25reproducible improve rb-pkg pages style. Thanks to AGWAMattia Rizzolo1-1/+1
2015-08-24reproducible: Don't open external resources in our iframeChris Lamb1-7/+7
It's considered poor web etiquette to hijack links to cross-domain resources - the default "click" should take me to, eg. bugs.debian.org, and it can be quite annoying when it doesn't and I need to renavigate to get the URL, etc. Futhermore, when the iframe goes away we will have this behaviour anyway, so not only can we do the right thing now, we can avoid changing habits in the future after people are used or working around it. Signed-off-by: Chris Lamb <lamby@debian.org>
2015-08-22reproducible: only show links to unstable/armhfHolger Levsen1-2/+2
2015-08-22reproducible: html_packages: don't link armhf pages in amd64 onesMattia Rizzolo1-2/+4
2015-08-22reproducible: html_packages: fix syntaxMattia Rizzolo1-1/+1
2015-08-22reproducible: completely refactor the package pages. Really thanks to Ulrike ↵Mattia Rizzolo3-88/+112
Uhlig <u@451f.org> for the great help!
2015-08-21reproducible: raise limit how many packages people can schedule per day to 200Holger Levsen1-2/+2
2015-08-21reproducible: correctly use mod_rewrite to stop using javascript for the formHolger Levsen1-1/+1
2015-08-21reproducible: add back url before the formHolger Levsen1-1/+1
2015-08-21reproducible: get rid off javascript in dashboard, thanks UlrikeHolger Levsen1-2/+3
2015-08-21reproducible: remote_scheduler: fix a TypeError and make more rubostMattia Rizzolo1-15/+16
2015-08-21reproducible: remote_scheduler: clean the packages list from empty strings ↵Mattia Rizzolo1-1/+1
that somehow happens
2015-08-21reproducible remote scheduler: fix typoReiner Herrmann1-1/+1
2015-08-20reproducible: fix syntaxMattia Rizzolo1-1/+1
2015-08-19reproducible fixupHolger Levsen2-5/+5
2015-08-19reproducible: disable debugHolger Levsen1-1/+1
2015-08-19reproducible: add links to (the) other archsHolger Levsen1-0/+4
2015-08-19reproducible: fixup last commitHolger Levsen1-2/+2
2015-08-19reproducible: add links to (the) other archsHolger Levsen1-1/+7
2015-08-19reproducible: fix navigationHolger Levsen1-2/+2
2015-08-19reproducible: remote_scheduler: rearrange the argparse bits to really print ↵Mattia Rizzolo1-9/+4
all option in -h
2015-08-19reproducible: remote_scheduler: don't require the -s option at argparse ↵Mattia Rizzolo1-1/+5
level, bug check it later on (this allow passing just --null via argv)
2015-08-19reproducible: remote_scheduler: do not ball users out when they schedule an ↵Mattia Rizzolo1-3/+2
inexistent package, just print the error
2015-08-19reproducible: mention this is arch dependent nowHolger Levsen1-1/+1
2015-08-19reproducible: fix brainoHolger Levsen1-1/+1
2015-08-19reproducible: make it succeedHolger Levsen1-1/+6
2015-08-19reproducible: deal with diversion by zeroHolger Levsen1-7/+7
2015-08-19reproducible: enable debugHolger Levsen1-1/+1
2015-08-19reproducible: remove debugging codeHolger Levsen1-1/+0
2015-08-19reproducible: we only test unstable on armhf atm...Holger Levsen1-0/+4
2015-08-19reproducible: fix suite/arch pkg_state graphsHolger Levsen1-1/+1
2015-08-19reproducible: fix another linkHolger Levsen1-1/+1
2015-08-19reproducible: fix pathes to imagesHolger Levsen1-2/+2
2015-08-19reproducible: fix typoHolger Levsen1-1/+1
2015-08-19reproducible: fix table updatesHolger Levsen1-16/+16
2015-08-19reproducible: keep arch specific stats and introduce suite_$arch_statsHolger Levsen3-35/+99
2015-08-19reproducible: fix stats in dashboard (WIP)Holger Levsen1-15/+15
2015-08-19reproducible: setup_notify: fix the package generation step after the last ↵Mattia Rizzolo1-1/+1
refactor
2015-08-18reproducible: alioth reschedule script: pipe args to alioth instead of ↵Mattia Rizzolo1-1/+0
passing them through commal line, to avoid ssh screw up. Thanks to Lunar and Dhole for the help on figuring out how to gettig this working
2015-08-18reproducible: scheduler: add a --null flag to read arguments from stdin and ↵Mattia Rizzolo1-1/+12
consider them null-terminated. Thanks Lunar for the suggestion
2015-08-18reproducible: remote scheduler: correctly parse the -m optionMattia Rizzolo1-2/+2
2015-08-18reproducible: fix suite stats the ugly way...Holger Levsen2-2/+2
2015-08-18reproducible: fix one amd64'ismHolger Levsen1-1/+1
2015-08-18reproducible: enable armhf somemoreHolger Levsen2-6/+8
2015-08-18reproducible: enable armhfHolger Levsen1-1/+1
2015-08-17reproducible: notes: do not fail when not run on jenkins due to lack of the ↵Mattia Rizzolo1-2/+6
BUILD_URL evn variable
2015-08-17reproducible: notes: do not fail the job when the version is missingMattia Rizzolo1-5/+10
2015-08-17reproducible: common.py: nest try/except clauses to really catch every ↵Mattia Rizzolo1-17/+18
possible sql error