[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: release: Tweak binary tarball instructions.
From: |
Ludovic Courtès |
Subject: |
03/05: release: Tweak binary tarball instructions. |
Date: |
Sat, 16 May 2015 10:25:42 +0000 |
civodul pushed a commit to branch master
in repository maintenance.
commit 2a7ea55f20c708a27c312a9c7986966d3d45ca39
Author: Ludovic Courtès <address@hidden>
Date: Sat May 16 12:21:47 2015 +0200
release: Tweak binary tarball instructions.
---
doc/release.org | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/doc/release.org b/doc/release.org
index 2e2106d..9ec2fd8 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -174,6 +174,8 @@ That way, the bootable image will run Guix X.Y + 1 commit,
and running
** Build USB images for all the supported architectures
+Start from commit vX.Y.Z + 2, as explained above.
+
$ ./pre-inst-env guix system disk-image \
--image-size=850MiB gnu/system/install.scm
$ xz < /gnu/store/...-disk-image > guixsd-usb-install-X.Y.x86_64-linux.xz
@@ -182,7 +184,10 @@ That way, the bootable image will run Guix X.Y + 1 commit,
and running
--image-size=850MiB gnu/system/install.scm
$ xz < /gnu/store/...-disk-image > guixsd-usb-install-X.Y.i686-linux.xz
-** Build the binary tarballs
+** Build the binary tarballs using commit vX.Y.Z + 1
+
+Start from the commit right after vX.Y.Z so that the Guix included in
+the tarball is exactly vX.Y.Z.
$ for i in x86_64-linux i686-linux mips64el-linux armhf-linux ; \
do make guix-binary.$i.tar.xz && \