X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=lib%2Fupdate-external.sh;h=fc2443b77e6ddd042d2ff0858c00ed41637828da;hp=53748d8810fe7a04c1600dde0e4f228a7ff7521d;hb=272e49e85c47d88ef0a84bce88e6f8d984f2eae4;hpb=2e839a636b2ea3f4d8dfcf5a8e99d9725787ba61 diff --git a/lib/update-external.sh b/lib/update-external.sh index 53748d8810f..fc2443b77e6 100755 --- a/lib/update-external.sh +++ b/lib/update-external.sh @@ -13,4 +13,9 @@ echo "Updating testtools..." bzr export "$WORKDIR/testtools" lp:testtools rsync -avz --delete "$WORKDIR/testtools/" "$TARGETDIR/testtools/" +echo "Updating dnspython..." +git clone git://www.dnspython.org/dnspython.git "$WORKDIR/dnspython" +rm -rf "$WORKDIR/dnspython/.git" +rsync -avz --delete "$WORKDIR/dnspython/" "$TARGETDIR/dnspython/" + rm -rf "$WORKDIR"