diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-27 07:48:38 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-27 07:48:38 +0200 |
commit | f69a2ae2b7b8f03b81d26da7251c025fa878c79a (patch) | |
tree | 2d7e78835eab34e92e644829044e9c7ce31a71ff /cfg.mk | |
parent | afc1e879ff55276e2e96fb1ca22007ec46daa97f (diff) | |
download | gnutls-f69a2ae2b7b8f03b81d26da7251c025fa878c79a.tar.gz |
Prepare for stable release.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,9 +102,9 @@ prepare: upload: git push git push --tags - build-aux/gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.bz2 - scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/ - ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS' + build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.bz2 + scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS' cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/ web: |