From 7af44ce5fd3d4fbc7a2426ba758ed2edebcd63c5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Oct 2014 11:10:12 +0200 Subject: reproducible: this needs common code now too --- bin/reproducible_setup_schroot.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-54-g00ecf