gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 32f8431: Modifications in Debian release check


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 32f8431: Modifications in Debian release checklist
Date: Fri, 25 Aug 2017 12:56:06 -0400 (EDT)

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

    Modifications in Debian release checklist
    
    Some minor modifications (adding all new files in the master branch and
    pushing tags) were made in the Debian release checklist.
---
 doc/release-checklist.txt | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 9b0d78e..365622e 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -230,12 +230,14 @@ Steps necessary to Package Gnuastro for Debian.
  - Commit the contents of the new release, make sure everything except the
    `debian' directory is commited (with `git status'):
 
-     $ git add -f bin/ bootstrapped/ doc/ lib/ tests/
-     $ git status                         # Add anything that remains.
+     $ git add --all
+     $ git status                         # For a visual check
      $ git commit -m "Gnuastro $ver"
 
- - Push all the changes to the repository:
+ - Push all the changes to the repository (you can't call `--all' and
+   `--tags' together):
 
-     $ git push --all --tags
+     $ git push --all
+     $ git push --tags
 
  - Inform Debian Astro.



reply via email to

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