1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 19:41:26 +02:00

Remove [testing] from rebuilderd for now

Due to the massive backlog of packages, disable [testing] until
everything is back to being stable. Also disable long during failing to
build packags such as pytorch and kubernetes
This commit is contained in:
Jelle van der Waa 2020-12-05 15:10:45 +01:00
parent 845522be9c
commit c840853184
No known key found for this signature in database
GPG Key ID: C06086337C50773E

@ -11,16 +11,9 @@ architecture = "x86_64"
source = "https://mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
[profile."archlinux-testing"]
distro = "archlinux"
suite = "testing"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
[profile."archlinux-community"]
distro = "archlinux"
suite = "community"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/$repo/os/$arch"
excludes = ["cuda*", "tensorflow*"]
excludes = ["cuda*", "tensorflow*", "*pytorch*", "*kube*"]