summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-21 10:55:47 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-21 10:55:47 -0700
commitfc478918cec35d6847466227bc4c8c20c2ba44fe (patch)
treebd4210c9555ae306514624adf010a7bba18d3176 /bin
parent0c7265622aca3687e4e00c5cf378002fd264f8b5 (diff)
downloadscons-fc478918cec35d6847466227bc4c8c20c2ba44fe.tar.gz
add uploading src/README.txt to sourceforgerel_2.4.0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upload-release-files.sh11
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 735f143c..c853bdaa 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -17,9 +17,10 @@ SF_TOPDIR='/home/frs/project/scons'
# the build products are here:
cd build/dist
-cp -f ../../src/CHANGES.txt ../../src/RELEASE.txt ../../src/Announce.txt .
+cp -f ../../src/CHANGES.txt ../../src/RELEASE.txt ../../src/Announce.txt ../../src/README.txt .
cp scons-$VERSION.win32.exe scons-$VERSION-setup.exe
+cp scons-$VERSION.win-amd64.exe scons-$VERSION-amd64-setup.exe
set -x
@@ -28,7 +29,7 @@ $RSYNC $RSYNCOPTS \
scons-$VERSION-1.noarch.rpm \
scons-$VERSION-1.src.rpm \
scons-$VERSION-setup.exe \
- scons-$VERSION.win-amd64.exe \
+ scons-$VERSION-amd64-setup.exe \
scons-$VERSION.tar.gz \
scons-$VERSION.zip \
Announce.txt CHANGES.txt RELEASE.txt \
@@ -48,6 +49,12 @@ $RSYNC $RSYNCOPTS \
Announce.txt CHANGES.txt RELEASE.txt \
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons-src/$VERSION/
+# Readme
+$RSYNC $RSYNCOPTS \
+ README.txt \
+ $SF_USER@$SF_MACHINE:$SF_TOPDIR/
+
+
#
# scons.org stuff: