Chris Lamb pushed to branch master at Debian Security Tracker / security-tracker
Commits:
dc5cb4e9 by Chris Lamb at 2018-06-26T18:01:40+01:00
bin/gen-DSA: Support ELA for pushing to the repository.
- - - - -
1 changed file:
- bin/gen-DSA
Changes:
=====================================
bin/gen-DSA
=====================================
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -389,13 +389,13 @@ EOF
sed -rn '/^'"$PACKAGE"'\b/{: next;n;/^\s/b next;d};p' $needed_file >
$needed_file.new
mv $needed_file.new $needed_file
echo "$IDMODE text written to ./$IDMODE-$DAID"
- if [ "$IDMODE" = "DLA" ]; then
+ if [ "$IDMODE" = "DLA" ] || [ "$IDMODE" = "ELA" ]; then
idmode=$(echo "$IDMODE" | tr A-Z a-z)
if [ -d .git ]; then
echo "Made the following changes:"
git diff -- data/$IDMODE/list data/$idmode-needed.txt
fi
- warn "you need to commit and push the changes to data/$IDMODE/list and
data/$idmode-needed.txt to actually reserve the $IDMODE-$DAID number and avoid
conflicts with others."
+ 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."
if [ -d .git ]; then
echo -n "Do you want to commit and push them now ? [Yn] "
read reply
View it on GitLab:
https://salsa.debian.org/security-tracker-team/security-tracker/commit/dc5cb4e95c053fc7ab6d07cf43af15d26649e8ae
--
View it on GitLab:
https://salsa.debian.org/security-tracker-team/security-tracker/commit/dc5cb4e95c053fc7ab6d07cf43af15d26649e8ae
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