]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc_release: Adjust placement of release candidates.
authorMark Mitchell <mark@codesourcery.com>
Mon, 28 May 2007 22:11:18 +0000 (22:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 28 May 2007 22:11:18 +0000 (22:11 +0000)
From-SVN: r125149

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 8ef1fc4765bece2af37f579ebac2a85c9e5adff0..79bc4a444417e65aaa0ddcb2082fa9cf8e76943e 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-28  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release: Adjust placement of release candidates.
+
 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * update_web_docs_svn (MANUALS): Move towards the top of the
index 5fe825e84638d55ce68bdd9ced829a0a86894718..bfaf2549223eb546d5c62dc900c9c2c6e60627b9 100755 (executable)
@@ -699,10 +699,10 @@ if [ $SNAPSHOT -eq 0 ]; then
   # and minor release numbers.
   SVNBRANCH="branches/gcc-${RELEASE_MAJOR}_${RELEASE_MINOR}-branch"
 
-  # If this is not a final release, set various parameters acordingly.
+  # If this is not a final release, set various parameters accordingly.
   if [ ${FINAL} -ne 1 ]; then
-    RELEASE="${RELEASE}-${DATE}"
-    FTP_PATH="${FTP_PATH}/prerelease-${RELEASE}/"
+    RELEASE="${RELEASE}-RC-${DATE}"
+    FTP_PATH="${SNAPSHOTS_DIR}/${RELEASE}"
   else
     FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/"
   fi
This page took 0.058524 seconds and 5 git commands to generate.