summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
commit7dfbbcf697f47680a101d846f836e85bc14eef13 (patch)
tree83624bea798a85a37b7ce9d3d760eeb0b8d1e5b7 /bin
parent120fd4f633e9ef3cafbc0fec35306d7555ffd1db (diff)
downloadscons-git-7dfbbcf697f47680a101d846f836e85bc14eef13.tar.gz
Updates for 4.5.2. Added zipapp package to scons-locals
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upload-release-files.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 607512ebc..65e92062b 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -27,7 +27,7 @@ $RSYNC $RSYNCOPTS\
README.rst \
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/
-
+
# Upload main scons release files:
$RSYNC $RSYNCOPTS \
SCons-$VERSION.tar.gz \
@@ -39,6 +39,7 @@ $RSYNC $RSYNCOPTS \
$RSYNC $RSYNCOPTS \
scons-local-$VERSION.tar.gz \
scons-local-$VERSION.zip \
+ scons-local-$VERSION.pyz \
CHANGES.txt RELEASE.txt \
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons-local/$VERSION/