[patch] Source configuration for package.py

Jules Bergmann jules at codesourcery.com
Thu Apr 19 17:39:52 UTC 2007


This patch adds a source configuration input to the package.py script. 
It is intended for the 1.3 branch, but will also go into trunk.

The source configuration is a file that describes which SVN directories 
and revisions to check out to build a source package, as well as a list 
of patches to apply after checkout.

A source configuration to build the 1.3.1 release using the commercial 
FFTW will look something like:

	cfg.svpp_dir='csl/vpp/branches/1.3'
	cfg.fftw_dir='csl/fftw-commercial/trunk'
	cfg.patches=['docbook.diff']

The directories are SVN paths relative to /svk/Repository.  By default, 
the HEAD revision is checked out, but another revision could be 
specified by setting 'cfg.svpp_rev'.

Ok to commit?

				-- Jules

-- 
Jules Bergmann
CodeSourcery
jules at codesourcery.com
(650) 331-3385 x705
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: src_cfg.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20070419/6a07d158/attachment.ksh>


More information about the vsipl++ mailing list