[PATCH] Update update-external.sh to use mirrors of third party projects on git.samba.org.
Stefan (metze) Metzmacher
metze at samba.org
Wed Jan 28 15:54:40 MST 2015
Hi Jelmer,
looks good!
metze
Am 28.01.2015 um 23:51 schrieb Jelmer Vernooij:
> Change-Id: Id86c3f5233224d0337efc8e5fefe9a966b0c30fd
> Signed-off-by: Jelmer Vernooij <jelmer at samba.org>
> ---
> lib/update-external.sh | 15 +++++----------
> 1 file changed, 5 insertions(+), 10 deletions(-)
>
> diff --git a/lib/update-external.sh b/lib/update-external.sh
> index 7c55321..552cfd7 100755
> --- a/lib/update-external.sh
> +++ b/lib/update-external.sh
> @@ -17,32 +17,27 @@ cp "$LIBDIR/subunit/c/wscript" "$WORKDIR/subunit/c/wscript"
> rsync -avz --delete "$WORKDIR/subunit/" "$LIBDIR/subunit/"
>
> echo "Updating testtools..."
> -git clone git://github.com/testing-cabal/testtools "$WORKDIR/testtools"
> +git clone git://git.samba.org/third_party/testtools "$WORKDIR/testtools"
> rm -rf "$WORKDIR/testtools/.git"
> rsync -avz --delete "$WORKDIR/testtools/" "$LIBDIR/testtools/"
>
> echo "Updating dnspython..."
> -git clone git://www.dnspython.org/dnspython.git "$WORKDIR/dnspython"
> +git clone git://git.samba.org/third_party/dnspython "$WORKDIR/dnspython"
> rm -rf "$WORKDIR/dnspython/.git"
> rsync -avz --delete "$WORKDIR/dnspython/" "$LIBDIR/dnspython/"
>
> echo "Updating pep8..."
> -git clone git://github.com/jcrocholl/pep8 "$WORKDIR/pep8"
> +git clone git://git.samba.org/third_party/pep8 "$WORKDIR/pep8"
> rm -rf "$WORKDIR/pep8/.git"
> rsync -avz --delete "$WORKDIR/pep8/" "$LIBDIR/pep8/"
>
> echo "Updating zlib..."
> -git clone git://github.com/madler/zlib "$WORKDIR/zlib"
> +git clone git://git.samba.org/third_party/zlib "$WORKDIR/zlib"
> rm -rf "$WORKDIR/zlib/.git"
> rsync --exclude=wscript -avz --delete "$WORKDIR/zlib/" "$THIRD_PARTY_DIR/zlib/"
>
> echo "Updating extra..."
> -git clone git://github.com/testing-cabal/extras "$WORKDIR/extras"
> -rm -rf "$WORKDIR/extras/.git"
> -rsync -avz --delete "$WORKDIR/extras/" "$LIBDIR/extras/"
> -
> -echo "Updating extra..."
> -git clone git://github.com/testing-cabal/extras "$WORKDIR/extras"
> +git clone git://git.samba.org/third_party/extras "$WORKDIR/extras"
> rm -rf "$WORKDIR/extras/.git"
> rsync -avz --delete "$WORKDIR/extras/" "$LIBDIR/extras/"
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150128/fb849028/attachment.pgp>
More information about the samba-technical
mailing list