From 89f7d67754cc0b180b8eec7b137e36efb696ca01 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 20 Jun 2015 16:36:59 -0700 Subject: merging 2.3.5 changes --- bin/scp-sourceforge | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/scp-sourceforge b/bin/scp-sourceforge index ad761d1a..07df3ea9 100755 --- a/bin/scp-sourceforge +++ b/bin/scp-sourceforge @@ -19,10 +19,14 @@ do sf/$p/$VERSION done +cp -p build/scons/README.txt \ + sf/. + cp -p build/dist/scons-$VERSION-1.noarch.rpm \ build/dist/scons-$VERSION-1.src.rpm \ build/dist/scons-$VERSION.tar.gz \ build/dist/scons-$VERSION.win32.exe \ + build/dist/scons-$VERSION.win-amd64.exe \ build/dist/scons-$VERSION.zip \ sf/scons/$VERSION cp -p build/dist/scons-local-$VERSION.tar.gz \ @@ -35,4 +39,8 @@ cp -p build/dist/scons-src-$VERSION.tar.gz \ # Transmit them in this order, since the most-recent is displayed at the top scp -r sf/scons-local/ sf/scons-src/ sf/scons/ \ $SF_USER,scons@frs.sourceforge.net:/home/pfs/project/s/sc/scons + +scp sf/README.txt \ + $SF_USER,scons@frs.sourceforge.net:/home/pfs/project/s/sc/scons + rm -rf sf -- cgit v1.2.1