]> git.phdru.name Git - bookmarks_db.git/commitdiff
compyleall
authorOleg Broytman <phd@phdru.name>
Sun, 6 Jul 2014 12:19:48 +0000 (16:19 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 6 Jul 2014 12:19:48 +0000 (16:19 +0400)
update

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