• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión255a1bd4ca866e5661cb11aa71bcbcf9a06393e0 (tree)
Tiempo2005-02-15 23:20:20
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

Added cache/*.ref cache/*.rel

Cambiar Resumen

Diferencia incremental

--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
11 #!/bin/sh
2-# $Id: release.sh,v 1.12 2005/01/09 04:34:57 henoheno Exp $
2+# $Id: release.sh,v 1.13 2005/02/15 14:20:20 henoheno Exp $
33 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
44 # Release automation script for PukiWiki
55 # ==========================================================
@@ -138,7 +138,7 @@ echo find "$pkg_dir" -type f -name '.cvsignore' -delete
138138
139139 # Add write permission for PukiWiki
140140 chmod 777 attach backup cache counter diff trackback wiki*
141- chmod 666 wiki*/*.txt cache/*.dat
141+ chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel
142142 )
143143
144144 # Create a package ------------------------------------------