This commit is contained in:
luoliangyi 2022-10-18 16:32:35 +08:00
parent 9c39fa1496
commit 58e9815c83
1 changed files with 4 additions and 0 deletions

View File

@ -2,18 +2,22 @@
git clean -fd git clean -fd
git checkout . git checkout .
if [ $1 == "hg" ];then if [ $1 == "hg" ];then
echo "---------------dpkg hg---------------"
./build.sh hg $2 ./build.sh hg $2
./build.sh hgso $2 ./build.sh hgso $2
./build.sh hgweb $2 ./build.sh hgweb $2
elif [ $1 == "lsc" ];then elif [ $1 == "lsc" ];then
echo "---------------dpkg lsc---------------"
./build.sh lsc $2 ./build.sh lsc $2
./build.sh lscsm $2 ./build.sh lscsm $2
./build.sh lscso $2 ./build.sh lscso $2
./build.sh lscweb $2 ./build.sh lscweb $2
elif [ $1 == "hw" ];then elif [ $1 == "hw" ];then
echo "---------------dpkg hw---------------"
./build.sh hw $2 ./build.sh hw $2
./build.sh hwso $2 ./build.sh hwso $2
else else
echo "---------------dpkg all---------------"
./build.sh hg $2 ./build.sh hg $2
./build.sh hgso $2 ./build.sh hgso $2
./build.sh hgweb $2 ./build.sh hgweb $2