X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=update;h=38b6727647e250d7487f76527b40a94cb76d4478;hb=e4b5ad0072b560fae756e12698e43a2a2c816e8b;hp=9d996d81a2ac9d24abfe235dc88c7097d8abf1a9;hpb=a5f3997e151ccecaf3a828fef4366f8d8dbbefc5;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/update b/update index 9d996d8..38b6727 100755 --- a/update +++ b/update @@ -4,5 +4,8 @@ current="`git config --get remote.current.url`" && git pull --ff-only current master && git push web && +# Copy search_tags.* with timestamp to avoid rebuilding +rsync -ahP "$current"/search_tags.py "$current"/search_tags.tmpl . && + cd "$current" && exec git pull origin