Compare commits

...

2 Commits

Author SHA1 Message Date
modehua 3a9baf2a07 Merge branch 'master' of http://192.168.10.5:8099/sane/dpkg 2023-03-21 18:11:34 +08:00
modehua 245d7357b1 不做删除 2023-03-21 18:11:24 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ function appbuild()
echo "-----------------------------start-----------------------------"
#GIT CODE
rm ../release/$syspath/$cpu/* -R
#rm ../release/$syspath/$cpu/* -R
git -C ../release clean -df
git -C ../release checkout .
@ -315,10 +315,10 @@ then
fi
ver3=$[$ver3 * 100]
if [ "$syspath" == "uos" ];
if [ "$dpkgtype" == "uos" ];
then
ver3=$[$ver3 + 20]
elif [ "$syspath" == "kylin" ];
elif [ "$dpkgtype" == "kylin" ];
then
ver3=$[$ver3 + 21]
else