summaryrefslogtreecommitdiffstats
path: root/bin/find_dpkg_trigger_cycles.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 12:56:35 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 12:56:44 +0100
commitbf95c59e96abca7594d010ecba5e0bab9d1861d7 (patch)
tree921a187fa2983e5ae4edf9a8b6a95850149ecd09 /bin/find_dpkg_trigger_cycles.sh
parentfc6678a9914b96b0856941b9f53b93bed7c83166 (diff)
downloadjenkins.debian.net-bf95c59e96abca7594d010ecba5e0bab9d1861d7.tar.xz
remove FIXME, this is nothing to be fixed...
Diffstat (limited to 'bin/find_dpkg_trigger_cycles.sh')
-rwxr-xr-xbin/find_dpkg_trigger_cycles.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh
index 3c4f7f9d..8e5f7448 100755
--- a/bin/find_dpkg_trigger_cycles.sh
+++ b/bin/find_dpkg_trigger_cycles.sh
@@ -104,8 +104,6 @@ ARCH="amd64"
DIST="$1"
DIRECTORY="`pwd`/debian-$DIST-$ARCH"
-#FIXME: if the host has more than one arch enabled then those Packages files will be downloaded as well
-
APT_OPTS="-y"
APT_OPTS=$APT_OPTS" -o Apt::Architecture=$ARCH"
APT_OPTS=$APT_OPTS" -o Dir::Etc::TrustedParts=$DIRECTORY/etc/apt/trusted.gpg.d"