index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-11-07 09:45:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-07 09:45:35 +0100 |
commit | 4fad91a1af6707aaf1dad619ac4e648b45404c2b (patch) | |
tree | 60af32e45b84413c2451201afeec722fc18f8498 /bin | |
parent | 8ff5592838c929b9df96e3d9c74ea57e86c1c0d2 (diff) |
-rwxr-xr-x | bin/common-functions | 2 |
diff --git a/bin/common-functions b/bin/common-functions index bf88b8f..c233003 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -1134,7 +1134,7 @@ print_list_of_archaic_packages() { # packages remaining longer than 7 days in testing find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 -name '*.testing' -mtime +7 \ -exec head -n1 {} \; | \ - modify-package-state -n --tested /dev/stdin + "${base_dir}/bin/modify-package-state" -n --tested /dev/stdin ;; 'build-list') while read -r pkg rev mod_rev repo; do |