diff options
| author | Sam Varshavchik | 2014-01-12 16:09:50 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 16:09:50 -0500 |
| commit | 458ba84cf3475a9f69dd324165a6f7178d3af0db (patch) | |
| tree | 5c85861d46d4e15d99eb0a5d76ae293418603cef /unicode | |
| parent | 4c83c05d0ca3ecf423d2b654567381b91a98011f (diff) | |
| download | courier-libs-458ba84cf3475a9f69dd324165a6f7178d3af0db.tar.bz2 | |
Fix upload commands
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/.gitignore | 1 | ||||
| -rw-r--r-- | unicode/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/unicode/.gitignore b/unicode/.gitignore index 87f4156..d59ddab 100644 --- a/unicode/.gitignore +++ b/unicode/.gitignore @@ -1,5 +1,6 @@ /*.bz2 /*.gz +/*.sig /EastAsianWidth.txt /GraphemeBreakProperty.txt /INSTALL diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 3f83b8a..1019999 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -248,7 +248,7 @@ bump.rpm.release: $(PACKAGE).spec upload-dist: test -z "$(SFPASSWD)" && exit 1; exit 0 rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1 - set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@'; cd libs; git tag -s $$v -m 'Tag version @VERSION@' + set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@' socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier courier @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig www: |
