From 7906f6157963618a7b8f319f993eeffbf7bd2f40 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Feb 2018 11:42:09 +0100 Subject: bin/modify-package-state: remove debug output --- bin/modify-package-state | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/modify-package-state') diff --git a/bin/modify-package-state b/bin/modify-package-state index a3b23f3..79525cf 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -249,12 +249,10 @@ while read -r package reason; do done ;; 'tested') - echo "pkg: ${package}" >&2 find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 \ -name '*.testing' \ -exec grep -lxF "${package}" '{}' \; | \ while read -r sf; do - echo "sf: ${sf}" >&2 mv "${sf}" "${sf%ing}ed" done ;; -- cgit v1.2.3