diff options
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) |