summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11reproducible archlinux: fixup remote building with repository supportHolger Levsen2-15/+19
2015-12-11reproducible archlinux: fixup refactoring errorHolger Levsen1-1/+1
2015-12-11reproducible archlinux: rebuild all of 'core' every week, rebuild all of ↵Holger Levsen1-2/+8
'extra' every month
2015-12-11reproducible archlinux: build all packages from 'extra' repository tooHolger Levsen2-21/+26
2015-12-11reproducible archlinux: refactor to support multiple repositoriesHolger Levsen2-52/+57
2015-12-11reproducible openwrt: improve table header: unreproducible or otherwise ↵Holger Levsen1-1/+1
broken…
2015-12-11reproducible coreboot/openwrt/netbsd: correctly preserve static elements of ↵Holger Levsen1-1/+3
the pages
2015-12-11coreboot: fix html reporting of bad imagesAlexander Couzens1-2/+2
because of a broken path un-reproducible images aren't reported
2015-12-11openwrt: use BUILD_LOG to create openwrt/logsAlexander Couzens1-1/+14
BUILD_LOG=1 will create a logs/ directory where openwrt create a directory for every target and saves log files in there. Between both builds save the logs in a tar.xz ball and publish it under https://repoducible.debian.net/openwrt/logs_a.tar.xz and https://repoducible.debian.net/openwrt/logs_b.tar.xz
2015-12-10fix typoHolger Levsen1-0/+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: s#arch#archlinux# everywhere, update TODOHolger Levsen3-15/+15
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 Levsen3-5/+5
2015-12-10torbrowser tests: use the term 'settings' as the UI doesHolger Levsen1-1/+1
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 Levsen1-0/+49
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-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-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-09reproducible: refactor and better point out notes.gitHolger Levsen1-6/+11
2015-12-09reproducible: link to thanks page in every footerHolger Levsen1-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: add new script, reproducible_cleanup_nodes.sh, to kill lonely ↵Holger Levsen4-0/+68
build processes on all nodes
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
2015-12-09reproducible: refactor how the 'notify on build start' feature is handled, ↵Mattia Rizzolo2-14/+11
stop abusing of the builder column in the db for this
2015-12-09reproducible db: s,builder,job, also in the schedule table.Mattia Rizzolo3-11/+32
2015-12-09reproducible db: rename column in the results table: s#builder#job, and add ↵Mattia Rizzolo2-2/+22
build nodes information
2015-12-09reproducible: store in the db also the actual build host in stats_build, and ↵Mattia Rizzolo5-7/+29
rename the current "builder" field to "job", since it contains the jenkins job name and nummber
2015-12-09reproducible: build: rename the variable BUILDER to JOB, to better identify ↵Mattia Rizzolo1-9/+9
what it contains
2015-12-09reproducible archlinux: display icons for results tooHolger Levsen1-8/+9
2015-12-09reproducible archlinux: correctly display the test datesHolger Levsen1-1/+1