summaryrefslogtreecommitdiff
path: root/lib/update-external.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/update-external.sh')
-rwxr-xr-xlib/update-external.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/update-external.sh b/lib/update-external.sh
index 0a854406b5..ea563baeea 100755
--- a/lib/update-external.sh
+++ b/lib/update-external.sh
@@ -20,4 +20,9 @@ git clone git://www.dnspython.org/dnspython.git "$WORKDIR/dnspython"
rm -rf "$WORKDIR/dnspython/.git"
rsync -avz --delete "$WORKDIR/dnspython/" "$TARGETDIR/dnspython/"
+echo "Updating pep8..."
+git clone git://github.com/jcrocholl/pep8 "$WORKDIR/pep8"
+rm -rf "$WORKDIR/pep8/.git"
+rsync -avz --delete "$WORKDIR/pep8/" "$TARGETDIR/pep8/"
+
rm -rf "$WORKDIR"