summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 12:47:59 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 12:47:59 +0100
commitf2528edc1e5a0481e2078f97d662751c4d4394ee (patch)
treee69c584227fe93f464f6af6573faee858344f7b9 /bin/reproducible_html_repository_comparison.sh
parentf7ea9538f8e6ac3f9ac0f33af89bd1adf0f40999 (diff)
downloadjenkins.debian.net-f2528edc1e5a0481e2078f97d662751c4d4394ee.tar.xz
reproducible Debian: defaults are fine today
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 62994c74..1ecc71e8 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -10,9 +10,6 @@ common_init "$@"
# common code defining db access
. /srv/jenkins/bin/reproducible_common.sh
-# overwrite defaults as we need this order here
-ARCHS="amd64 i386 armhf"
-
VIEW=repositories
PAGE=index_${VIEW}.html
SOURCES=$(mktemp --tmpdir=$TEMPDIR repo-comp-XXXXXXXXX)