From 617cc87a40184b5aedc19877cc34b86f7bb010af Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Thu, 12 Oct 2023 15:48:34 +0300 Subject: [PATCH] CI: mainline: Change base URL https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ reporting: 301 Moved Permanently

The document has moved here.

Fixes: https://github.com/lkrg-org/lkrg/issues/292 Signed-off-by: Vitaly Chikunov --- .github/workflows/ubuntu-kernel-daily.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu-kernel-daily.sh b/.github/workflows/ubuntu-kernel-daily.sh index 524cd25..9147d62 100755 --- a/.github/workflows/ubuntu-kernel-daily.sh +++ b/.github/workflows/ubuntu-kernel-daily.sh @@ -8,6 +8,7 @@ # baseurl="https://kernel.ubuntu.com/~kernel-ppa" +baseurl="https://kernel.ubuntu.com" for listurl in \ "$baseurl/mainline/daily/" \ "$baseurl/mainline/"