comparison admin/make-tarball.txt @ 52929:0def32311484

The upload procedure that was described is no more valid after the break-ins. Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el.
author Francesco Potortì <pot@gnu.org>
date Fri, 24 Oct 2003 12:19:56 +0000
parents d46a70300b43
children 229b09cd4c04
comparison
equal deleted inserted replaced
52928:2f5fd6b2684b 52929:0def32311484
47 11. admin/make-announcement OLD NEW 47 11. admin/make-announcement OLD NEW
48 This creates an announcement for pretests. OLD is the version used 48 This creates an announcement for pretests. OLD is the version used
49 to make deltas with respect to NEW. Anouncements for pretests need 49 to make deltas with respect to NEW. Anouncements for pretests need
50 to be crafted by hand. Use an older announcement to start with. 50 to be crafted by hand. Use an older announcement to start with.
51 51
52 12. For a pretest, do: 52 12. For the moment, put the tarballs on a public site and send a GPG
53 signed email to <maintainers@gnu.org> with the URLs of the tarballs
54 and their md5sum signatures. As of 2003-10, the GNU maintainers are
55 working on a better procedure. For reference, here are the previous
56 instructions, which are no more valid after the break-in of 2003-08:
57 ====
58 For a pretest, do:
53 rsync -aP emacs-NEW.tar.gz emacs-OLD-NEW.xdelta compile-NEW.log \ 59 rsync -aP emacs-NEW.tar.gz emacs-OLD-NEW.xdelta compile-NEW.log \
54 emacs-NEW.announce alpha.gnu.org:/home/alpha/gnu/emacs/pretest/. 60 emacs-NEW.announce alpha.gnu.org:/home/alpha/gnu/emacs/pretest/.
55 For a release, do: 61 For a release, do:
56 rsync -aP emacs-NEW.tar.gz emacs-OLD-NEW.xdelta \ 62 rsync -aP emacs-NEW.tar.gz emacs-OLD-NEW.xdelta \
57 alpha.gnu.org:/home/ftp/gnu/emacs/. 63 alpha.gnu.org:/home/ftp/gnu/emacs/.