Ignore:
Timestamp:
Apr 4, 2013, 6:59:20 AM (10 years ago)
Author:
Peter
Message:

fix script to do what's intended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.10-stable/build_support/gen_announce.sh.in

    r3010 r3021  
    2020# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2121
    22 # default config values
    23 # you can override these values in a file config.txt
    24 sf_user=peter31042
    25 
    26 # read config.txt if it exists
    27 test -f config.txt && . config.txt
     22set -e
    2823
    2924distdir=@PACKAGE@-@VERSION@
    3025dist_archive="${distdir}.tar.gz"
    31 
    32 
    33 # Create text for release announcement text
    34 write_announce_mail ()
    35 {
    3626
    3727cat <<EOF
     
    6656
    6757EOF
    68 }
    69 
    70 set -e
    71 
    72 make release
    73 make svn-tag
    74 echo "write announcement.txt"
    75 write_announce_mail > announcement.txt
    76 
    77 echo "upload to sourceforge"
    78 scp ${dist_archive} ${dist_archive}.MD5 $sf_user,libyat@frs.sourceforge.net:/home/frs/project/l/li/libyat/.
Note: See TracChangeset for help on using the changeset viewer.