From a39d2742befc2e715e90ddadbc63431252e3e09c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 6 Nov 2005 18:29:17 +0000 Subject: gcc_release: Further update for SVN. * gcc_release: Further update for SVN. Don't set EXPORTTAG or EXPORTDATE; always determine SVNREV the same way. Correct message about what sources are being retrived. Include branch information in LAST_UPDATED. * crontab: Don't include initial / in branch name. From-SVN: r106564 --- maintainer-scripts/gcc_release | 43 +++++++++++++----------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) (limited to 'maintainer-scripts/gcc_release') diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 979247f..adba309 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -65,19 +65,19 @@ inform() { usage() { cat < LAST_UPDATED + echo "Obtained from SVN: ${SVNBRANCH} revision ${SVNREV}" > LAST_UPDATED # Obtain some documentation files from the wwwdocs module. inform "Retrieving HTML documentation" @@ -720,9 +706,6 @@ if [ $SNAPSHOT -eq 0 ]; then else RELEASE=${BRANCH}-${DATE} FTP_PATH="${FTP_PATH}/snapshots/${RELEASE}" -# if [ ${SVNBRANCH} != "/trunk" ]; then -# TAG=tags/gcc-ss-`echo ${RELEASE} | tr '.' '_'` -# fi # If diffs are requested when building locally on gcc.gnu.org, we (usually) # know what the last snapshot date was and take the corresponding tarballs, -- cgit v1.1