apteryx pushed a commit to branch master
in repository maintenance.

commit 5e427babb6f4d8cb918b6bc64c2a22021264fe06
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat May 1 23:28:00 2021 -0400

    doc: Add a note about using Gnulib's gnupload script.
    
    * doc/release.org (Upload all the files): Mention where the script
    originates and that it requires the ncftp package.  In the examples,
    change directory to the release directory, as file names containing
    slashes are rejected by the server.
---
 doc/release.org | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/doc/release.org b/doc/release.org
index 583692c..4c2335f 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -131,8 +131,18 @@ If “make release” succeeded, push the branch and tag:
 
 ** Upload all the files
 
-  $ ./build-aux/gnupload --to ftp.gnu.org:guix \
-       release-X.Y.Z/*.[xlg]z
+The ~gnupload~ script from [[https://www.gnu.org/software/gnulib/][Gnulib]] is 
used to upload the release
+artifacts to the GNU FTP.  It requires the ~ncftp~ package to be
+installed.  For a final release, the following should be used:
+
+  $ cd release-X.Y.Z
+  $ gnupload --to ftp.gnu.org:guix *.[xlg]z
+
+To uploading a release candidate (RC), the [[alpha.gnu.org]] URL should be
+used instead, like so:
+
+  $ cd release-X.Y.Z
+  $ gnupload --to alpha.gnu.org:guix *.[xlg]z
 
 You'll get an email soon after when the upload is complete.
 

Reply via email to