summaryrefslogtreecommitdiff
path: root/lib/update-external.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-08 21:22:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-08 22:12:00 +0100
commiteae3e6230facf84f59b7d3a6582131d664372f1f (patch)
tree4673b11c099013b64ce075f64b4e86126dba4fe1 /lib/update-external.sh
parent624a78d9f8214d21346b7791d3e2f2a57cb26688 (diff)
downloadsamba-eae3e6230facf84f59b7d3a6582131d664372f1f.tar.gz
samba-eae3e6230facf84f59b7d3a6582131d664372f1f.tar.bz2
samba-eae3e6230facf84f59b7d3a6582131d664372f1f.zip
Add pep8.
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"