Chris Lamb pushed to branch master at Debian Security Tracker / security-tracker


Commits:
3306d6a8 by Chris Lamb at 2020-03-19T17:08:24+00:00
Don't warn about potential duplicate work when issuing a regression update; 
we will likely not be modifying dla-needed.txt.

- - - - -


1 changed file:

- bin/gen-DSA


Changes:

=====================================
bin/gen-DSA
=====================================
@@ -394,7 +394,7 @@ EOF
        if [ -d .git ]; then
            echo "Made the following changes:"
            git diff -- data/$IDMODE/list $needed_file
-           if ! git diff-index --name-only HEAD -- $needed_file | grep -qs .; 
then
+           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"
            fi
        fi



View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/3306d6a87d17b5efdd705bac6131a60ed6f82287

-- 
View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/3306d6a87d17b5efdd705bac6131a60ed6f82287
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to