guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Update the gnupload command to include .qcow


From: Maxim Cournoyer
Subject: branch master updated: doc: Update the gnupload command to include .qcow2 and .iso files (bis).
Date: Sat, 08 May 2021 15:40:05 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 29afac1  doc: Update the gnupload command to include .qcow2 and .iso 
files (bis).
29afac1 is described below

commit 29afac1fb6d431b00856deaca249e6af24428196
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat May 8 15:07:51 2021 -0400

    doc: Update the gnupload command to include .qcow2 and .iso files (bis).
    
    I had forgotten to update the command used for the release GNU FTP as
    well.
    
    * doc/release.org (Upload all the files) <gnupload>: Include the
    .qcow2 and .iso release files.
---
 doc/release.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/release.org b/doc/release.org
index 667e9c4..e3d2ae2 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -138,7 +138,7 @@ 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
+  $ gnupload --to ftp.gnu.org:guix *.[xlg]z *.qcow2 *.iso
 
 To uploading a release candidate (RC), the [[alpha.gnu.org]] URL should be
 used instead, like so:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]