• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki_devel: 提交


Commit MetaInfo

修訂9e0c7925d2a28b7859367279be23a8f4cb47672e (tree)
時間2018-03-28 05:16:53
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

Ignore old cache files

Change Summary

差異

--- a/release.sh
+++ b/release.sh
@@ -68,7 +68,7 @@ chmod_pkg(){
6868 find . -type f | while read line; do chmod 644 "$line"; done
6969 # Add write permission for PukiWiki
7070 chmod 777 attach backup cache counter diff wiki* 2>/dev/null
71- chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel 2>/dev/null
71+ chmod 666 wiki*/*.txt 2>/dev/null
7272 )
7373 }
7474
Show on old repository browser