gnuastro-commits
[Top][All Lists]
Advanced

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

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


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 01b2639: Minor corrections in release checklist
Date: Sat, 22 Sep 2018 09:54:02 -0400 (EDT)

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

    Minor corrections in release checklist
    
    Some minor corrections were made in the release checklist (after making the
    0.7.42 alpha-release). Also, a typo was corrected in the NEWS file.
---
 NEWS                      |  2 +-
 doc/release-checklist.txt | 22 ++++++++++++----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index 7476064..f0761ef 100644
--- a/NEWS
+++ b/NEWS
@@ -85,7 +85,7 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
     - Until now, the mode's quantile was used to identify tiles with no
       significant signal. But from this version, the mean's quantile in
       each tile is used instead. The reason is that the mean is more
-      sensative to outliers (signal). Therefore the old `--modmedqdiff' is
+      sensitive to outliers (signal). Therefore the old `--modmedqdiff' is
       now called `--meanmedqdiff' .
 
   Statistics:
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 5a13694..1ffa2de 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -71,16 +71,6 @@ all the commits needed for this release have been completed.
      $ git add -u
      $ git commit
 
- - Make sure all the bootstrapping tools are up to date (keep the
-   versions in text file to use in the release), then bootstrap and
-   rebuild everything:
-
-     $ git clean -fxd
-     $ ./bootstrap --copy --gnulib-srcdir=/path/to/gnulib
-     $ ./developer-build -c -C -d     # using `-d' to speed up the build.
-     $ cd build
-     $ make distcheck -j8
-
 
  - [ALPHA] For alpha, we will only be distributing lzip tarballs. So first
    remove the `tar.gz' file that was produced by `make distcheck', then
@@ -199,6 +189,18 @@ Packaging in Debian
 
 Steps necessary to Package Gnuastro for Debian.
 
+ - Make sure the tarball is built with updated bootstrapped parts:
+
+      $ cd path/to/gnulib
+      $ git pull
+      $ cd path/to/autoconf-archives
+      $ git pull
+      $ cd gnuastro
+      $ git clean -fxd
+      $ ./bootstrap --copy --gnulib-srcdir=/path/to/gnulib
+      $ ./developer-build -p upload-server:folder
+
+
  - It would help to use the most recent versions of packages in Debian. To
    do that, you can update the `/etc/apt/sources.list' file. You can get
    the current releases from this webpage:



reply via email to

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