gnuastro-devel
[Top][All Lists]
Advanced

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

[gnuastro-devel] [task #13991] Automatically generate Gnuastro's version


From: Mohammad Akhlaghi
Subject: [gnuastro-devel] [task #13991] Automatically generate Gnuastro's version number from Git
Date: Sun, 8 May 2016 11:56:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Update of task #13991 (project gnuastro):

                  Status:                    Done => In Progress            
        Percent Complete:                    100% => 90%                    
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #3:

This is bad! Thanks for checking so promptly.

Just one check: have you also cloned the 0.0 tag that I recently pushed to the
main repo?

If you have, the problem might be in my calling of the `--prefix' option to
git-version-gen (in AC_INIT of configure.ac). By default they assume a tagging
format of `vX.X', but I haven't used `v' in the tag so far, so on my system
(bash) this kind of call to prefix removed the `v' and worked. This might be
the cause of the problem. Could you check this out?

If neither of these two fix the problem, then could you submit a bug report to
Gnulib explaining the problem for them? 

While we are waiting for them, replacing this line in the new configure.ac 


AC_INIT([GNU Astronomy Utilities],
         m4_esyscmd([bootstrapped/build-aux/git-version-gen    \
                                  .tarball-version --prefix]),
        address@hidden, [gnuastro],
        [http://www.gnu.org/software/gnuastro/])


with this line 


AC_INIT([GNU Astronomy Utilities], [0.1], address@hidden,
        [gnuastro], [http://www.gnu.org/software/gnuastro/])


should temporarily fix the problem.

In the future, I will push such important changes to another repository first
so you can check them before I merge them with master. Sorry for my mistake.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?13991>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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