[PATCH] Update update-external.sh to use mirrors of third party projects on git.samba.org.

Jelmer Vernooij jelmer at samba.org
Thu Jan 29 07:36:33 MST 2015


On Wed, Jan 28, 2015 at 11:54:40PM +0100, Stefan (metze) Metzmacher wrote:
> looks good!
Thanks! Are you happy to add your Reviewed-By, and possibly push?

Jelmer

> 
> 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/"
> >  
> > 
> 




More information about the samba-technical mailing list