From e9ace0104712b83aee6e6e18793247886c84269d Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 9 Aug 2021 16:45:26 +0100 Subject: Not making any changes to a foo-needed.txt file may also indicate a misspelled (or conflated) source package name. --- bin/gen-DSA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/gen-DSA b/bin/gen-DSA index 5e901436f8..dbdfc12245 100755 --- a/bin/gen-DSA +++ b/bin/gen-DSA @@ -409,7 +409,7 @@ EOF echo "Made the following changes:" git diff -- data/$IDMODE/list $needed_file if ! git diff-index --name-only HEAD -- $needed_file | grep -qs . && [ $TYPE = security ]; then - warn "did not make any changes to $needed_file - this may indicate duplicate work" + warn "did not make any changes to $needed_file - this may indicate duplicate work or misspelled package name" fi fi warn "you need to commit and push the changes to data/$IDMODE/list etc. to actually reserve the $IDMODE-$DAID number and avoid conflicts with others." -- cgit v1.2.3