summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11reproducible openwrt: improve table header: unreproducible or otherwise ↵Holger Levsen1-1/+1
broken…
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-10reproducible *.sh fix whitespacesAlexander Couzens1-1/+1
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-10openwrt: disable all architectures but ar71xxAlexander Couzens1-2/+4
2015-12-07openwrt: select branch while cloningAlexander Couzens1-2/+1
because of --depth they don't fetch the whole repository with all branches
2015-12-07openwrt: switch to https://github.com/lynxis/openwrt branch reproducibleAlexander Couzens1-2/+2
for testing switch to my branch as long there are missing a lot of patches in openwrt
2015-12-07openwrt: implement OPENWRT_GIT_BRANCHAlexander Couzens1-0/+2
choose the branch for the git checkout
2015-10-26Revert "reproducible openwrt: temporarily enable debug"Holger Levsen1-1/+0
This reverts commit a0caea27c7b7d836aedda4f951565f41706a6199.
2015-10-24reproducible openwrt: temporarily enable debugHolger Levsen1-0/+1
2015-10-23reprodducible openwrt: save banner before cleanupHolger Levsen1-3/+5
2015-10-21openwrt: add CLEAN_IPKG and always build *rootfs.tar.gzbnewbold1-1/+3
2015-10-21reproducible openwrt: add very simple safeguards against cleanup going wrongHolger Levsen1-0/+6
2015-10-21openwrt: trivial style changesbnewbold1-1/+5
Add a "documentation being generated" header to stdout, and parameterize the openwrt git repo url to a variable up top
2015-10-21openwrt: use hard (-f) rm to clear temporary filesbnewbold1-6/+6
This fixes some hangs and bugs I ran in to while testing.
2015-10-21openwrt: fix trivial double 'K' sizes in output HTMLbnewbold1-3/+3
2015-10-19reproducible: improve outputHolger Levsen1-1/+1
2015-10-12reproducible: refactorHolger Levsen1-1/+0
2015-09-01reproducible: now that diffoscope is available in testing, rename schroots ↵Holger Levsen1-1/+1
everywhere and always use diffoscope
2015-08-26reproducible openwrt: sort unreproducible packages up and boring ↵Holger Levsen1-6/+12
reproducible ones down
2015-08-15reproducible: s#$DBDVERSION#$DIFFOSCOPE#gHolger Levsen1-3/+3
2015-08-15reproducible: s#debbindiff#diffoscope#g in most of the outputHolger Levsen1-5/+5
2015-08-10reproducible: correct copyrightHolger Levsen1-1/+1
2015-08-06reproducible openwrt: don't let whole build fail if target install failsReiner Herrmann1-1/+1
2015-08-03reproducible openwrt: disable external feeds which probably break buildingReiner Herrmann1-5/+6
2015-08-03reproducible: clone repositories shallowly to speed it upReiner Herrmann1-1/+1
2015-07-19reproducible openwrt: move options to common variable and add ↵Reiner Herrmann1-6/+8
IGNORE_ERRORS=1 again
2015-07-19reproducible openwrt: show packages as ftbfs when one build failedReiner Herrmann1-2/+26
2015-07-19reproducible openwrt: deal gracefully with some failing package build failuresHolger Levsen1-1/+1
2015-07-19reproducible openwrt: build all packagesHolger Levsen1-0/+1
2015-07-19Revert "reproducible openwrt: build all packages and simplify building"Holger Levsen1-2/+11
This reverts commit f6395b3c06146889e3c5dd8b7cd026fa0d85729a.
2015-07-18reproducible openwrt: temporarily add "V=s" to the toolchain makesHolger Levsen1-2/+4
2015-07-17reproducible openwrt: build all packages and simplify buildingReiner Herrmann1-11/+2
2015-07-15reproducible openwrt: improve irc messagesHolger Levsen1-1/+1
2015-07-07reproducible: refactoringHolger Levsen1-2/+2
2015-07-06reproducible coreboot/openwrt/netbsd: improve html titlesHolger Levsen1-1/+1
2015-07-06reproducible coreboot/openwrt/netbsd: make sure to include debbindiff ↵Holger Levsen1-1/+1
version in output
2015-07-06reproducible coreboot/openwrt/netbsd: display sensible file sizesHolger Levsen1-7/+6
2015-07-05reproducible NetBSD: add job and initial script, atm only testing sparc64Holger Levsen1-45/+2
2015-06-17Revert "reproducible openwrt: rebuild openssl verbosely to understand build ↵Holger Levsen1-5/+0
failure" because of https://dev.openwrt.org/changeset/46005/trunk This reverts commit dd5a8c9e46225e711aeb9426f082586ca0ec12bb.
2015-06-17reproducible openwrt: move tree call up - not sure if we should keep it, but ↵Holger Levsen1-1/+1
where it was, it was confusing
2015-06-17reproducible openwrt: rebuild openssl verbosely to understand build failureReiner Herrmann1-0/+5
2015-06-16reproducible openwrt: improve toolchain+target descriptionsHolger Levsen1-7/+11
2015-06-15reproducible openwrt: clean up also after second buildReiner Herrmann1-2/+3
2015-06-15reproducible openwrt: targets other than default need more detailed configReiner Herrmann1-6/+7
2015-06-15reproducible openwrt and coreboot: use common introHolger Levsen1-3/+1
2015-06-15reproducible openwrt and coreboot: remove redundancy from descriptionHolger Levsen1-1/+1
2015-06-14reproducible openwrt: fix syntaxHolger Levsen1-1/+1
2015-06-14reproducible openwrt: improve descriptionHolger Levsen1-1/+1