Compare commits

...

5 Commits

Author SHA1 Message Date
wangchunsheng
c282a699b5 + when tag, copy the tmp directory. 2012-05-07 00:32:50 +00:00
wangchunsheng
b520d291eb + re tag of 3.1. 2012-05-03 06:18:10 +00:00
wangchunsheng
2cdc2a1c8f * fix the bug of doc create page. 2012-05-03 03:11:59 +00:00
wangchunsheng
4e87294e45 + when create package, create the tmp first. 2012-05-03 02:29:08 +00:00
wangchunsheng
b6a67cbb6a + tag of 3.1. 2012-05-03 02:01:15 +00:00

View File

@@ -17,7 +17,6 @@ tgz:
mkdir -p zentaopms/db
mkdir -p zentaopms/bin
mkdir -p zentaopms/config
mkdir -p zentaopms/tmp
mkdir -p zentaopms/www/data/upload
# copy files.
cp -fr framework zentaopms/
@@ -28,6 +27,7 @@ tgz:
cp bin/ztc* bin/computeburn.php bin/getbugs.php bin/initext.php bin/todo.php bin/convertopt.php zentaopms/bin
cp -fr db zentaopms/
cp -fr doc/* zentaopms/
cp -fr tmp zentaopms/
cp VERSION zentaopms/
# create my.min.js
rm zentaopms/www/js/my.min.js