[PATCH 2/2] Support updating waf from the update-external script.

Ralph Böhme rb at sernet.de
Sun Nov 30 07:20:06 MST 2014


Hi Jelmer,

On Sun, Nov 30, 2014 at 02:09:48PM +0000, Jelmer Vernooij wrote:
> Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
> ---
>  lib/update-external.sh | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/lib/update-external.sh b/lib/update-external.sh
> index 7c55321..e3c0872 100755
> --- a/lib/update-external.sh
> +++ b/lib/update-external.sh
> @@ -51,4 +51,9 @@ svn co http://mimeparse.googlecode.com/svn/trunk/ "$WORKDIR/mimeparse"
>  rm -rf "$WORKDIR/mimeparse/.svn"
>  rsync -avz --delete "$WORKDIR/mimeparse/" "$LIBDIR/mimeparse/"
>  
> +echo "Updating waf..."
> +git clone https://code.google.com/p/waf.waf15/ "$WORKDIR/waf"
> +rm -rf "$WORKDIR/waf/.git"
> +rsync -avz --delete "$WORKDIR/waf/" "$THIRD_PARTY_DIR/waf/"
> +

pardon my ignorance, but how does this deal with the six or seven
patches we have on top of waf 1.5 ?

Cheerio!
-Ralph

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de,mailto:kontakt@sernet.de


More information about the samba-technical mailing list