diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:55:56 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:55:56 +0200 |
| commit | 374b1f7583ad25bca0b801dd046ce8bfebd53bb0 (patch) | |
| tree | 68cb00322f3bb815eb14c711f71eae2ff52e9ba0 /bin/scp-sourceforge | |
| parent | 7d409cbdf931289f934901eddd380e9e91734a54 (diff) | |
| parent | 4112d19049e27162c333bac13d908f48a4cc438a (diff) | |
merge brocken gbp import-orig
Diffstat (limited to 'bin/scp-sourceforge')
| -rwxr-xr-x | bin/scp-sourceforge | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/scp-sourceforge b/bin/scp-sourceforge index ad761d1..07df3ea 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 |
