diff options
Diffstat (limited to 'bin/find_dpkg_trigger_cycles.sh')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 123488fc..0e67a6f1 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -96,12 +96,12 @@ # explicit trigger, the second column is the name of the explicit trigger, the # third column is the binary package activating the trigger. -set -e +DEBUG=false +. /srv/jenkins/bin/common-functions.sh +common_init "$@" ARCH="amd64" -DIST="sid" -MIRROR="http://http.debian.net/debian" -#MIRROR="http://snapshot.debian.org/archive/debian/20141211T041251Z/" +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 |