summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-25 16:46:33 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-26 20:11:52 +0200
commit3a9c01363a0af7c64179c19f1d6e884c4a7cb873 (patch)
treef144695a6c71458ca1fa1dd429af8921f056ac22 /bin/d-i_build.sh
parente9d10b50dfa10dc5685d73d387f59772c3ea036d (diff)
downloadjenkins.debian.net-3a9c01363a0af7c64179c19f1d6e884c4a7cb873.tar.xz
use common functions. runs all scripts as copies from /tmp, so the source scripts can be updated while running.
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh13
1 files changed, 3 insertions, 10 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 0b43edca..8685f8f5 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -1,17 +1,10 @@
#!/bin/bash
-# Copyright 2012-2013 Holger Levsen <holger@layer-acht.org>
+# Copyright 2012-2014 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-#
-# default settings
-#
-set -x
-set -e
-export LC_ALL=C
-export MIRROR=http://ftp.de.debian.org/debian
-export http_proxy="http://localhost:3128"
-export
+. /srv/jenkins/bin/common-functions.sh
+common_init "$@"
init_workspace() {
#