diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-23 12:03:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-23 12:03:42 +0200 |
commit | 95a782fa567aef1c4dd9943b2d4fd9af94d9c1d7 (patch) | |
tree | 2ec96da6d8dc89e048399adaae8abdfd4e4cfb5d /bin | |
parent | 131028d2a4b4642216c58e224cf8c815ed2f8497 (diff) | |
download | jenkins.debian.net-95a782fa567aef1c4dd9943b2d4fd9af94d9c1d7.tar.xz |
reproducible Debian: use botch from stretch
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 0cc210e4..26437890 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -197,11 +197,11 @@ update_pkg_set_specific() { # Since this is only the strong set, it is a minimal set. In reality # more packages are needed to build build-essential grep-dctrl --exact-match --field Package build-essential "$PACKAGES" \ - | 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-drop-b-d-indep --quiet --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" \ + | botch-latest-version - - \ + | botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ + | botch-create-graph --deb-drop-b-d-indep --quiet --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \ + | botch-buildgraph2packages - "$PACKAGES" \ + | botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ | grep-dctrl --no-field-names --show-field=Package '' > $TMPFILE ;; popcon_top1337-installed-sources) |