Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-25 | reprodcucible: FreeBSD 10.2 has been released, lets test this for now | Holger Levsen | 1 | -1/+1 | |
2015-08-25 | reproducible improve rb-pkg pages style. Thanks to AGWA | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-24 | reproducible: Don't open external resources in our iframe | Chris Lamb | 1 | -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-22 | reproducible: only show links to unstable/armhf | Holger Levsen | 1 | -2/+2 | |
2015-08-22 | reproducible: html_packages: don't link armhf pages in amd64 ones | Mattia Rizzolo | 1 | -2/+4 | |
2015-08-22 | reproducible: html_packages: fix syntax | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-22 | reproducible: completely refactor the package pages. Really thanks to Ulrike ↵ | Mattia Rizzolo | 3 | -88/+112 | |
Uhlig <u@451f.org> for the great help! | |||||
2015-08-21 | reproducible: raise limit how many packages people can schedule per day to 200 | Holger Levsen | 1 | -2/+2 | |
2015-08-21 | reproducible: correctly use mod_rewrite to stop using javascript for the form | Holger Levsen | 1 | -1/+1 | |
2015-08-21 | reproducible: add back url before the form | Holger Levsen | 1 | -1/+1 | |
2015-08-21 | reproducible: get rid off javascript in dashboard, thanks Ulrike | Holger Levsen | 1 | -2/+3 | |
2015-08-21 | reproducible: remote_scheduler: fix a TypeError and make more rubost | Mattia Rizzolo | 1 | -15/+16 | |
2015-08-21 | reproducible: remote_scheduler: clean the packages list from empty strings ↵ | Mattia Rizzolo | 1 | -1/+1 | |
that somehow happens | |||||
2015-08-21 | reproducible remote scheduler: fix typo | Reiner Herrmann | 1 | -1/+1 | |
2015-08-20 | reproducible: fix syntax | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-19 | reproducible fixup | Holger Levsen | 2 | -5/+5 | |
2015-08-19 | reproducible: disable debug | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: add links to (the) other archs | Holger Levsen | 1 | -0/+4 | |
2015-08-19 | reproducible: fixup last commit | Holger Levsen | 1 | -2/+2 | |
2015-08-19 | reproducible: add links to (the) other archs | Holger Levsen | 1 | -1/+7 | |
2015-08-19 | reproducible: fix navigation | Holger Levsen | 1 | -2/+2 | |
2015-08-19 | reproducible: remote_scheduler: rearrange the argparse bits to really print ↵ | Mattia Rizzolo | 1 | -9/+4 | |
all option in -h | |||||
2015-08-19 | reproducible: remote_scheduler: don't require the -s option at argparse ↵ | Mattia Rizzolo | 1 | -1/+5 | |
level, bug check it later on (this allow passing just --null via argv) | |||||
2015-08-19 | reproducible: remote_scheduler: do not ball users out when they schedule an ↵ | Mattia Rizzolo | 1 | -3/+2 | |
inexistent package, just print the error | |||||
2015-08-19 | reproducible: mention this is arch dependent now | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: fix braino | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: make it succeed | Holger Levsen | 1 | -1/+6 | |
2015-08-19 | reproducible: deal with diversion by zero | Holger Levsen | 1 | -7/+7 | |
2015-08-19 | reproducible: enable debug | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: remove debugging code | Holger Levsen | 1 | -1/+0 | |
2015-08-19 | reproducible: we only test unstable on armhf atm... | Holger Levsen | 1 | -0/+4 | |
2015-08-19 | reproducible: fix suite/arch pkg_state graphs | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: fix another link | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: fix pathes to images | Holger Levsen | 1 | -2/+2 | |
2015-08-19 | reproducible: fix typo | Holger Levsen | 1 | -1/+1 | |
2015-08-19 | reproducible: fix table updates | Holger Levsen | 1 | -16/+16 | |
2015-08-19 | reproducible: keep arch specific stats and introduce suite_$arch_stats | Holger Levsen | 3 | -35/+99 | |
2015-08-19 | reproducible: fix stats in dashboard (WIP) | Holger Levsen | 1 | -15/+15 | |
2015-08-19 | reproducible: setup_notify: fix the package generation step after the last ↵ | Mattia Rizzolo | 1 | -1/+1 | |
refactor | |||||
2015-08-18 | reproducible: alioth reschedule script: pipe args to alioth instead of ↵ | Mattia Rizzolo | 1 | -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-18 | reproducible: scheduler: add a --null flag to read arguments from stdin and ↵ | Mattia Rizzolo | 1 | -1/+12 | |
consider them null-terminated. Thanks Lunar for the suggestion | |||||
2015-08-18 | reproducible: remote scheduler: correctly parse the -m option | Mattia Rizzolo | 1 | -2/+2 | |
2015-08-18 | reproducible: fix suite stats the ugly way... | Holger Levsen | 2 | -2/+2 | |
2015-08-18 | reproducible: fix one amd64'ism | Holger Levsen | 1 | -1/+1 | |
2015-08-18 | reproducible: enable armhf somemore | Holger Levsen | 2 | -6/+8 | |
2015-08-18 | reproducible: enable armhf | Holger Levsen | 1 | -1/+1 | |
2015-08-17 | reproducible: notes: do not fail when not run on jenkins due to lack of the ↵ | Mattia Rizzolo | 1 | -2/+6 | |
BUILD_URL evn variable | |||||
2015-08-17 | reproducible: notes: do not fail the job when the version is missing | Mattia Rizzolo | 1 | -5/+10 | |
2015-08-17 | reproducible: common.py: nest try/except clauses to really catch every ↵ | Mattia Rizzolo | 1 | -17/+18 | |
possible sql error | |||||
2015-08-17 | reproducible: common.py: catch psycopg2.OperationalError when the connection ↵ | Mattia Rizzolo | 1 | -0/+9 | |
timeouts in start_udd_connection to output a useful error message |