diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 12:56:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 12:56:44 +0100 |
commit | bf95c59e96abca7594d010ecba5e0bab9d1861d7 (patch) | |
tree | 921a187fa2983e5ae4edf9a8b6a95850149ecd09 /bin | |
parent | fc6678a9914b96b0856941b9f53b93bed7c83166 (diff) | |
download | jenkins.debian.net-bf95c59e96abca7594d010ecba5e0bab9d1861d7.tar.xz |
remove FIXME, this is nothing to be fixed...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 2 |
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" |