From 95f58cb2eb6bbb7143fc292458dde313c12a54be Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 4 Feb 2018 13:49:28 +0100 Subject: bin/modify-package-state: report, what has been done (so bin/interpret-mail reports correctly, too) --- bin/interpret-mail | 2 -- bin/modify-package-state | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/interpret-mail b/bin/interpret-mail index b4a39d7..1cc466e 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -7,8 +7,6 @@ # TODO: read information from database (?) -# TODO: did/does not correctly report about the number of blocked packages - if [ $# -ne 0 ]; then >&2 echo '' >&2 echo 'usage: interpret-mail' diff --git a/bin/modify-package-state b/bin/modify-package-state index 79525cf..0703238 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -261,6 +261,7 @@ while read -r package reason; do exit 42 ;; esac + printf '%s %s\n' "${action}" "${package}" fi done \ < "${input_file}" \ -- cgit v1.2.3-54-g00ecf