Skip to content

Commit

Permalink
CI: mainline: Change base URL
Browse files Browse the repository at this point in the history
https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ reporting:
  <title>301 Moved Permanently</title>
  <p>The document has moved <a
  href="https://kernel.ubuntu.com/mainline/daily/">here</a>.</p>

Fixes: #292
Signed-off-by: Vitaly Chikunov <[email protected]>
  • Loading branch information
vt-alt committed Oct 12, 2023
1 parent 73840d7 commit a3240a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-kernel-daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#

baseurl="https://kernel.ubuntu.com/~kernel-ppa"
baseurl="https://kernel.ubuntu.com"
for listurl in \
"$baseurl/mainline/daily/" \
"$baseurl/mainline/"
Expand Down

0 comments on commit a3240a7

Please sign in to comment.