Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Haley (907b1784aa641cd4e59592511d62e9fe91ed4b8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: David Haley <khoralin AT gmail.com>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>, David Haley <scm AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Haley (907b1784aa641cd4e59592511d62e9fe91ed4b8a)
  • Date: Tue, 24 Aug 2010 11:34:26 +0200

Hi,

> New commits:
> commit c26fbbbf888b9ff143c9ccb7bc215a50b240b626
> Author: David Haley <khoralin AT gmail.com>
> Commit: David Haley <khoralin AT gmail.com>
>
> Have added ability to cast stable or development source; added PREPARE
> and updated DETAILS accordingly. 'gnucash2' listed in CONFLICTS is not a
> valid spell at this time and
> has been removed. gnucash-pubkey.key was not used by the spell and was
> also removed.


it is a good idea to start commit description with name of spell. It is
fine to see name of spell in git log for example.

gnucash - Have added ability ...



> +++ b/gnome2-apps/gnucash/DETAILS
> @@ -1,13 +1,13 @@
> SPELL=gnucash
> +if [ "$GNUCASH_DEVEL" == "n" ]; then
> VERSION=2.2.9
> - SOURCE=${SPELL}-$VERSION.tar.gz
> -# SOURCE2=${SPELL}-$VERSION.tar.gz.sig
> +
> SOURCE_HASH=sha512:211082ec4504524456ebc6bad3a0e315201f717827d7eb6a789efea3b1cdf243456f4a08c33590123f80f6e5126002af5c1b7c95b312bc4ea22e2c00a4b17323
> +else
> + VERSION=2.3.15
> +
> SOURCE_HASH=sha512:9763903ce46b52b86d7d7e0e790d3049a73eb52a723f82416cc5e99a10cf2d551be6ffb8298983c31d35d86419176c80da0b2bbb8ea8132b70b3a6de92201e5e
> +fi
> +


Just testing "gaze version gnucash", GNUCASH_DEVEL is not defined.

$ gaze version gnucash
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test gnome2-apps gnucash 2.3.15 -


This should show stable / default version 2.2.9.


You should change this to

if [ "$GNUCASH_DEVEL" == "y" ]; then
VERSION=2.3.15
else
VERSION=2.2.9



--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page