[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. |
Date: |
Sat, 08 May 2021 14:58:36 -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 eb5dcd9 doc: Update the gnupload command to include .qcow2 and .iso
files.
eb5dcd9 is described below
commit eb5dcd959039ec1c05c12c3d8625a96f61492829
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat May 8 14:16:20 2021 -0400
doc: Update the gnupload command to include .qcow2 and .iso files.
* 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 80b5eb8..667e9c4 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -144,7 +144,7 @@ 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
+ $ gnupload --to alpha.gnu.org:guix *.[xlg]z *.qcow2 *.iso
You'll get an email soon after when the upload is complete.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Update the gnupload command to include .qcow2 and .iso files.,
Maxim Cournoyer <=