aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2003-06-18 15:02:24 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-06-18 13:02:24 +0000
commit99bf9b5558101d4629d4aed401bf8e3125808f80 (patch)
tree184959ee6cab89ddd41d61c7442e1452e1140121
parent2fffb73b8bb0c383babd8abc37437526148052c2 (diff)
downloadgcc-99bf9b5558101d4629d4aed401bf8e3125808f80.zip
gcc-99bf9b5558101d4629d4aed401bf8e3125808f80.tar.gz
gcc-99bf9b5558101d4629d4aed401bf8e3125808f80.tar.bz2
* gcc_release: Do not update gcc_latest_snapshot tag any longer.
From-SVN: r68150
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release4
2 files changed, 4 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 9f099e1..6f8132c 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 1483441..5c714f5 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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