On Wed, Jul 29, 2009 at 01:30:16AM -0400, Martin Owens wrote:
> On Mon, 2009-07-13 at 15:45 -0400, Chris Frey wrote:
> > I'm sure I'd accept patches that make Barry easier to do things the
> > Ubuntu way. :-)  I suspect using snapshot.sh is easier in the short term
> > though.
> > 
> > I can move that script into the maintainer/ directory if that helps.
> > I think it is general enough.
> 
> I just tried to give this a go, first I couldn't get the scripts because
> of local changes, then I splated by barry directory, good job nothing
> important was lost and now the script you asked me to use is asking me
> for MAJOR and MINOR and changes, no real explanations of what those are
> or how they make sense to getting barry latest checkout.
> 
> I'm tired, I should get some sleep. Sorry if I sound a little grumpy.

Yeah, it's not overly well documented.  No worries.

The MAJOR and MINOR are just for use when making tarballs, etc.
They should match the version numbers stated in src/version.cc.

So, for example, if I want to create a snapshot from scratch, I do:

        git clone git://repo.or.cz/barry.git
        mkdir scripts
        cd scripts
        git clone ../barry
        git checkout scripts
        cd ../barry
        ../scripts/snapshot.sh 0 15 master

You can use any branch or tag you like... master is probably the most common.

You will end up with snapshot tarballs under maintainer/build/
The .tar.bz2 is the full release, and the .tar.gz and friends are the deb
source package.

These scripts are designed to work under a debian based system, so in your
case you shouldn't have any trouble.  It is less convenient for RPM folks.

- Chris


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to