* turn on the scripts for linux building.

This commit is contained in:
wangchunsheng
2013-01-27 06:14:35 +00:00
parent c414cf91aa
commit 21b03191a9
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ phpdoc:
doxygen:
doxygen doc/doxygen/doxygen.conf
build4linux:
#unzip ZenTaoPMS.$(VERSION).zip
#rm -fr ZenTaoPMS.$(VERSION).zip
unzip ZenTaoPMS.$(VERSION).zip
rm -fr ZenTaoPMS.$(VERSION).zip
# build xmapp.
cd ./build/linux/ && ./buildxmapp.sh $(xampp)
mv ./build/linux/lampp ./
-1
View File
@@ -1,5 +1,4 @@
ALTER TABLE `zt_build` CHANGE `desc` `desc` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
ALTER TABLE `zt_group` ADD `role` CHAR( 10 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
ALTER TABLE `zt_taskEstimate` CHANGE `estimater` `account` CHAR( 30 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `zt_taskEstimate` ADD `consumed` TINYINT( 3 ) UNSIGNED NOT NULL AFTER `estimate`;
UPDATE `zt_group` SET `role` = 'guest' WHERE `name` = 'guest';