diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
commit | c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7 (patch) | |
tree | 0fed016f5aadd386ca46fd33ad5d1862fd5023e5 /bin/upload-release-files.sh | |
parent | 559790274f66fa55251f5754de34820a29c7327a (diff) | |
download | SCons-4.3.0.zip SCons-4.3.0.tar.gz SCons-4.3.0.tar.bz2 |
4.3.0 updates4.3.0
Diffstat (limited to 'bin/upload-release-files.sh')
-rwxr-xr-x | bin/upload-release-files.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index 76bda4b..607512e 100755 --- a/bin/upload-release-files.sh +++ b/bin/upload-release-files.sh @@ -18,7 +18,7 @@ SF_TOPDIR='/home/frs/project/scons' # the build products are here: cd build/dist cp -f ../../CHANGES.txt ../../RELEASE.txt . -cp -f ../../README-sf.rst ./README.rst +cp -f ../../README-SF.rst ./README.rst set -x @@ -30,8 +30,8 @@ $RSYNC $RSYNCOPTS\ # Upload main scons release files: $RSYNC $RSYNCOPTS \ - scons-$VERSION.tar.gz \ - scons-$VERSION.zip \ + SCons-$VERSION.tar.gz \ + SCons-$VERSION.zip \ CHANGES.txt RELEASE.txt \ $SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/$VERSION/ |