Changeset 3021 for branches/0.10-stable/build_support/gen_announce.sh.in
- Timestamp:
- Apr 4, 2013, 6:59:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/build_support/gen_announce.sh.in
r3010 r3021 20 20 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 21 21 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 22 set -e 28 23 29 24 distdir=@PACKAGE@-@VERSION@ 30 25 dist_archive="${distdir}.tar.gz" 31 32 33 # Create text for release announcement text34 write_announce_mail ()35 {36 26 37 27 cat <<EOF … … 66 56 67 57 EOF 68 }69 70 set -e71 72 make release73 make svn-tag74 echo "write announcement.txt"75 write_announce_mail > announcement.txt76 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.