Commit 99bf9b55 by Gerald Pfeifer Committed by Gerald Pfeifer

* gcc_release: Do not update gcc_latest_snapshot tag any longer.

From-SVN: r68150
parent 2fffb73b
2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_release: Do not update gcc_latest_snapshot tag any longer.
2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* snapshot-index.html: Use F77 instead of G77 front end. * snapshot-index.html: Use F77 instead of G77 front end.
Remove link to CodeSourcery snapshots which was not up-to-date. Remove link to CodeSourcery snapshots which was not up-to-date.
Do not refer to gcc-bugs@gcc.gnu.org any longer. Do not refer to gcc-bugs@gcc.gnu.org any longer.
......
...@@ -648,10 +648,6 @@ if [ $MODE_UPLOAD -ne 0 ]; then ...@@ -648,10 +648,6 @@ if [ $MODE_UPLOAD -ne 0 ]; then
changedir ~ changedir ~
echo $DATE >.snapshot_date echo $DATE >.snapshot_date
# Update gcc_latest_snapshot tag.
${CVS} rtag -d gcc_latest_snapshot gcc
${CVS} rtag -rgcc_ss_${DATE} gcc_latest_snapshot gcc
# Announce the snapshot. # Announce the snapshot.
export QMAILHOST=gcc.gnu.org export QMAILHOST=gcc.gnu.org
mail -s "gcc-ss-$DATE is now available" gcc@gcc.gnu.org < ~ftp/pub/gcc/snapshots/README mail -s "gcc-ss-$DATE is now available" gcc@gcc.gnu.org < ~ftp/pub/gcc/snapshots/README
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment