diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-19 11:10:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-19 11:10:12 +0200 |
commit | 7af44ce5fd3d4fbc7a2426ba758ed2edebcd63c5 (patch) | |
tree | 1eccfe044f1749bb6164430628d97ea1f502d08a | |
parent | 1289f1d65cd268f5eecf3b335fd52845073893d4 (diff) | |
download | jenkins.debian.net-7af44ce5fd3d4fbc7a2426ba758ed2edebcd63c5.tar.xz |
reproducible: this needs common code now too
-rwxr-xr-x | bin/reproducible_setup_schroot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh index 70f40f5a..c2f09f06 100755 --- a/bin/reproducible_setup_schroot.sh +++ b/bin/reproducible_setup_schroot.sh @@ -8,6 +8,9 @@ . /srv/jenkins/bin/common-functions.sh common_init "$@" +# common code defining db access +. /srv/jenkins/bin/reproducible_common.sh + # bootstraps a new chroot for schroot, and then moves it into the right location # $1 = schroot name |