* gcc_release: Adjust placement of release candidates.
From-SVN: r125149
This commit is contained in:
parent
e0696ded2f
commit
f0b9a44b8d
@ -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>
|
2007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* update_web_docs_svn (MANUALS): Move towards the top of the
|
* update_web_docs_svn (MANUALS): Move towards the top of the
|
||||||
|
@ -699,10 +699,10 @@ if [ $SNAPSHOT -eq 0 ]; then
|
|||||||
# and minor release numbers.
|
# and minor release numbers.
|
||||||
SVNBRANCH="branches/gcc-${RELEASE_MAJOR}_${RELEASE_MINOR}-branch"
|
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
|
if [ ${FINAL} -ne 1 ]; then
|
||||||
RELEASE="${RELEASE}-${DATE}"
|
RELEASE="${RELEASE}-RC-${DATE}"
|
||||||
FTP_PATH="${FTP_PATH}/prerelease-${RELEASE}/"
|
FTP_PATH="${SNAPSHOTS_DIR}/${RELEASE}"
|
||||||
else
|
else
|
||||||
FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/"
|
FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user