Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-12 | replace ftp.(de|uk|us).debian.org with deb.debian.org everywhere | Holger Levsen | 2 | -9/+9 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-06-07 | reproducible Debian: add niceness variation (Closes: #863440) | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-06-06 | Revert "reproducible Debian: add niceness variation (Closes: #863440)" | Holger Levsen | 1 | -1/+1 | |
This reverts commit c43b4f3e2d537a1e9c2ff510f071d233f202bc50. | |||||
2017-06-06 | reproducible Debian: add niceness variation (Closes: #863440) | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-06-02 | reproducible Debian: add 3 new armhf nodes and pbuilder/schroot-setup jobs ↵ | Holger Levsen | 1 | -2/+3 | |
for them, thanks to Vagrant for setup+hosting Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-05-29 | reproducible Debian: require network-online for rc.local service everywhere | Holger Levsen | 1 | -0/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-29 | rc.local/update_jdn.sh: rework disabling dsa-check-packages | Alexander Couzens | 1 | -3/+0 | |
When rc.local was executed, it disables dsa-check-packages via ln -sf /bin/true /usr/local/bin/dsa-check-packages which disables it. But when the next time update_jdn.sh run, update_jdn.sh overwrite /bin/true with the original dsa-check-packages perl script. All scripts which use /bin/true rather than a built-in (like bash) might fail if some packages are outdated. Disabling of dsa-check-packages is done now in update_jdn.sh, but after dsa-check-packages got overwritten. It's also now using a one line shell script instead of a symbolic link, which allows to add a comment. Also add temporary check if /bin/true is a perl script and repair it by reinstalling coreutils. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-28 | /etc/pbuilderrc: stop bind-mounting /dev/shm: pbuilder since 0.228 takes ↵ | Mattia Rizzolo | 1 | -4/+0 | |
care of that Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-28 | simplify (and fix) check for incorrect mtu | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-28 | add debugging output and change system last | Holger Levsen | 1 | -19/+18 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-20 | save update_jdn output in /var/log/jenkins/update_jdn.log and logrotate it | Holger Levsen | 1 | -0/+9 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-03-30 | reproducible Debian: set eth's MTU to 1500 on boot, if it's not set to 1500 | Holger Levsen | 1 | -0/+14 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-02-17 | reproducible debian: remove pbuilder hook A01_modfiy_src_dir: that's now ↵ | Mattia Rizzolo | 1 | -20/+0 | |
done through pbuilderrc only Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-02-16 | reproducible Debian: add two new armhf hosts and their maintenace jobs, ↵ | Holger Levsen | 1 | -5/+9 | |
thanks vagrant Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-02-06 | reproducible debian: temporary disable build subdir name variation | Mattia Rizzolo | 1 | -0/+2 | |
pbuilder 0.228 removed an undefined behaviour this feature was relying on. 0.228.4 will instead provide an (undocumented) interface to configure this value. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-21 | reproducible Debian: add code to fixup /(dev|run)/shm on boot, see #851427 | Holger Levsen | 1 | -0/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-21 | reproducible Debian: refactor, use one common rc.local script for all hosts | Holger Levsen | 1 | -2/+68 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-26 | fixup 8b943b55: reproducible Debian: run odd numbered codethink nodes in the ↵ | Holger Levsen | 1 | -1/+3 | |
future too Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-23 | reproducible Debian: build on tmpfs on arm64 too | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-22 | reproducible Debian: add arm64 to tested architectures, thanks to ↵ | Holger Levsen | 1 | -1/+2 | |
codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-23 | sigh, figlet is not available… | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-22 | reproducible Debian: $HOSTNAME is a bashism… | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-17 | reproducible Debian: more debugging output related to disorderf | Holger Levsen | 1 | -0/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-17 | reproducible Debian: enable disorderfs on bpi0-armhf-rb.d.n only (due to ↵ | Holger Levsen | 1 | -3/+8 | |
#844498) Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-16 | reproducible Debian: mention this is done due to #844498 | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-16 | reproducible Debian: disable disorderfs again (we might enable it for a ↵ | Holger Levsen | 1 | -0/+6 | |
single armhf host…) Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | Do a lazy unmount of disorderfs. | Vagrant Cascadian | 2 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-15 | reproducible Debian: re-enable disorderfs on i386 | Holger Levsen | 1 | -2/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-07 | reproducible Debian: improve src_dir variation | HW42 | 1 | -4/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-07 | reproducible Debian: vary the source dir name | HW42 | 1 | -0/+20 | |
This hapens for example when some builders use 'dpkg-source -x' and others build out of a SCM. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-05 | reproducible Debian: add code to deal with pb15+16 running in the future | Holger Levsen | 1 | -2/+3 | |
2016-09-19 | reproducible Debian armhf: replace opi2a with jtk1a, except for builder jobs | Holger Levsen | 2 | -3/+3 | |
2016-08-31 | Vary the GECOS of the two build users | Paul Wise | 1 | -0/+4 | |
This affects at least the Debian package libforms. Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2016-08-14 | pbuilder: stop unsetting http_proxy, pbuilder does it itself nowadays (see ↵ | Mattia Rizzolo | 1 | -3/+1 | |
#780587) Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-08-14 | pbuilderrc: stop explicitly bindmounting /sys; pbuilder does it itself nowadays | Mattia Rizzolo | 1 | -2/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-08-14 | pbuilderrc: use PBUILDER_OPERATION instead of undocumented ↵ | Mattia Rizzolo | 1 | -6/+6 | |
PBCURRENTCOMMANDLINEOPERATION Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-10 | reproducible Debian: vary user's shell on the 2nd build if BUILDUSERNAME is set | Holger Levsen | 1 | -2/+4 | |
2016-07-10 | reproducible Debian: delay variation a bit, until BUILDUSERNAME is exported ↵ | Holger Levsen | 1 | -1/+1 | |
everywhere | |||||
2016-07-10 | fixup 1244aad: reproducible Debian: vary user's login shell | Holger Levsen | 1 | -2/+2 | |
2016-07-10 | fixupp 878abc5a: reproducible Debian: vary user's login shell | Holger Levsen | 1 | -2/+2 | |
2016-07-10 | reproducible Debian: vary user's login shell | Holger Levsen | 1 | -0/+2 | |
2016-06-04 | reproducible debian: use eatmydata on i386+armhf | Holger Levsen | 1 | -0/+10 | |
2016-06-02 | reproducible debian: add three new armhf build nodes, thanks to Vagrant, ↵ | Holger Levsen | 1 | -3/+3 | |
with maintenance and setup jobs | |||||
2016-06-02 | reproducible debian: unify /etc/pbuilderrc for all hosts | Holger Levsen | 1 | -0/+10 | |
2016-05-28 | add new node, profitbricks-build10-amd64, for lvc tests | Holger Levsen | 1 | -1/+1 | |
2016-04-19 | reproducible debian: run 1st build with a timeout of 18h and the 2nd with ↵ | Holger Levsen | 1 | -4/+2 | |
24h timeout | |||||
2016-04-10 | stop downloading package descriptions, thanks Vagrant for the idea | Holger Levsen | 1 | -0/+1 | |
2016-03-25 | reproducible debian: adopt pbuilderrc to new i386 hosts | Holger Levsen | 1 | -1/+1 | |
2016-03-06 | reproducible armhf: fixup: add bbx15 and ff4* to pbuilderrc and ↵ | Holger Levsen | 1 | -1/+1 | |
common_functions.sh too | |||||
2016-03-06 | reproducible armhf: add bbx15 to pbuilderrc too | Holger Levsen | 1 | -2/+2 | |