diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-29 13:59:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-29 13:59:45 +0200 |
commit | 4dc8494a9cf25296fbb146b832eef307398399c6 (patch) | |
tree | 3393cad5c7e1ae48e27e04eaad8b9729d5b0ea46 /bin | |
parent | 92a2521118768d08be0ed65c1c750aaf4426a800 (diff) | |
download | jenkins.debian.net-4dc8494a9cf25296fbb146b832eef307398399c6.tar.xz |
reproducible: remove unused cruft
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 3 |
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) |