* gcc_release: Do not update gcc_latest_snapshot tag any longer.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Wed, 18 Jun 2003 13:02:24 +0000 (15:02 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 18 Jun 2003 13:02:24 +0000 (13:02 +0000)
From-SVN: r68150

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 9f099e1..6f8132c 100644 (file)
@@ -1,5 +1,9 @@
 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.
        Remove link to CodeSourcery snapshots which was not up-to-date.
        Do not refer to gcc-bugs@gcc.gnu.org any longer.
index 1483441..5c714f5 100755 (executable)
@@ -648,10 +648,6 @@ if [ $MODE_UPLOAD -ne 0 ]; then
     changedir ~
     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.
     export QMAILHOST=gcc.gnu.org
     mail -s "gcc-ss-$DATE is now available" gcc@gcc.gnu.org < ~ftp/pub/gcc/snapshots/README