openwrt/.github/workflows
Hauke Mehrtens c3ed9f36ee
CI: kernel: Checkout feeds from github
Instead of cloning the feeds from the default location at
git.openwrt.org use the github action to clone them directly from
github. We saw some error messages when cloning from git.openwrt.org,
probably related to some rate limiting applied. Cloning from github
within a github action should work more stable.

The "./scripts/feeds update -a" script will use the already checked out
feed repositories and not clone them again from git.openwrt.org, but it
will also not change the branch name.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit b120e78917)
2022-12-04 17:36:53 +01:00
..
ci_helpers.sh CI: add formal checks 2022-01-29 16:44:11 +01:00
formal.yml build: harden GitHub workflow permissions 2022-11-27 17:39:36 +01:00
kernel.yml CI: kernel: Checkout feeds from github 2022-12-04 17:36:53 +01:00
labeler.yml CI: labeler: fix wrong label for pr targeting stable branch 2022-12-01 01:57:01 +01:00
tools.yml CI: usability improvements for tools 2022-12-04 17:36:52 +01:00