diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-17 02:42:47 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-17 02:42:47 (GMT) |
commit | da2e57392ae9601e922b8b6f20f6faf1d708fc5a (patch) | |
tree | e2da5c0b1dd1fde9ea3f6b55c584916581f7fdd8 /bin | |
parent | bee7caf9defd6e108fc2998a2520ddb36a967691 (diff) | |
download | SCons-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-x | bin/upload-release-files.sh | 6 |
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 \ |