Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-12 | prevent shell script based jobs to be run on the jenkins test system | Holger Levsen | 1 | -0/+4 | |
2015-11-11 | reproducible: add sixth armhf build node, thanks again to vagrant | Holger Levsen | 1 | -2/+2 | |
2015-11-09 | fixup c1e8486dc: /srv/workspace/pbuilder is now created by pbuilder when it ↵ | Holger Levsen | 1 | -2/+2 | |
needs it | |||||
2015-11-09 | add new armhf node, Odroid-XU4, thanks to vagrant | Holger Levsen | 1 | -2/+2 | |
2015-10-17 | reproducible: always be true | Holger Levsen | 1 | -2/+2 | |
2015-10-17 | reproducible arch: ignore arch schroot sessions in maintenance | Holger Levsen | 1 | -2/+6 | |
2015-10-16 | reproducible: refactor | Holger Levsen | 1 | -0/+4 | |
2015-10-06 | refactor: move cleanup_schroot_sessions() to common_functions.sh | Holger Levsen | 1 | -0/+21 | |
2015-09-22 | improve language | Holger Levsen | 1 | -1/+1 | |
2015-09-07 | explain on which host we're running | Holger Levsen | 1 | -2/+2 | |
2015-09-07 | reproducible: use ftp.us.d.o for armhf nodes in Portland, Oregon | Holger Levsen | 1 | -1/+1 | |
2015-09-02 | make sure /srv/workspace/chroots /srv/workspace/pbuilder always exist | Holger Levsen | 1 | -0/+2 | |
2015-08-07 | reproducible: add new amd64 build node: profitbricks-build2-amd64.d.n | Holger Levsen | 1 | -1/+1 | |
2015-08-07 | fix tipo | Holger Levsen | 1 | -1/+1 | |
2015-08-07 | show md5sum of the script running | Holger Levsen | 1 | -1/+1 | |
2015-08-06 | reproducible: fixup Mattia's last two commits | Holger Levsen | 1 | -2/+0 | |
2015-08-06 | reproducible: add a job to build+publish the reproducible builds howto | Mattia Rizzolo | 1 | -0/+2 | |
2015-08-06 | reproducible amd64: add new build host: profitbricks1 | Holger Levsen | 1 | -6/+6 | |
2015-08-04 | reproducible: define mirror+proxy depending on the hostname | Holger Levsen | 1 | -2/+10 | |
2015-04-21 | common: use LC_ALL=C.UTF-8 instead of C. We live in a bigger world to ↵ | Mattia Rizzolo | 1 | -1/+1 | |
costrain us on ASCII | |||||
2015-03-12 | Revert "temp. use ftp2.de.d.o while ftp.de is down" | Holger Levsen | 1 | -1/+1 | |
This reverts commit 8685feaaeada1f39ff07f0745251f9d134518b59. | |||||
2015-03-12 | update copyright | Holger Levsen | 1 | -1/+1 | |
2015-03-12 | temp. use ftp2.de.d.o while ftp.de is down | Holger Levsen | 1 | -1/+1 | |
2014-11-07 | slightly improve wording | Holger Levsen | 1 | -2/+2 | |
2014-11-07 | common-function: at the beginning of each job: provide link to git repo and ↵ | Holger Levsen | 1 | -7/+20 | |
explain which script is called how for each job | |||||
2014-10-27 | g-i-i: trying to workaround the need for shifted key presses... | Holger Levsen | 1 | -0/+1 | |
2014-10-26 | refactor code into new publish_changes_to_userContent() | Holger Levsen | 1 | -0/+34 | |
This new function is used to publish both the Debian Edu manuals as well as the Debian Installer installation-guide to https://jenkins.debian.net/userContent/debian-edu-doc/ and https://jenkins.debian.net/userContent/installation-guide/ | |||||
2014-10-25 | introduce common DEBUG variable | Holger Levsen | 1 | -4/+8 | |
2014-10-17 | common-functions.sh: prevent running as root | Holger Levsen | 1 | -0/+5 | |
2014-10-04 | explain setsid is not related to in which its used and add pointer to 24deda5a8 | Holger Levsen | 1 | -0/+1 | |
2014-10-03 | invoke setsid for each job | Helmut Grohne | 1 | -1/+1 | |
This should cause each jenkins job to reside in its own session. Linux' automatic group scheduling should then cause jobs to be scheduled equally rather than processes. The expected result is that highly parallel jobs do not slow down single-cpu jobs. | |||||
2014-04-29 | common-function: use recognisable temp names | Holger Levsen | 1 | -1/+1 | |
2014-04-27 | be more verbose | Holger Levsen | 1 | -2/+2 | |
2014-04-27 | be more verbose | Holger Levsen | 1 | -2/+2 | |
2014-04-27 | common-functions: don't exit with 0 | Holger Levsen | 1 | -1/+1 | |
2014-04-26 | use common functions. runs all scripts as copies from /tmp, so the source ↵ | Holger Levsen | 1 | -0/+61 | |
scripts can be updated while running. |