From 100dba4dd32472a5b7e8f536c1f7b068a8fa48d1 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 23 Jun 2022 21:23:14 +0800 Subject: [PATCH] test --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 64c2ffd..7250c49 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -79,7 +79,7 @@ jobs: . $GITHUB_WORKSPACE/scripts/merge_packages.sh . $GITHUB_WORKSPACE/scripts/patches.sh cd - svn export https://github.com/openwrt/luci/trunk luci + svn export https://github.com/openwrt/luci/branches/master luci pushd luci ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt popd