summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-29 13:59:45 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-29 13:59:45 +0200
commit4dc8494a9cf25296fbb146b832eef307398399c6 (patch)
tree3393cad5c7e1ae48e27e04eaad8b9729d5b0ea46 /bin/reproducible_html_repository_comparison.sh
parent92a2521118768d08be0ed65c1c750aaf4426a800 (diff)
downloadjenkins.debian.net-4dc8494a9cf25296fbb146b832eef307398399c6.tar.xz
reproducible: remove unused cruft
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 3f595e73..67dc6d2e 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
-SUITE="unstable" # for links in page
-ARCH="amd64" # same
-
VIEW=repositories
PAGE=index_${VIEW}.html
SOURCES=$(mktemp --tmpdir=$TEMPDIR repo-comp-XXXXXXXXX)