diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-06 13:54:43 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-06 13:54:43 +0100 |
commit | 903b0498f0996fd45edfe33078f210381c228b27 (patch) | |
tree | 9dbf4dc678de07789118f7a7625828cb3c8c8a66 /dist-tools/send-security-announce.sh | |
parent | df77bb5c22b5386bdecd1ea6bb7eb35ebe01b1d6 (diff) | |
download | fetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.gz fetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.bz2 fetchmail-903b0498f0996fd45edfe33078f210381c228b27.zip |
Update documents/scripts after SVN -> Git move.
Diffstat (limited to 'dist-tools/send-security-announce.sh')
-rwxr-xr-x | dist-tools/send-security-announce.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist-tools/send-security-announce.sh b/dist-tools/send-security-announce.sh index 2fe60265..d7da5fbb 100755 --- a/dist-tools/send-security-announce.sh +++ b/dist-tools/send-security-announce.sh @@ -1,7 +1,7 @@ test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; } -ANN=fetchmail-SA-2009-01 -FILE=$HOME/VCS-mine/fetchmail.svn/BRANCH_6-3/$ANN.txt +ANN=fetchmail-SA-2010-01 +FILE=$HOME/VCS-mine/fetchmail.git/$ANN.txt test -r $FILE || { echo "Cannot find $FILE." ; exit 1 ; } CVE=$(sed -n '/^CVE Name:/ { s/^.*:[ ]*//p;q; }' $FILE) SUBJECT="fetchmail security announcement $ANN ($CVE)" |