Changeset 5086:cc672b9dd91a
- Timestamp:
- 2007-04-06 13:56:13 (21 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
More build-release fixes
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5083
|
r5086
|
|
| 1 | | 2007-04-06 13:30 -0700 Brendan Cully <brendan@kublai.com> (855cad417af6) |
| | 1 | 2007-04-06 13:55 -0700 Brendan Cully <brendan@kublai.com> (ddc5eabe4cb8) |
| | 2 | |
| | 3 | * .hgsigs: mutt-1.5.15 signed |
| | 4 | |
| | 5 | * .hgtags: Added tag mutt-1-5-15-rel for changeset 4fd2d768fe5c |
| | 6 | |
| | 7 | * VERSION, po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, |
| | 8 | po/el.po, po/eo.po, po/es.po, po/et.po, po/eu.po, po/fr.po, |
| | 9 | po/ga.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, |
| | 10 | po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, |
| | 11 | po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: |
| | 12 | automatic post-release commit for mutt-1.5.15 |
| 2 | 13 | |
| 3 | 14 | * build-release: More minor build tweaks |
-
|
r5082
|
r5086
|
|
| 96 | 96 | done |
| 97 | 97 | |
| 98 | | exit 0 |
| 99 | | |
| 100 | | echo "Release built. Please connect to the net and press <enter>" |
| 101 | | echo "when on-line." |
| 102 | | |
| 103 | | read dummy |
| 104 | | |
| 105 | 98 | for f in $DISTFILES ; do |
| 106 | | # scp1 $f $f.asc sigtrap.guug.de:/home/ftp/pub/mutt/${devel} |
| 107 | 99 | scp $f $f.asc trithemius.gnupg.org:/home/ftp/mutt/${devel} |
| 108 | 100 | done |
| 109 | 101 | |
| 110 | | hg update |
| 111 | | gpg sign |
| | 102 | hg sign -m'mutt-${VERSION} signed' |
| 112 | 103 | |
| 113 | 104 | # Finally, announce the new mutt to the public |