summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10update documentation how things are set up, esp. jenkins-job-builder is now ↵Holger Levsen1-14/+12
finally installed from a package.
2015-12-10minor tweaksHolger Levsen1-6/+1
2015-12-10coreboot: explicit build iaslAlexander Couzens1-0/+3
in recent coreboot version iasl isn't build automatic and the build will fail because acpi support requires iasl
2015-12-10reproducible *.sh fix whitespacesAlexander Couzens5-6/+6
2015-12-10openwrt: fix wrong usage of IGNORE_ERRORSAlexander Couzens1-1/+1
the build won't fail anymore because of broken packages
2015-12-10openwrt: build tools + toolchain parallelAlexander Couzens1-4/+2
2015-12-10reproducible: clarify these variables are only used in Debian contextHolger Levsen1-5/+5
2015-12-10openwrt: disable all architectures but ar71xxAlexander Couzens1-2/+4
2015-12-10reproducible archlinux: document how to test 'extra' tooHolger Levsen1-2/+3
2015-12-10reproducible archlinux: s#arch#archlinux# everywhere, update TODOHolger Levsen4-25/+19
2015-12-10reproducible archlinux: create a new job to create an archlinux build ↵Holger Levsen1-2/+12
schroot on jenkins too (because the choose_package() needs it on this host)
2015-12-10reproducible archlinux: add more outputHolger Levsen1-2/+4
2015-12-10reproducible archlinux: stop using hardcoded list of core packages, update ↵Holger Levsen1-7/+16
the list every 2 days
2015-12-10reproducible archlinux: refactorHolger Levsen1-26/+30
2015-12-10reproducible archlinux: s#arch#archlinux# in script and job namesHolger Levsen4-13/+13
2015-12-10torbrowser tests: use the term 'settings' as the UI doesHolger Levsen2-7/+7
2015-12-10fixup 1aa66ed: torbrowser tests: add two tests using a broken user configHolger Levsen1-5/+9
2015-12-10torbrowser tests: allow up to 51 secs to load URLsHolger Levsen1-4/+4
2015-12-10torbrowser tests: add two tests using a broken user config, to make sure the ↵Holger Levsen2-0/+73
version targeted at stable-updates really fixes all relevant issues
2015-12-10fix typo in commentHolger Levsen1-1/+1
2015-12-10reproducible: take more care to recreate the graphs when new data is availableHolger Levsen2-7/+9
2015-12-10reproducible: blacklist: fix a NOT NULL constraint failureMattia Rizzolo1-1/+1
2015-12-10remove hosts/*/usr/lib/puilder/*: now that #608636 and #807487 are fixed in ↵Mattia Rizzolo17-1839/+0
pbuilder 0.219~bpo8+2 we don't need to carry the fix ourselves anymore
2015-12-10reproducible: build: when NOTIFY is 0 means we want no notification. Turn ↵Mattia Rizzolo1-0/+2
that info in a form the rest of build.sh understands
2015-12-10update_jdn: just copy all hosts//usr/ instead of only /usr/localMattia Rizzolo1-1/+1
2015-12-10reproducible: live_status: fix a TypeErrorMattia Rizzolo1-1/+1
2015-12-10reproducible: build/maintenance: another cases of ='' => IS NULLMattia Rizzolo2-4/+4
2015-12-10reproducible: build: another case of ='' => IS NULLMattia Rizzolo1-1/+1
2015-12-10reproducible: live_status: another case of = '' => IS NULLMattia Rizzolo1-1/+1
2015-12-10reproducible: build/live_status: check whether sch.date_build_started is ↵Mattia Rizzolo2-2/+2
NULL instead of ''
2015-12-10reproducible: on systems running in the future: reset date to real date at ↵Holger Levsen1-0/+17
the beginning of deployments, and reset back to the future at the end
2015-12-09Revert "reproducible: disable the scheduler job completly as sid is ↵Holger Levsen1-1/+0
currently completly broken." This reverts commit cb5b0436aa649f11dbd3fe2268c0c17382f1a276.
2015-12-09Revert "reproducible armhf: disable all the build jobs due to #807487"Holger Levsen1-15/+0
This reverts commit 82f76d07a721a542d87c5c73aadcce85cc0e2236.
2015-12-09reproducible: work around #807487Holger Levsen15-15/+15
2015-12-09reproducible: add /usr/lib/pbuilder/pbuilder-satisfydepends-aptitude as from ↵Holger Levsen15-0/+1545
0.219~bpo8+1
2015-12-09reproducible: refactor and better point out notes.gitHolger Levsen1-6/+11
2015-12-09reproducible fdroid: start taking notes how to test thatHolger Levsen1-1/+5
2015-12-09reproducible armhf: disable all the build jobs due to #807487Holger Levsen1-0/+15
2015-12-09reproducible: disable the scheduler job completly as sid is currently ↵Holger Levsen1-0/+1
completly broken.
2015-12-09reproducible: link to thanks page in every footerHolger Levsen1-1/+1
2015-12-09don't show me twice on the thanks pageMattia Rizzolo1-1/+1
2015-12-09reproducible: dont hardcode the number of build jobs, instead check the ↵Holger Levsen1-4/+7
actual number on the fs
2015-12-09reproducible: document what is needed to send notification mails through the ↵Mattia Rizzolo1-0/+2
package tracker
2015-12-09reproducible: add new script, reproducible_cleanup_nodes.sh, to kill lonely ↵Holger Levsen16-12/+116
build processes on all nodes
2015-12-09reproducible: install slay everywhere to make killing builds trivialHolger Levsen1-1/+2
2015-12-09reproducible: remote_scheduler: also force notification when asking for ↵Mattia Rizzolo1-1/+1
artifacts
2015-12-09reproducible: remote_scheduler: refactor the notification level chooserMattia Rizzolo1-3/+7
2015-12-09reproducible: db: correct grammar in code commentMattia Rizzolo1-1/+1
2015-12-09reproducible: build: rename variable: s#BUILDER_PREFIX#JOB_PREFIX#gMattia Rizzolo1-3/+3
2015-12-09reproducible: save the schedule message in the db and show it in the "test ↵Mattia Rizzolo5-9/+17
history" table