gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master c0583e0 2/2: Small corrections in release chec


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c0583e0 2/2: Small corrections in release checklist
Date: Sat, 9 Dec 2017 16:44:22 -0500 (EST)

branch: master
commit c0583e07e5923099078e6210008d4507a052ee96
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Small corrections in release checklist
    
    During and after making the 0.4.108 release, some corrections were made in
    the release checklist to simplify next releases. After the release
    annoucement, I noticed that had also forgot to include Nacho's help, so his
    name is now also in the `doc/announce-acknowledge.txt' file.
---
 doc/announce-acknowledge.txt |  1 +
 doc/release-checklist.txt    | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 56bdf8a..d97c097 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -12,4 +12,5 @@ Alan Lefor
 Alejandro Serrano Borlaff
 Lee Spitler
 Ole Streicher
+Ignacio Trujillo
 David Valls-Gabaud
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 0b42f18..0cb293a 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -88,16 +88,20 @@ all the commits needed for this release have been completed.
    uses `ncftpput' which comes with the `ncftp' package. The replaces
    are necessary for the symbolic links.
 
+   - Set the key-ID as a variable for easy steps later:
+
+       $ mykeyid=1849814357EFB73A
+
    - For an alpha upload:
 
        $  /path/to/gnulib/build-aux/gnupload --to alpha.gnu.org:gnuastro   \
                --replace --symlink-regex="s/X.X.XXX-XXXX/alpha-latest/"    \
-               gnuastro-X.X.XXX-XXXX.tar.lz
+               --user $mykeyid gnuastro-X.X.XXX-XXXX.tar.lz
 
    - For a stable release:
 
        $  /path/to/gnulib/build-aux/gnupload --to ftp.gnu.org:gnuastro     \
-               --replace --symlink-regex                                   \
+               --replace --symlink-regex --user $mykeyid                   \
                gnuastro-X.X.tar.gz gnuastro-X.X.tar.lz
 
 
@@ -136,7 +140,7 @@ all the commits needed for this release have been completed.
      $ cd build
      $ /path/to/gnulib/build-aux/announce-gen --release-type=XXXX          \
               --package-name=gnuastro --previous-version=0.1               \
-              --current-version=0.2 --gpg-key-id=1849814357EFB73A          \
+              --current-version=0.2 --gpg-key-id=$mykeyid                  \
               --url-directory=http://YYYY.gnu.org/gnu/gnuastro             \
               --archive-suffix=tar.lz > announcement.txt
 



reply via email to

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