[Git][security-tracker-team/security-tracker][master] gen-DSA: require DEBFULLNAME env variable

Emilio Pozuelo Monfort pochu at debian.org
Mon Aug 31 13:12:03 BST 2020



Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker


Commits:
3d2fc7af by Emilio Pozuelo Monfort at 2020-08-31T14:09:50+02:00
gen-DSA: require DEBFULLNAME env variable

- - - - -


1 changed file:

- bin/gen-DSA


Changes:

=====================================
bin/gen-DSA
=====================================
@@ -333,6 +333,10 @@ if [ $REFERENCES -gt 1 ]; then
     sed -ri 's/this problem has/these problems have/' $tmpf
 fi
 
+if [ -z "$DEBFULLNAME" ]; then
+    "error: DEBFULLNAME env variable required"
+    exit 1
+fi
 SPACEDDEBFULLNAME="$(left_space "$DEBFULLNAME" "$NAME_SPACING")"
 
 DATE="$(date +"%B %d, %Y")"



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

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/3d2fc7afc71af5372156e0e90ff331970b028ec6
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/20200831/53faf8e5/attachment-0001.html>


More information about the debian-security-tracker-commits mailing list