From 0473926a5b448c1a0b397d079c353f8406588c0d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2010 22:13:34 +0200 Subject: update-external: Support updating dnspython. --- lib/update-external.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/update-external.sh') diff --git a/lib/update-external.sh b/lib/update-external.sh index 53748d8810..fc2443b77e 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" -- cgit