diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-01 18:31:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-01 18:31:40 (GMT) |
commit | 425375072d7b582a2df0db815c8eaeaa489468ab (patch) | |
tree | 9139ff91b7f8b8807e0bd4bc21a166b32816d98b /bin | |
parent | 16778d084120c7c20e2ff6a5fe05145a2ad68441 (diff) | |
download | SCons-425375072d7b582a2df0db815c8eaeaa489468ab.zip SCons-425375072d7b582a2df0db815c8eaeaa489468ab.tar.gz SCons-425375072d7b582a2df0db815c8eaeaa489468ab.tar.bz2 |
Updates for 3.0.2
Diffstat (limited to 'bin')
-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 c853bda..8206ed4 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 \ |