On Sat, Dec 19, 2020 at 02:40:39PM +0800, Liu Shaofei wrote:
On Fri, Dec 18, 2020 at 06:45:38PM +0800, Wang Yong wrote:
[ -f "PKGBUILD-$PKGBUILD_TAG" ] || die "PKGBUILD-$PKGBUILD_TAG not exist"
}[ -s "PKGBUILD-$PKGBUILD_TAG" ] || die "PKGBUILD-$PKGBUILD_TAG is empty"
Above codes is unnecessary, i have deleted them. For previous patch, i have add one fields of "git_tag".
i'll update it based new code
Thanks, Yong