summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_pbuild_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_pbuild_run.sh')
-rwxr-xr-xbin/reproducible_pbuild_run.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/reproducible_pbuild_run.sh b/bin/reproducible_pbuild_run.sh
deleted file mode 100755
index 659728da..00000000
--- a/bin/reproducible_pbuild_run.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# Copyright 2014 Holger Levsen <holger@layer-acht.org>
-# released under the GPLv=2
-
-. /srv/jenkins/bin/common-functions.sh
-common_init "$@"
-
-PACKAGE=$1
-apt-get source --download-only ${PACKAGE}
-sudo pbuilder --build --basetgz /var/cache/pbuilder/base-reproducible.tgz ${PACKAGE}_*.dsc
-mkdir b1 b2
-dcmd cp /var/cache/pbuilder/result/${PACKAGE}_*.changes b1
-sudo dcmd rm /var/cache/pbuilder/result/${PACKAGE}_*.changes
-sudo pbuilder --build --basetgz /var/cache/pbuilder/base-reproducible.tgz ${PACKAGE}_*.dsc
-dcmd cp /var/cache/pbuilder/result/${PACKAGE}_*.changes b2
-sudo dcmd rm /var/cache/pbuilder/result/${PACKAGE}_*.changes
-