]> git.phdru.name Git - bookmarks_db.git/commitdiff
Do not compyleall in archive (clean) repository
authorOleg Broytman <phd@phdru.name>
Sat, 24 Jan 2015 17:35:51 +0000 (20:35 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Jan 2015 17:35:51 +0000 (20:35 +0300)
update

diff --git a/update b/update
index 26ea726c0fefd5c2b354ee0bcf3a9bfce397b8ee..a7aefa92c9de344375f86a78e6dd8815ff321d32 100755 (executable)
--- a/update
+++ b/update
@@ -15,7 +15,7 @@ elif [ -z "$current" ]; then
    exit 1
 fi
 
-git pull --ff-only current master && compyleall &&
+git pull --ff-only current master &&
 
 web="`git config --get --path remote.web.url`" &&
 [ -n "$web" ] && git push web