mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
853f4a5829
* feat: Split NVIDIA into current and legacy branches * cleanup: Module variant no longer applicable * fix: Some sources and anda.hcl files I missed * fix: More * chore: Bump release on packages that had changed dependencies * chore: Bump release on all non-legacy packages * fix: Oops * More cleanup for kernel/kernel open changes * cleanup: Weird line * fix: Missed that
11 lines
157 B
HCL
11 lines
157 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "nvidia-580-kmod.spec"
|
|
}
|
|
labels {
|
|
mock = 1
|
|
subrepo = "nvidia"
|
|
updbranch = 1
|
|
}
|
|
}
|