gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master ef68a00: Minor corrections in release checklis


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ef68a00: Minor corrections in release checklist
Date: Mon, 4 Jun 2018 12:28:29 -0400 (EDT)

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

    Minor corrections in release checklist
    
    After making the 6th release, some minor points came up that are now
    corrected in the release checklist.
---
 doc/release-checklist.txt | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 238c4c8..7a2a5c6 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -100,8 +100,7 @@ all the commits needed for this release have been completed.
      $ autoreconf -f
      $ ./developer-build -c -C -d
      $ cd build
-     $ make dist                      # to build `tar.gz'.
-     $ make dist-lzip                 # to build `tar.lz'.
+     $ make dist dist-lzip       # to build `tar.gz' and `tar.lz'.
 
 
  - Upload the tarball with the command below: Note that `gnupload'
@@ -129,7 +128,7 @@ all the commits needed for this release have been completed.
    that you will need to configure and build Gnuastro in the main source
    directory to build the full webpage with this script.
 
-       $ ./configure
+       $ ./configure CFLAGS="-g -O0" --disable-shared
        $ make -j8
        $ cd doc
        $ ./forwebpage /path/to/local/copy/of/webpage
@@ -161,8 +160,8 @@ all the commits needed for this release have been completed.
      $ /path/to/gnulib/build-aux/announce-gen --release-type=XXXX          \
               --package-name=gnuastro --previous-version=0.1               \
               --current-version=0.2 --gpg-key-id=$mykeyid                  \
-              --url-directory=http://YYYY.gnu.org/gnu/gnuastro             \
-              --archive-suffix=tar.lz > announcement.txt
+              --url-directory=https://YYYY.gnu.org/gnu/gnuastro             \
+              --archive-suffix=tar.lz > ~/announcement.txt
 
 
  - Based on previous announcements, add an intro, the NEWS file and the



reply via email to

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