• 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

Revision86d4aca689261ed55754488558850536bc67fe8f (tree)
Time2004-09-12 00:53:23
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

Correct comments only

Change Summary

Incremental Difference

--- a/release.sh
+++ b/release.sh
@@ -1,7 +1,7 @@
11 #!/bin/sh
2-# $Id: release.sh,v 1.6 2004/09/07 12:57:27 henoheno Exp $
2+# $Id: release.sh,v 1.7 2004/09/11 15:53:23 henoheno Exp $
33 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
4-# Release automation script
4+# Release automation script for PukiWiki
55 # ==========================================================
66 Copyright='(C) 2002-2004 minix-up project, All Rights Reserved'
77 Homepage='http://cvsknit.sourceforge.net/'
@@ -40,8 +40,8 @@ pkg_dir="${mod}-${rel}"
4040
4141 # -------------------------------------------
4242
43-# Checkout the module
44-test ! -d "$pkg_dir" || err "There's already a directory: $mod"
43+# Export the module
44+test ! -d "$pkg_dir" || err "There's already a directory: $pkg_dir"
4545 echo cvs -z3 -d "$CVSROOT" export -r "$tag" -d "$pkg_dir" "$mod"
4646 cvs -z3 -d "$CVSROOT" export -r "$tag" -d "$pkg_dir" "$mod"
4747 test -d "$pkg_dir" || err "There is'nt a directory: $pkg_dir"