summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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 \