diff options
author | Romain Francoise <romain@orebokech.com> | 2006-10-13 20:47:27 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-10-13 20:47:27 +0000 |
commit | 7dee3a04e8192496b66c81325b4ad63a64f554ea (patch) | |
tree | 93bb7ca722f0b5bfbf4274f8f0bdfb4e316c514b /admin/make-tarball.txt | |
parent | c6b1922543ad52a363278476de63cfe187f444e8 (diff) | |
download | emacs-7dee3a04e8192496b66c81325b4ad63a64f554ea.tar.gz |
Fix upload instructions: pretest files should not be uploaded in
/incoming/ftp, but in /incoming/alpha.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 0fcba5b40c8..9b15f8d39b3 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -62,8 +62,11 @@ For each step, check for possible errors. echo directory: emacs/pretest > FILE.directive (for a pretest) echo directory: emacs > FILE.directive (for a release) gpg --clearsign FILE.directive - Upload by anonymous ftp to ftp://ftp-upload.gnu.org/incoming/ftp/ - the files FILE, FILE.sig, FILE.directive.asc + Upload by anonymous ftp to ftp://ftp-upload.gnu.org/ the files FILE, + FILE.sig, FILE.directive.asc. + For a release, place the files in the /incoming/ftp directory. + For a pretest, place the files in /incoming/alpha instead, so that + they appear on ftp://alpha.gnu.org/. 13. After five minutes, verify that the files are visible at ftp://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, at |