From 92264cad834c0a11f72bee1702460d1500871471 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sun, 6 Nov 2005 18:29:17 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106564 138bc75d-0d04-0410-961f-82ee72b054a4 --- maintainer-scripts/ChangeLog | 8 ++++++++ maintainer-scripts/crontab | 6 +++--- maintainer-scripts/gcc_release | 43 +++++++++++++----------------------------- 3 files changed, 24 insertions(+), 33 deletions(-) (limited to 'maintainer-scripts') diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 9a1fa5c0888..2054cb482ff 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,11 @@ +2005-11-06 Joseph S. Myers + + * 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. + 2005-11-05 Daniel Berlin * gcc_release: Always determine revision number from date or tag, diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 123e7811ceb..5f2b36a85de 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -1,6 +1,6 @@ 16 0 * * * sh /home/gccadmin/scripts/update_version_svn 50 0 * * * sh /home/gccadmin/scripts/update_web_docs_svn 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn -32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:/branches/gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:/branches/gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all -43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:/trunk -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:branches/gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:branches/gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all +43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:trunk -l -d /sourceware/snapshot-tmp/gcc all diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 979247f3ca0..adba309303d 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.2.1