summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-17 02:42:47 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-17 02:42:47 (GMT)
commitda2e57392ae9601e922b8b6f20f6faf1d708fc5a (patch)
treee2da5c0b1dd1fde9ea3f6b55c584916581f7fdd8 /bin
parentbee7caf9defd6e108fc2998a2520ddb36a967691 (diff)
downloadSCons-3.1.2.zip
SCons-3.1.2.tar.gz
SCons-3.1.2.tar.bz2
Updates for README and logic to upload it to Sourceforge as part of the normal upload script3.1.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upload-release-files.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 577203e..b23b0a0 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -21,6 +21,12 @@ cp -f ../../src/CHANGES.txt ../../src/RELEASE.txt ../../src/Announce.txt ../../s
set -x
+# upload README
+$RSYNC $RSYNCOPTS\
+ README-SF.rst bdbaddog@frs.sourceforge.net:/home/frs/project/scons/ \
+ $SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/
+
+
# Upload main scons release files:
$RSYNC $RSYNCOPTS \
scons-$VERSION.tar.gz \