[Git][security-tracker-team/security-tracker][master] lts; do not unclaim packages matching prefix, but complete package name
Antoine Beaupré
anarcat at debian.org
Mon Nov 26 21:04:54 GMT 2018
Antoine Beaupré pushed to branch master at Debian Security Tracker / security-tracker
Commits:
30132ee5 by Antoine Beaupré at 2018-11-26T21:04:36Z
lts; do not unclaim packages matching prefix, but complete package name
- - - - -
1 changed file:
- bin/review-update-needed
Changes:
=====================================
bin/review-update-needed
=====================================
@@ -167,7 +167,7 @@ if args.unclaim:
else:
# look for packages to unclaim in this line
for pkg in unclaim_pkgs:
- if line.startswith(pkg):
+ if line.startswith(pkg + " ("):
new.write(pkg + "\n")
break
else: # nothing found, write untouched line
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/30132ee544f8ab6d301ceedf08fb323dd3bb07f4
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/30132ee544f8ab6d301ceedf08fb323dd3bb07f4
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/20181126/9ae37491/attachment-0001.html>
More information about the debian-security-tracker-commits
mailing list