summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
AgeCommit message (Collapse)AuthorFilesLines
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.