~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/docs/release

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  except the `reference' subdirectory.   Do *not* use option `-l' from
50
50
  zip!
51
51
 
52
 
  Run   the   following   script    (with   updated   `$VERSION'   and
53
 
  `$SAVANNAH_USER'  variables) to sign and upload  the bundles to both
54
 
  Savannah and SourceForge.  The signing code  has been taken from the
55
 
  `gnupload' script (part of the automake bundle).
 
52
. Run the following script (with updated `$VERSION', `$SAVANNAH_USER',
 
53
  and $SOURCEFORGE_USER  variables) to sign and upload the  bundles to
 
54
  both Savannah and SourceForge.  The signing code has been taken from
 
55
  the `gnupload' script (part of the automake bundle).
56
56
 
57
57
    #!/bin/sh
58
58
 
59
 
    VERSION=2.3.1
 
59
    VERSION=2.3.7
60
60
    SAVANNAH_USER=wl
 
61
    SOURCEFORGE_USER=wlemb
61
62
 
62
63
    #####################################################################
63
64
 
114
115
    scp $PACKAGE_LIST $SIGNATURE_LIST \
115
116
      $SAVANNAH_USER@dl.sv.nongnu.org:/releases/freetype/
116
117
 
117
 
    for f in $PACKAGE_LIST $SIGNATURE_LIST; do
118
 
      ncftpput upload.sf.net /incoming $f
119
 
    done
 
118
    rsync -avP -e ssh $PACKAGE_LIST $SIGNATURE_LIST \
 
119
      $SOURCEFORGE_USER@frs.sf.net:uploads/
120
120
 
121
121
    # EOF
122
122