gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master cf34e0b: Annotated tags in Debian release chec


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master cf34e0b: Annotated tags in Debian release checklist
Date: Tue, 5 Jun 2018 19:13:06 -0400 (EDT)

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

    Annotated tags in Debian release checklist
    
    In re-packaging Gnuastro for the Debian, I noticed that the `git tag'
    commands in the checklist weren't annotated and also that there was no tag
    for the actual debian tarball ("debian/$ver-1"). So that has been added
    also.
---
 doc/release-checklist.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index ad6fa1a..76f2660 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -297,7 +297,7 @@ Steps necessary to Package Gnuastro for Debian.
 
      $ git add --all
      $ git commit -m "Upstream Gnuastro $ver"
-     $ git tag upstream/$ver
+     $ git tag -a upstream/$ver
      $ pristine-tar commit ../gnuastro_$ver.orig.tar.gz          \
                     -s ../gnuastro_$ver.orig.tar.gz.asc
 
@@ -368,6 +368,7 @@ Steps necessary to Package Gnuastro for Debian.
      $ git add --all
      $ git status                         # For a visual check
      $ git commit -m "Gnuastro $ver"
+     $ git tag -a debian/$ver-1
 
 
  - Push all the changes to the repository (you can't call `--all' and



reply via email to

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