Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] devel, stable, cvs ...

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: "Dufflebunk" <dufflebunk AT go-nix.ca>
  • To: "Ladislav Hagara" <hgr AT vabo.cz>, "SM-Grimoire" <sm-grimoire AT lists.ibiblio.org>
  • Subject: Re: [SM-Grimoire] devel, stable, cvs ...
  • Date: Tue, 4 Mar 2003 16:51:38 -0400

It would be very difficult to add that functionality to the sorcery scripts
(the multiple versions in a single DETAILS file). An alternative is to have
a cvs-grimoire which has spells for packages that have CVS versions. Of
course, for that to work properly, we need to add cast --from and switches
like that.

--------- Original Message --------
> Howdy all !!!
>
> A lot of software has stable, devel and cvs versions.
> I thing Source Mage is great for testing devel and cvs versions too.
> Some users would like to test devel versions but there are not spells
> for them in grimoire
> (of course there are exceptions: mozilla-nightly, sylpheed-claws, ...).
>
> I would like to create devel spell for seahorse
> http://bugs.sourcemage.org/show_bug.cgi?id=2566
>
> What is &quot;standard&quot; for that ?
> Should I created seahorse-devel spell ?
>
>
> It would be fantastic if one spell could contains stable, devel and cvs
> version too.
> Something like:
> VERSION=0.6.2
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> MD5[0]=b534d3a14a722740983ff071f77b55b8
>
> VERSION_DEVEL=0.7.1
> SOURCE_DEVEL=$SPELL-$VERSION.tar.gz
> SOURCE_URL_DEVEL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> MD5_DEVEL[0]=b534d3a14a722740983ff071f77b55b8
>
>
> SOURCE_URL_CVS[0]=...
>
> Stable version was installed default, but user could change to devel or
> cvs.
> What about this ?
>
> - lace -
>
>
>
>
>
> _______________________________________________
> SM-Grimoire mailing list
> SM-Grimoire AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
>
>
>
>
>From d.malcolm AT auckland.ac.nz Tue Mar 4 16:08:36 2003
Return-Path: <d.malcolm AT auckland.ac.nz>
Delivered-To: sm-grimoire AT lists.ibiblio.org
Received: from mailhost2.auckland.ac.nz (mailhost2.auckland.ac.nz
[130.216.1.4])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 3A5AA20025
for <sm-grimoire AT lists.ibiblio.org>;
Tue, 4 Mar 2003 16:08:35 -0500 (EST)
Received: from mailhost.auckland.ac.nz (IDENT:mirapoint@mailhost
[130.216.191.61])KAA22049; Wed, 5 Mar 2003 10:09:56 +1300 (NZDT)
Received: from auckland.ac.nz ([130.216.209.227])
by mailhost.auckland.ac.nz (Mirapoint Messaging Server MOS 3.3.2-CR)
with ESMTP id ANK92525;
Wed, 5 Mar 2003 10:09:55 +1300 (NZDT)
Message-ID: <3E651623.1020808 AT auckland.ac.nz>
Date: Wed, 05 Mar 2003 10:09:55 +1300
From: Duane Malcolm <d.malcolm AT auckland.ac.nz>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20030212
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Ladislav Hagara <hgr AT vabo.cz>
Subject: Re: [SM-Grimoire] devel, stable, cvs ...
References: <3E650E96.50567C59 AT vabo.cz>
In-Reply-To: <3E650E96.50567C59 AT vabo.cz>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
cc: SM-Grimoire <sm-grimoire AT lists.ibiblio.org>
X-BeenThere: sm-grimoire AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion of Spells and Grimoire items
<sm-grimoire.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-grimoire>
List-Post: <mailto:sm-grimoire AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Tue, 04 Mar 2003 21:08:36 -0000

How would you cope with different dependencies or build procedures?

I guess for Dependencies you could have a list common dependencies,
extra dependencies for stable, devel, and cvs. Not sure on the build
script though.

Duane

Ladislav Hagara wrote:

>Howdy all !!!
>
>A lot of software has stable, devel and cvs versions.
>I thing Source Mage is great for testing devel and cvs versions too.
>Some users would like to test devel versions but there are not spells
>for them in grimoire
>(of course there are exceptions: mozilla-nightly, sylpheed-claws, ...).
>
>I would like to create devel spell for seahorse
>http://bugs.sourcemage.org/show_bug.cgi?id=2566
>
>What is "standard" for that ?
>Should I created seahorse-devel spell ?
>
>
>It would be fantastic if one spell could contains stable, devel and cvs
>version too.
>Something like:
> VERSION=0.6.2
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> MD5[0]=b534d3a14a722740983ff071f77b55b8
>
> VERSION_DEVEL=0.7.1
> SOURCE_DEVEL=$SPELL-$VERSION.tar.gz
> SOURCE_URL_DEVEL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> MD5_DEVEL[0]=b534d3a14a722740983ff071f77b55b8
>
>
> SOURCE_URL_CVS[0]=...
>
>Stable version was installed default, but user could change to devel or
>cvs.
>What about this ?
>
>- lace -
>
>
>
>
>
>_______________________________________________
>SM-Grimoire mailing list
>SM-Grimoire AT lists.ibiblio.org
>http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
>
>




Archive powered by MHonArc 2.6.24.

Top of Page