On Tue, Feb 09, 2021 at 05:21:33PM +0800, Liu Shaofei wrote:
DISABLE_DOMAIN_CHANGE parameter value is true, "sbin/makepkg" file will not replace domain name of submodules, the submodules will be downloaded from remote end.
上面的changelog好像没把因果关系说清楚。
Signed-off-by: Liu Shaofei 370072077@qq.com
i# Your branch is ahead of 'origin/master' by 1 commit.
tests/cci-makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cci-makepkg b/tests/cci-makepkg index ecbf72134..8c744d807 100755 --- a/tests/cci-makepkg +++ b/tests/cci-makepkg @@ -142,7 +142,7 @@ build_source_pkg() local makepkg="$LKP_SRC/sbin/makepkg ${pkg_args} --config $LKP_SRC/etc/makepkg.conf" echo "${makepkg}"
- PACMAN="${mark}" BUILDDIR=$TMP CARCH=$arch PKGEXT=.cgz CGZDEST="$sync_dest/$cgz_name" $makepkg
- PACMAN="${mark}" DISABLE_DOMAIN_CHANGE=true BUILDDIR=$TMP CARCH=$arch PKGEXT=.cgz CGZDEST="$sync_dest/$cgz_name" $makepkg
写成多行吧,一个ENV var一行,清楚一些
[ "$?" == 0 ] || exit 1 update_softlink -- 2.23.0