diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-07 17:05:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 17:05:20 +0200 |
commit | 74a9949bb6b7944106b2a97257a726bb34c90369 (patch) | |
tree | ab95bdb2873f773cfb8b7f96f6282aff23e65393 /bin | |
parent | ace932886788343aec73582439b2e049e7742182 (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/reproducible_blacklist.sh | 2 |
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') |