[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: release: Slightly update release process.
From: |
Ludovic Courtès |
Subject: |
01/05: release: Slightly update release process. |
Date: |
Sat, 16 May 2015 10:25:41 +0000 |
civodul pushed a commit to branch master
in repository maintenance.
commit cfc60d0dd7fb8d56a730947b052fe9e155f8d4f9
Author: Ludovic Courtès <address@hidden>
Date: Thu May 14 01:43:45 2015 +0200
release: Slightly update release process.
---
doc/release.org | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/release.org b/doc/release.org
index 1b1274b..2e2106d 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -22,7 +22,7 @@ previous version. And then you build one for the new version:
(define old
;; Get the list of packages of the previous release.
- (call-with-input-file "packages-0.8.txt"
+ (call-with-input-file "packages-0.8.1.txt"
read))
;; Don't browse things listed in the user's $GUIX_PACKAGE_PATH. Here we
@@ -93,7 +93,7 @@ Make that list "camera-ready":
#+BEGIN_SRC scheme
(use-modules (ice-9 pretty-print))
- (call-with-output-file "packages-0.8.1.txt"
+ (call-with-output-file "packages-0.8.2.txt"
(lambda (port)
(pretty-print new port)))
@@ -162,7 +162,8 @@ expected:
change the 'guix' binding to refer to 'guix-X.Y'. Push that
commit.
2. Change the 'guix-devel' package to refer to the above
- commit---i.e., the commit right after version X.Y.
+ commit---i.e., the commit right after version X.Y---and change the
+ 'guix' binding to refer to 'guix-devel'.
Both commits go to the 'version-X.Y.Z' branch.