diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-05-19 14:44:18 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-05-19 14:44:18 +0200 |
commit | 022cf2024d9ae9e45688fbfd5ed2ca3b893873c0 (patch) | |
tree | 12b226c69d8074493aa22465fd3f453946392593 /Makefile.am | |
parent | 6da10c31d5e9cbebc2ab0a3aad43ef512d513eb6 (diff) | |
download | gnutls-022cf2024d9ae9e45688fbfd5ed2ca3b893873c0.tar.gz |
Disable ftp.gnutls.org for now.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f7f31de4a8..639b4c06bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,8 @@ release: cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css doc/reference/html/*.devhelp $(htmldir)/reference/ git-push --tags git-push - 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' + : 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 alpha.gnu.org:gnutls $(distdir).tar.bz2 cd $(htmldir) && \ cvs add -kb releases/$(distdir).tar.bz2 \ |