diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:41:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:41:53 +0200 |
commit | 0efcefc4ce5b5c9d0ebd5a3d53ed658eee652ca8 (patch) | |
tree | 447e65cb46a3584120b25a95905030c6c26030b7 /bin | |
parent | 2ce44e3a1b9504a0d4f430db27ec5fe57165826f (diff) | |
download | jenkins.debian.net-0efcefc4ce5b5c9d0ebd5a3d53ed658eee652ca8.tar.xz |
reproducible: use botch in a schroot until it's available in jessie-backports
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index c52b0253..90592c1c 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -141,11 +141,11 @@ update_pkg_sets() { # more packages are needed to build build-essential if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[4]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[4]}.pkgset ] ; then grep-dctrl --exact-match --field Package build-essential "$PACKAGES" \ - | botch-latest-version - - \ - | botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ - | botch-create-graph --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \ - | botch-buildgraph2packages - "$PACKAGES" \ - | botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-latest-version - - \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-create-graph --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-buildgraph2packages - "$PACKAGES" \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ | grep-dctrl --no-field-names --show-field=Package '' \ | sort -u > $TMPFILE update_if_similar ${META_PKGSET[4]}.pkgset |