svn commit: samba r21026 - in branches/SAMBA_4_0/source/script: .

Jelmer Vernooij jelmer at vernstok.nl
Fri Jan 26 08:58:46 GMT 2007


On Fri, 2007-01-26 at 04:37 +0000, abartlet at samba.org wrote:
> Log:
> Add a helpful script to do the things we need to do to make a release
> tarball.

> Added: branches/SAMBA_4_0/source/script/mkrelease.sh
> ===================================================================
> --- branches/SAMBA_4_0/source/script/mkrelease.sh	2007-01-26 02:17:11 UTC (rev 21025)
> +++ branches/SAMBA_4_0/source/script/mkrelease.sh	2007-01-26 04:37:06 UTC (rev 21026)
> @@ -0,0 +1,13 @@
> +#!/bin/sh
> +
> +FROM=$1
> +VERSION=$2
> +
> +svn export $FROM samba-$VERSION
> +
> +( cd samba-$VERSION || exit 1
> +  (cd source && ./autogen.sh ) || exit 1
> +  rm -rf webapps/qooxdoo-*-sdk/frontend/framework/.cache || exit 1
> +) || exit 1
> +
> +tar -zcf samba-$VERSION.tar.gz samba-$VERSION
Similar things are done by 'make dist'. I think the rm -rf should rather
be there, same thing for autogen.sh

Cheers,

Jelmer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://lists.samba.org/archive/samba-technical/attachments/20070126/29e1debe/attachment.bin


More information about the samba-technical mailing list