From a83b5f262f65ac2ea8fbaaac6658b1d8c196ec33 Mon Sep 17 00:00:00 2001 From: Aelin Date: Mon, 20 Jul 2026 10:44:53 +0200 Subject: [PATCH] ci: Commit all changes in linux-next We regenerate the configs, but we only commit the APKBUILD. This resulted in checksum mismatches. Part-of: --- .ci/autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/autoupdate.sh b/.ci/autoupdate.sh index 7e528a350..b4d6e0960 100755 --- a/.ci/autoupdate.sh +++ b/.ci/autoupdate.sh @@ -84,7 +84,7 @@ update_linux_next() { done # Commit - git add device/testing/linux-next/APKBUILD + git add device/testing/linux-next/ git commit -S -m "linux-next: upgrade to $latest" }