commit: 98ca30d3438fd83df7502bcec46064c3db59b012 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 15:54:05 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 15:54:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=98ca30d3
Enable CET on 23.0 builders manually, to be faster than rsync mirrors Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> builders/milou/gnome-23/portage/make.conf | 2 +- builders/milou/gnome-v3-23/portage/make.conf | 2 +- builders/milou/kde-23/portage/make.conf | 2 +- builders/milou/kde-v3-23/portage/make.conf | 2 +- builders/milou/openrc-23/portage/make.conf | 2 +- builders/milou/openrc-v3-23/portage/make.conf | 2 +- builders/milou/server-23/portage/make.conf | 2 +- builders/milou/server-v3-23/portage/make.conf | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/builders/milou/gnome-23/portage/make.conf b/builders/milou/gnome-23/portage/make.conf index 1ab00b0..537f5b4 100644 --- a/builders/milou/gnome-23/portage/make.conf +++ b/builders/milou/gnome-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/gnome-v3-23/portage/make.conf b/builders/milou/gnome-v3-23/portage/make.conf index 96913ff..18a732c 100644 --- a/builders/milou/gnome-v3-23/portage/make.conf +++ b/builders/milou/gnome-v3-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/kde-23/portage/make.conf b/builders/milou/kde-23/portage/make.conf index 1ab00b0..537f5b4 100644 --- a/builders/milou/kde-23/portage/make.conf +++ b/builders/milou/kde-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/kde-v3-23/portage/make.conf b/builders/milou/kde-v3-23/portage/make.conf index 96913ff..18a732c 100644 --- a/builders/milou/kde-v3-23/portage/make.conf +++ b/builders/milou/kde-v3-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/openrc-23/portage/make.conf b/builders/milou/openrc-23/portage/make.conf index 1ab00b0..537f5b4 100644 --- a/builders/milou/openrc-23/portage/make.conf +++ b/builders/milou/openrc-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/openrc-v3-23/portage/make.conf b/builders/milou/openrc-v3-23/portage/make.conf index 96913ff..18a732c 100644 --- a/builders/milou/openrc-v3-23/portage/make.conf +++ b/builders/milou/openrc-v3-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/server-23/portage/make.conf b/builders/milou/server-23/portage/make.conf index 1ab00b0..537f5b4 100644 --- a/builders/milou/server-23/portage/make.conf +++ b/builders/milou/server-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist" diff --git a/builders/milou/server-v3-23/portage/make.conf b/builders/milou/server-v3-23/portage/make.conf index 96913ff..18a732c 100644 --- a/builders/milou/server-v3-23/portage/make.conf +++ b/builders/milou/server-v3-23/portage/make.conf @@ -26,7 +26,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox" BINPKG_FORMAT="gpkg" BINPKG_COMPRESS="xz" -USE="bindist" +USE="bindist cet" ACCEPT_RESTRICT="* -bindist"
