[Git][security-tracker-team/security-tracker][master] Not making any changes to a foo-needed.txt file may also indicate a misspelled...
Chris Lamb (@lamby)
lamby at debian.org
Mon Aug 9 16:46:28 BST 2021
Chris Lamb pushed to branch master at Debian Security Tracker / security-tracker
Commits:
e9ace010 by Chris Lamb at 2021-08-09T16:45:26+01:00
Not making any changes to a foo-needed.txt file may also indicate a misspelled (or conflated) source package name.
- - - - -
1 changed file:
- bin/gen-DSA
Changes:
=====================================
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."
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/e9ace0104712b83aee6e6e18793247886c84269d
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/e9ace0104712b83aee6e6e18793247886c84269d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20210809/f4359245/attachment.htm>
More information about the debian-security-tracker-commits
mailing list