diff options
-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 |