From fa0f65074563ba0fe38311f4b79787d15f0bee7c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 24 Jan 2015 20:35:51 +0300 Subject: [PATCH] Do not compyleall in archive (clean) repository --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2