Commit graph

2826 commits

Author SHA1 Message Date
Andreas K. Hüttel 6e305b99ce
Stop building mipsel3 o32
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-08 23:51:22 +01:00
Andreas K. Hüttel 47eb54bb04
catalyst-auto: do not upload zero-size binpackage files
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-07 23:10:48 +01:00
Andreas K. Hüttel a7e9dc17a5
Add m68k 23.0 specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-06 22:32:41 +01:00
Andreas K. Hüttel 22169c223a
Add loong 23.0 stage builds and upload binpackages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-05 21:44:55 +01:00
Andreas K. Hüttel f8b44bf3ab
Add upload for alpha 23.0 binpackages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-05 21:40:53 +01:00
Andreas K. Hüttel 1d68ced290
Add loong 23.0 stage specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-05 21:38:38 +01:00
Andreas K. Hüttel e00c1581e1
Add alpha 23.0 builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-04 11:08:59 +01:00
Andreas K. Hüttel daf5b7a49a
Add alpha 23.0 stage specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-03 21:58:24 +01:00
Andreas K. Hüttel af7056ee11
Drop alpha systemd non-merged-usr specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-03 21:51:56 +01:00
Andreas K. Hüttel eafb6cd805
Remove meson mask, globally masked and removed
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-03 17:56:20 +01:00
Andreas K. Hüttel c7646cb393
mask meson-1.3
[22:47:06] <arkamar> I tracked down what causes the issue for me. Portage needs to be installed with meson-1.3.0.
[22:47:32] <arkamar> It is related to this commit b91244c3b7
[22:47:56] <sam_> wat
[22:48:08] <sam_> is.. is ipc missing or something
[22:48:16] <arkamar> 84e1358fbd/lib/_emerge/AbstractEbuildProcess.py (L56)
[22:48:18] <arkamar> yes
[22:48:32] <sam_> :|

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-03 00:15:06 +01:00
Andreas K. Hüttel 63aed276c4
Stop building systemd split-usr stages for arm, arm64, hppa, ia64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-11-12 03:03:24 +01:00
Andreas K. Hüttel d7b032dd84
Stop building systemd split-usr stages for loong, mips, m68k, ppc, ppc64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-11-12 02:41:22 +01:00
Andreas K. Hüttel eb88620890
Stop building systemd split-usr stages for riscv, s390, sparc, x86
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-11-12 00:45:27 +01:00
Ben Kohler cda72428fd
livegui: start elogind in boot runlevel
Bug: https://bugs.gentoo.org/915217

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2023-11-06 11:46:30 -06:00
Robin H. Johnson c5b7bfb6ec
copy_buildsync: refactor check for link create
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 17:08:03 -07:00
Robin H. Johnson 477b9842ea
copy_buildsync: fix double ln
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 17:05:44 -07:00
Robin H. Johnson 5dedbbbbad
copy_buildsync: fix double ../..
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 17:04:24 -07:00
Robin H. Johnson 9a3f920c95
copy_buildsync: ensure cleanup of old symlinks fires
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:35:51 -07:00
Robin H. Johnson 04bc16e086
copy_buildsync: fix corner cases for targets changing
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:32:15 -07:00
Robin H. Johnson 8b0e4c14c1
Revert "copy_buildsync: disable sync for everything except alpha to test new symlink code"
This reverts commit 5ef7b638f1.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:20:26 -07:00
Robin H. Johnson 2fd21d11ea
copy_buildsync: fix relative globbing again
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:17:54 -07:00
Robin H. Johnson a4fdfd2a58
copy_buildsync: fix relative globbing
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:17:02 -07:00
Robin H. Johnson ddd18bfa90
copy_buildsync: fix check typo
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:10:42 -07:00
Robin H. Johnson 5ef7b638f1
copy_buildsync: disable sync for everything except alpha to test new symlink code
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:09:23 -07:00
Robin H. Johnson 9c04ea27ac
copy_buildsync: convert current-* to directory instead of symlink
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:07:20 -07:00
Robin H. Johnson 6c75b00db7
copy_buildsync: fix tempfile for OUT_ISO & OUT_STAGE, plus comments
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2023-10-08 16:06:13 -07:00
Andreas K. Hüttel 57cb206aa5
Refactor ppc64le builds into sets
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-10-03 11:38:08 +02:00
Andreas K. Hüttel 84291c7ab7
Revert "Move preventive glibc mask from 2.38 to 2.39"
Nothing should have used it in the meantime except the running riscv job.
(If it has, it'll barf in seed update.)

This reverts commit 82d4d9ffaa.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-09 11:38:54 +02:00
Andreas K. Hüttel b215133537
Revert "Let's wait with riscv multilib until we're sure it works"
It works.

This reverts commit 6c455ce370.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-09 11:17:56 +02:00
Andreas K. Hüttel 82d4d9ffaa
Move preventive glibc mask from 2.38 to 2.39
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-09 00:43:12 +02:00
Andreas K. Hüttel 6c455ce370
Let's wait with riscv multilib until we're sure it works
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-07 22:07:40 +02:00
Andreas K. Hüttel 1abc1345b4
Re-enable riscv multilib builds, gcc seems to have been fixed
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-06 00:33:46 +02:00
Andreas K. Hüttel 980c53a10e
Build in same order as listed on website
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-03 16:11:40 +02:00
Andreas K. Hüttel ffafa62e64
Disconnect binhost arm64/17.0/arm64 from stage builds (extra builder)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-09-02 13:21:39 +02:00
Andreas K. Hüttel 033b5002d7
Add binrepo_path for all alpha stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-25 01:35:06 +02:00
Andreas K. Hüttel 7facbb4133
Add binrepo_path for all amd64 stages (except selinux)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-25 01:32:42 +02:00
Andreas K. Hüttel fb44b34c42
Apply the same package.masks everywhere (in particular newest glibc, see binpkgs)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-24 00:29:28 +02:00
Andreas K. Hüttel 8470b1461b
Add binrepo_path for all arm stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-23 21:54:56 +02:00
Andreas K. Hüttel cb993b7125
Add binrepo_path for all arm64 stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-22 23:15:56 +02:00
Andreas K. Hüttel f17e78450d
Cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-22 23:10:31 +02:00
Andreas K. Hüttel 90470de136
Add binrepo_path for all hppa stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-21 23:37:14 +02:00
Andreas K. Hüttel db63e971c3
Add binrepo_path for all ia64 stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-21 22:54:09 +02:00
Andreas K. Hüttel 91f0a29031
Add binrepo_path for all mips stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-21 22:50:20 +02:00
Andreas K. Hüttel d3c2ebe22a
Fill in all remaining binpackage uploads
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-21 00:34:47 +02:00
Andreas K. Hüttel d6c1509b5b
Unify config
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-19 20:41:09 +02:00
Joe Kappus eb3ab2b15a
portage/isos: enable wps on wpa_supplicant
As with TKIP, WPS is still in common usage. However, unlike TKIP,
this is still a manufacturer pushed 'feature'. As users may not
have a say in their network administrator's decisions, enable it.

Closes: https://bugs.gentoo.org/801262
Signed-off-by: Joe Kappus <joe@wt.gd>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-19 20:41:01 +02:00
Andreas K. Hüttel fce2f52ef0
Add binrepo_path for all loong stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-18 20:35:33 +02:00
Andreas K. Hüttel b2f039ed2b
Add binrepo_path for all m68k stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-18 20:33:08 +02:00
Andreas K. Hüttel e60bf6fd7b
Add two more mips binpackage uploads
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-08-18 20:29:43 +02:00