summaryrefslogtreecommitdiff
path: root/bin/modify-package-state
diff options
context:
space:
mode:
Diffstat (limited to 'bin/modify-package-state')
-rwxr-xr-xbin/modify-package-state5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/modify-package-state b/bin/modify-package-state
index eb1558b..9373467 100755
--- a/bin/modify-package-state
+++ b/bin/modify-package-state
@@ -145,6 +145,11 @@ if ! verbose_flock ${wait_for_lock} 8; then
exit
fi
+if intentions_left; then
+ >&2 echo 'There are still intentions in the queue.'
+ exit
+fi
+
while read -r a b; do
case "${action}" in
'faulty'|'tested')