summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/docs/release
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/docs/release')
-rw-r--r--src/3rdparty/freetype/docs/release16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/3rdparty/freetype/docs/release b/src/3rdparty/freetype/docs/release
index d68da883c..e93f430df 100644
--- a/src/3rdparty/freetype/docs/release
+++ b/src/3rdparty/freetype/docs/release
@@ -49,15 +49,16 @@ How to prepare a new release
except the `reference' subdirectory. Do *not* use option `-l' from
zip!
- Run the following script (with updated `$VERSION' and
- `$SAVANNAH_USER' variables) to sign and upload the bundles to both
- Savannah and SourceForge. The signing code has been taken from the
- `gnupload' script (part of the automake bundle).
+. Run the following script (with updated `$VERSION', `$SAVANNAH_USER',
+ and $SOURCEFORGE_USER variables) to sign and upload the bundles to
+ both Savannah and SourceForge. The signing code has been taken from
+ the `gnupload' script (part of the automake bundle).
#!/bin/sh
- VERSION=2.3.1
+ VERSION=2.3.7
SAVANNAH_USER=wl
+ SOURCEFORGE_USER=wlemb
#####################################################################
@@ -114,9 +115,8 @@ How to prepare a new release
scp $PACKAGE_LIST $SIGNATURE_LIST \
$SAVANNAH_USER@dl.sv.nongnu.org:/releases/freetype/
- for f in $PACKAGE_LIST $SIGNATURE_LIST; do
- ncftpput upload.sf.net /incoming $f
- done
+ rsync -avP -e ssh $PACKAGE_LIST $SIGNATURE_LIST \
+ $SOURCEFORGE_USER@frs.sf.net:uploads/
# EOF