diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-16 13:01:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-16 13:01:04 +0100 |
commit | b025d4fc02716d34e65af02451cf7935606f53ce (patch) | |
tree | f3f00f1f063c85811323be167f3eb8741a7315a9 /bin | |
parent | 9863d2e2f80854a290a597f1576f93a6221e9c15 (diff) | |
download | jenkins.debian.net-b025d4fc02716d34e65af02451cf7935606f53ce.tar.xz |
find_dpkg_trigger_cycles: update included README
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 0e67a6f1..a72d7320 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -15,10 +15,10 @@ # Running # ======= # -# Just start `./setup.sh`. It will do the following: +# Just start `./find_dpkg_trigger_cycles.sh`. It will do the following: # -# 1. download apt sources and apt-file data for the amd64 Debian sid snapshot at -# `20141211T041251Z` and store them in a directory tree rooted at +# 1. download apt sources and apt-file data for the amd64 Debian +# using $1 as distro and store them in a directory tree rooted at # `./debian-sid-amd64` # 2. go through all binary packages which have a file `DEBIAN/triggers` in their # control archive (the list is retrieved from binarycontrol.debian.net) |