From 7dee3a04e8192496b66c81325b4ad63a64f554ea Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Fri, 13 Oct 2006 20:47:27 +0000 Subject: [PATCH] Fix upload instructions: pretest files should not be uploaded in /incoming/ftp, but in /incoming/alpha. --- admin/make-tarball.txt | 7 +++++-- 1 file 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 -- 2.39.5