]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - update
Add search_tags.tmpl (CheetahTemplate)
[phdru.name/cgi-bin/blog-ru/search-tags.git] / update
diff --git a/update b/update
index 9d996d81a2ac9d24abfe235dc88c7097d8abf1a9..38b6727647e250d7487f76527b40a94cb76d4478 100755 (executable)
--- 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