diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-01 10:31:40 -0800 |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-01 10:31:40 -0800 |
commit | 425375072d7b582a2df0db815c8eaeaa489468ab (patch) | |
tree | 9139ff91b7f8b8807e0bd4bc21a166b32816d98b /bin/upload-release-files.sh | |
parent | 16778d084120c7c20e2ff6a5fe05145a2ad68441 (diff) | |
download | scons-git-425375072d7b582a2df0db815c8eaeaa489468ab.tar.gz |
Updates for 3.0.2
Diffstat (limited to 'bin/upload-release-files.sh')
-rwxr-xr-x | bin/upload-release-files.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index c853bdaa9..8206ed4f3 100755 --- a/bin/upload-release-files.sh +++ b/bin/upload-release-files.sh @@ -19,17 +19,10 @@ SF_TOPDIR='/home/frs/project/scons' cd build/dist 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 # Upload main scons release files: $RSYNC $RSYNCOPTS \ - scons-$VERSION-1.noarch.rpm \ - scons-$VERSION-1.src.rpm \ - scons-$VERSION-setup.exe \ - scons-$VERSION-amd64-setup.exe \ scons-$VERSION.tar.gz \ scons-$VERSION.zip \ Announce.txt CHANGES.txt RELEASE.txt \ |