summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_blacklist.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 17:05:20 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 17:05:20 +0200
commit74a9949bb6b7944106b2a97257a726bb34c90369 (patch)
treeab95bdb2873f773cfb8b7f96f6282aff23e65393 /bin/reproducible_blacklist.sh
parentace932886788343aec73582439b2e049e7742182 (diff)
downloadjenkins.debian.net-74a9949bb6b7944106b2a97257a726bb34c90369.tar.xz
reproducible: remove 'FIXME arch amd64' comment, it's clear we need to look at all occurances of 'amd64' in the code anyway
Diffstat (limited to 'bin/reproducible_blacklist.sh')
-rwxr-xr-xbin/reproducible_blacklist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh
index 528225b0..09bc7895 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -11,7 +11,7 @@ common_init "$@"
# common code defining db access
. /srv/jenkins/bin/reproducible_common.sh
-ARCH=amd64 # FIXME - multiarchify
+ARCH=amd64
blacklist_packages() {
DATE=$(date +'%Y-%m-%d %H:%M')