summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/interpret-mail2
-rwxr-xr-xbin/modify-package-state1
2 files changed, 1 insertions, 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}" \