Compare commits

..

2 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated) fd54544b8a Merge remote-tracking branch 'upstream/main'
Workflows / Wake Runner (push) Successful in 25s
Workflows / Build and Push (push) Failing after 14m26s
2025-08-31 02:08:12 +02:00
Jan Alexander Steffens (heftig) 0a4bd0ccda nvchecker.toml: Use git, requested by devops 2025-08-30 12:24:32 +02:00
+2 -3
View File
@@ -1,7 +1,6 @@
[linux]
source = "github"
github = "archlinux/linux"
use_max_tag = true
source = "git"
git = "https://github.com/archlinux/linux.git"
include_regex = 'v\d+(\.\d+)*-arch\d+'
from_pattern = '-([a-z])'
to_pattern = '.\1'