summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-04-21common: use LC_ALL=C.UTF-8 instead of C. We live in a bigger world to ↵Mattia Rizzolo1-1/+1
costrain us on ASCII
2015-03-12Revert "temp. use ftp2.de.d.o while ftp.de is down"Holger Levsen1-1/+1
This reverts commit 8685feaaeada1f39ff07f0745251f9d134518b59.
2015-03-12update copyrightHolger Levsen1-1/+1
2015-03-12temp. use ftp2.de.d.o while ftp.de is downHolger Levsen1-1/+1
2014-11-07slightly improve wordingHolger Levsen1-2/+2
2014-11-07common-function: at the beginning of each job: provide link to git repo and ↵Holger Levsen1-7/+20
explain which script is called how for each job
2014-10-27g-i-i: trying to workaround the need for shifted key presses...Holger Levsen1-0/+1
2014-10-26refactor code into new publish_changes_to_userContent()Holger Levsen1-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-25introduce common DEBUG variableHolger Levsen1-4/+8
2014-10-17common-functions.sh: prevent running as rootHolger Levsen1-0/+5
2014-10-04explain setsid is not related to in which its used and add pointer to 24deda5a8Holger Levsen1-0/+1
2014-10-03invoke setsid for each jobHelmut Grohne1-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-29common-function: use recognisable temp namesHolger Levsen1-1/+1
2014-04-27be more verboseHolger Levsen1-2/+2
2014-04-27be more verboseHolger Levsen1-2/+2
2014-04-27common-functions: don't exit with 0Holger Levsen1-1/+1
2014-04-26use common functions. runs all scripts as copies from /tmp, so the source ↵Holger Levsen1-0/+61
scripts can be updated while running.