From d338688407505bb21796e00e2b0c0a7cede3e329 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 17 Dec 2013 16:07:03 +0000 Subject: [PATCH] Add steps to release for updating index.html page The latest release information will need to be updated on the index.html landing page whenever check has a release. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@880 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- Makefile.am | 6 ++++++ index.html | 1 + 2 files changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5d238f1..8d52357 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,12 @@ dorelease: releasevars doc/check_html prereleasecheck @echo "cut out old release news from NEWS-${RELEASE_VERSION}.txt." @echo "CTRL-D to complete, or exit 1 to abort." ${SHELL} + @echo "You need to:" + @echo "Update the release information in index.html" + @echo "The current date and release number need to be updated." + @echo "Look for the string: " + @echo "CTRL-D to complete, or exit 1 to abort." + ${SHELL} @echo uploading... rsync -e ssh NEWS-${RELEASE_VERSION}.txt ${SF_USERNAME},check@frs.sourceforge.net:/home/frs/project/c/ch/check/check/${RELEASE_VERSION}/ rsync -e ssh check-${RELEASE_VERSION}.tar.gz ${SF_USERNAME},check@frs.sourceforge.net:/home/frs/project/c/ch/check/check/${RELEASE_VERSION}/ diff --git a/index.html b/index.html index 98ba963..2811be0 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,7 @@ http://creativecommons.org/licenses/by-nc/2.5/

Latest Check Release

+ Nov. 11, 2013: Check 0.9.11 is now available for download. Check is available under the LGPL license. New features available in -- 2.40.0