mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* gcc_release: Adjust placement of release candidates.
From-SVN: r125150
This commit is contained in:
committed by
Mark Mitchell
parent
45ad17221d
commit
fd27d88df6
@@ -1,3 +1,7 @@
|
||||
2007-05-28 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* gcc_release: Adjust placement of release candidates.
|
||||
|
||||
2007-05-13 Release Manager
|
||||
|
||||
* GCC 4.2.0 released.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user