From: Oleg Broytman Date: Sat, 24 Jan 2015 17:35:51 +0000 (+0300) Subject: Do not compyleall in archive (clean) repository X-Git-Tag: 5.0.0~138 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=fa0f65074563ba0fe38311f4b79787d15f0bee7c;p=bookmarks_db.git Do not compyleall in archive (clean) repository --- diff --git a/update b/update index 26ea726..a7aefa9 100755 --- 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