├── .gitignore ├── README.md ├── config ├── README └── fwbuilder │ ├── demeter.fw │ ├── demeter.fwb │ ├── fwbuilder.service │ ├── milou.fw │ └── milou.fwb ├── releases ├── kconfig │ ├── alpha │ │ ├── installcd-4.14.83.config │ │ └── installcd-4.14.83.nolsa.config │ ├── amd64 │ │ ├── admincd-4.4.8-r1-selinux.config │ │ ├── amd64-6.6.13.config │ │ ├── amd64-6.6.21.config │ │ ├── amd64-6.6.30.config │ │ ├── cloud-amd64-gentoo.config │ │ ├── cloud-amd64-hardened.config │ │ ├── dist-amd64-livecd.config │ │ ├── livegui-amd64-5.15.16.config │ │ ├── livegui-amd64-5.15.23.config │ │ └── livegui-amd64-5.15.23.config-changes.patch │ ├── arm64 │ │ ├── arm64-5.10.52.config │ │ ├── arm64-5.15.12.config │ │ └── packet-arm64.config │ ├── hppa │ │ ├── hppa32.config │ │ └── hppa64.config │ ├── ia64 │ │ └── installcd-3.8.13.config │ ├── powerpc │ │ ├── dist-ppc64le-livecd.config │ │ ├── installcd-ibm-4.19.config │ │ ├── installcd-ppc32apple-4.19.config │ │ ├── installcd-ppc64apple-4.19.config │ │ ├── installcd-ppc64le-4K-5.10.config │ │ ├── installcd-ppc64le-64K-5.10.config │ │ ├── ppc32.config │ │ └── ppc64.config │ ├── s390 │ │ └── netboot64.config │ ├── sparc │ │ ├── installcd-3.8.13.config │ │ ├── installcd-4.14.39.config │ │ ├── installcd-4.14.83.config │ │ ├── installcd-4.19.44.config │ │ ├── installcd-5.4.48.config │ │ ├── installcd-6.12.21.config │ │ └── installcd-6.6.21.config │ └── x86 │ │ ├── admincd-3.0.config │ │ ├── admincd-3.18.9.config │ │ ├── admincd-3.2.config │ │ ├── admincd-3.4.2.config │ │ ├── admincd-3.9.5.config │ │ ├── dist-x86-livecd.config │ │ ├── installcd-2.6.24.config │ │ ├── installcd-2.6.27.config │ │ ├── installcd-2.6.28.config │ │ ├── installcd-2.6.31.config │ │ ├── installcd-2.6.37.config │ │ ├── installcd-2.6.38.config │ │ ├── installcd-3.18.12.config │ │ ├── installcd-3.4.2.config │ │ ├── installcd-3.8.13.config │ │ ├── installcd-4.14.52.config │ │ ├── livecd-2.6.24.config │ │ └── x86-5.4.38.config ├── overlays │ └── common │ │ ├── overlay │ │ ├── installcd │ │ │ ├── distfiles │ │ │ │ └── README │ │ │ ├── docs │ │ │ │ └── README │ │ │ ├── snapshots │ │ │ │ └── README │ │ │ └── stages │ │ │ │ └── README │ │ ├── livecd │ │ │ ├── docs │ │ │ │ └── README │ │ │ └── snapshots │ │ │ │ └── README │ │ └── livedvd │ │ │ ├── distfiles │ │ │ └── README │ │ │ ├── docs │ │ │ └── README │ │ │ ├── snapshots │ │ │ └── README │ │ │ └── stages │ │ │ └── README │ │ └── root_overlay │ │ └── home │ │ └── gentoo │ │ └── .xscreensaver ├── portage │ ├── diskimage-qemu │ │ ├── env │ │ │ └── releng │ │ │ │ ├── forcelfs │ │ │ │ ├── nosandbox │ │ │ │ ├── qemu │ │ │ │ └── singleproc │ │ ├── package.accept_keywords │ │ │ └── cloud-init │ │ ├── package.env │ │ │ └── releng │ │ │ │ ├── all │ │ │ │ ├── forcelfs │ │ │ │ ├── glibc │ │ │ │ └── python │ │ ├── package.license │ │ │ └── binredist │ │ ├── package.use │ │ │ ├── installkernel │ │ │ ├── linux-firmware │ │ │ ├── lvm │ │ │ └── releng │ │ │ │ ├── no-asm │ │ │ │ └── no-filecaps │ │ ├── patches │ │ │ └── dev-lang │ │ │ │ ├── python:3.10 │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ ├── python:3.8 │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ └── python:3.9 │ │ │ │ └── compileall-singlethreaded.patch │ │ └── savedconfig │ │ │ └── sys-kernel │ │ │ ├── linux-firmware │ │ │ └── prune_firmwares.sh │ ├── diskimage │ │ ├── package.accept_keywords │ │ │ └── cloud-init │ │ ├── package.license │ │ │ └── binredist │ │ ├── package.use │ │ │ ├── installkernel │ │ │ ├── linux-firmware │ │ │ ├── lvm │ │ │ └── releng │ │ │ │ └── no-filecaps │ │ └── savedconfig │ │ │ └── sys-kernel │ │ │ ├── linux-firmware │ │ │ └── prune_firmwares.sh │ ├── isos-qemu │ │ ├── env │ │ │ ├── releng │ │ │ │ ├── forcelfs │ │ │ │ ├── nosandbox │ │ │ │ └── qemu │ │ │ └── sys-kernel │ │ │ │ └── genkernel │ │ ├── package.accept_keywords │ │ │ ├── admincd-packages │ │ │ └── btrfs │ │ ├── package.env │ │ │ └── releng │ │ │ │ ├── all │ │ │ │ ├── forcelfs │ │ │ │ └── glibc │ │ ├── package.license │ │ │ └── package.license │ │ ├── package.mask │ │ │ └── releng │ │ │ │ ├── glibc │ │ │ │ └── rust │ │ ├── package.use │ │ │ ├── admincd-packages │ │ │ ├── brltty │ │ │ ├── cifs-utils │ │ │ ├── genkernel │ │ │ ├── gentoo-sources │ │ │ ├── libpcre │ │ │ ├── linux-firmware │ │ │ ├── lvm │ │ │ ├── no-asm │ │ │ ├── no-filecaps │ │ │ ├── no-passwdqc │ │ │ └── wpa_supplicant │ │ ├── patches │ │ │ ├── dev-lang │ │ │ │ ├── python:3.10 │ │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ ├── python:3.8 │ │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ └── python:3.9 │ │ │ │ │ └── compileall-singlethreaded.patch │ │ │ └── genkernel-ppc64-iso.patch │ │ └── savedconfig │ │ │ └── sys-kernel │ │ │ └── linux-firmware │ ├── isos-x86 │ │ ├── package.accept_keywords │ │ │ ├── admincd-packages │ │ │ ├── broadcom-sta │ │ │ ├── genkernel │ │ │ └── livecd-tools │ │ ├── package.license │ │ │ └── package.license │ │ ├── package.mask │ │ │ └── releng │ │ │ │ ├── glibc │ │ │ │ └── rust │ │ ├── package.use │ │ │ ├── admincd-packages │ │ │ ├── brltty │ │ │ ├── cifs-utils │ │ │ ├── genkernel │ │ │ ├── gentoo-sources │ │ │ ├── linux-firmware │ │ │ ├── lvm │ │ │ ├── networkmanager │ │ │ ├── no-filecaps │ │ │ ├── no-passwdqc │ │ │ └── wpa_supplicant │ │ └── savedconfig │ │ │ └── sys-kernel │ │ │ ├── linux-firmware │ │ │ └── prune_firmwares.sh │ ├── isos │ │ ├── package.accept_keywords │ │ │ ├── admincd-packages │ │ │ ├── broadcom-sta │ │ │ ├── genkernel │ │ │ └── livecd-tools │ │ ├── package.license │ │ │ └── package.license │ │ ├── package.mask │ │ │ └── releng │ │ │ │ ├── glibc │ │ │ │ └── rust │ │ ├── package.use │ │ │ ├── admincd-packages │ │ │ ├── brltty │ │ │ ├── cifs-utils │ │ │ ├── genkernel │ │ │ ├── gentoo-sources │ │ │ ├── linux-firmware │ │ │ ├── lvm │ │ │ ├── networkmanager │ │ │ ├── no-filecaps │ │ │ ├── no-passwdqc │ │ │ └── wpa_supplicant │ │ └── savedconfig │ │ │ └── sys-kernel │ │ │ ├── linux-firmware │ │ │ └── prune_firmwares.sh │ ├── livegui │ │ ├── env │ │ │ └── international │ │ ├── package.accept_keywords │ │ │ ├── broadcom-sta │ │ │ └── pre-stabilization │ │ ├── package.env │ │ │ └── international │ │ ├── package.license │ │ │ └── package.license │ │ ├── package.mask │ │ │ └── releng │ │ │ │ ├── glibc │ │ │ │ └── rust │ │ └── package.use │ │ │ ├── admincd-packages │ │ │ ├── brltty │ │ │ ├── chromium │ │ │ ├── cifs-utils │ │ │ ├── circular-deps │ │ │ ├── genkernel │ │ │ ├── gentoo-kernel │ │ │ ├── gentoo-sources │ │ │ ├── inkscape │ │ │ ├── installkernel │ │ │ ├── kde │ │ │ ├── libwebp │ │ │ ├── lvm │ │ │ ├── no-filecaps │ │ │ ├── no-passwdqc │ │ │ ├── nopython │ │ │ ├── python │ │ │ ├── quassel │ │ │ ├── sdl2-ttf │ │ │ ├── texlive │ │ │ ├── video_cards │ │ │ ├── vmware │ │ │ └── wpa_supplicant │ ├── stages-qemu │ │ ├── env │ │ │ └── releng │ │ │ │ ├── forcelfs │ │ │ │ ├── nosandbox │ │ │ │ ├── qemu │ │ │ │ └── singleproc │ │ ├── package.env │ │ │ └── releng │ │ │ │ ├── all │ │ │ │ ├── forcelfs │ │ │ │ ├── glibc │ │ │ │ └── python │ │ ├── package.mask │ │ │ └── releng │ │ │ │ ├── glibc │ │ │ │ └── rust │ │ ├── package.use │ │ │ └── releng │ │ │ │ ├── circular │ │ │ │ ├── gmp │ │ │ │ ├── libgcrypt │ │ │ │ ├── libpcre │ │ │ │ ├── musl │ │ │ │ ├── no-asm │ │ │ │ ├── no-filecaps │ │ │ │ └── openmp │ │ ├── patches │ │ │ └── dev-lang │ │ │ │ ├── python:3.10 │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ ├── python:3.8 │ │ │ │ └── compileall-singlethreaded.patch │ │ │ │ └── python:3.9 │ │ │ │ └── compileall-singlethreaded.patch │ │ └── profile │ │ │ └── package.use.force │ │ │ └── releng │ │ │ ├── alternatives │ │ │ ├── glibc │ │ │ ├── llvm │ │ │ └── musl │ └── stages │ │ ├── package.accept_keywords │ │ └── releng │ │ │ └── musl │ │ ├── package.mask │ │ └── releng │ │ │ ├── glibc │ │ │ └── rust │ │ ├── package.use │ │ └── releng │ │ │ ├── cet │ │ │ ├── circular │ │ │ ├── clang │ │ │ ├── gmp │ │ │ ├── libgcrypt │ │ │ ├── libpcre │ │ │ ├── libsepol │ │ │ ├── musl │ │ │ ├── no-filecaps │ │ │ └── openmp │ │ └── profile │ │ └── package.use.force │ │ └── releng │ │ ├── alternatives │ │ ├── glibc │ │ ├── llvm │ │ └── musl ├── scripts │ ├── cloud-prep.sh │ └── livecd.sh ├── specs-qemu │ ├── alpha │ │ ├── installcd-stage1.spec │ │ ├── installcd-stage2-minimal.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── arm64 │ │ └── be │ │ │ ├── stage1-openrc-23.spec │ │ │ ├── stage1-systemd-23.spec │ │ │ ├── stage3-openrc-23.spec │ │ │ └── stage3-systemd-23.spec │ ├── loong │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── m68k │ │ ├── stage1-musl-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-musl-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── mips │ │ ├── multilib │ │ │ ├── stage1-mips3-multilib-openrc-23.spec │ │ │ ├── stage1-mips3-multilib-systemd-23.spec │ │ │ ├── stage1-mipsel3-multilib-openrc-23.spec │ │ │ ├── stage1-mipsel3-multilib-systemd-23.spec │ │ │ ├── stage3-mips3-multilib-openrc-23.spec │ │ │ ├── stage3-mips3-multilib-systemd-23.spec │ │ │ ├── stage3-mipsel3-multilib-openrc-23.spec │ │ │ └── stage3-mipsel3-multilib-systemd-23.spec │ │ ├── n32 │ │ │ ├── stage1-mips3-n32-openrc-23.spec │ │ │ ├── stage1-mips3-n32-systemd-23.spec │ │ │ ├── stage1-mipsel3-n32-openrc-23.spec │ │ │ ├── stage1-mipsel3-n32-systemd-23.spec │ │ │ ├── stage3-mips3-n32-openrc-23.spec │ │ │ ├── stage3-mips3-n32-systemd-23.spec │ │ │ ├── stage3-mipsel3-n32-openrc-23.spec │ │ │ └── stage3-mipsel3-n32-systemd-23.spec │ │ ├── n64 │ │ │ ├── stage1-mips3-n64-openrc-23.spec │ │ │ ├── stage1-mips3-n64-systemd-23.spec │ │ │ ├── stage1-mipsel3-n64-openrc-23.spec │ │ │ ├── stage1-mipsel3-n64-systemd-23.spec │ │ │ ├── stage3-mips3-n64-openrc-23.spec │ │ │ ├── stage3-mips3-n64-systemd-23.spec │ │ │ ├── stage3-mipsel3-n64-openrc-23.spec │ │ │ └── stage3-mipsel3-n64-systemd-23.spec │ │ └── o32 │ │ │ ├── stage1-mips2-o32-musl-23.spec │ │ │ ├── stage1-mips2-o32-openrc-23.spec │ │ │ ├── stage1-mips2-o32-systemd-23.spec │ │ │ ├── stage1-mips2_softfloat-o32-openrc-23.spec │ │ │ ├── stage1-mips2_softfloat-o32-systemd-23.spec │ │ │ ├── stage1-mipsel2-o32-musl-23.spec │ │ │ ├── stage1-mipsel2-o32-openrc-23.spec │ │ │ ├── stage1-mipsel2-o32-systemd-23.spec │ │ │ ├── stage1-mipsel2_softfloat-o32-openrc-23.spec │ │ │ ├── stage1-mipsel2_softfloat-o32-systemd-23.spec │ │ │ ├── stage3-mips2-o32-musl-23.spec │ │ │ ├── stage3-mips2-o32-openrc-23.spec │ │ │ ├── stage3-mips2-o32-systemd-23.spec │ │ │ ├── stage3-mips2_softfloat-o32-openrc-23.spec │ │ │ ├── stage3-mips2_softfloat-o32-systemd-23.spec │ │ │ ├── stage3-mipsel2-o32-musl-23.spec │ │ │ ├── stage3-mipsel2-o32-openrc-23.spec │ │ │ ├── stage3-mipsel2-o32-systemd-23.spec │ │ │ ├── stage3-mipsel2_softfloat-o32-openrc-23.spec │ │ │ └── stage3-mipsel2_softfloat-o32-systemd-23.spec │ ├── riscv │ │ ├── diskimage-stage1-cloudinit.spec │ │ ├── diskimage-stage1-console.spec │ │ ├── diskimage-stage2-cloudinit.spec │ │ ├── diskimage-stage2-console.spec │ │ ├── rv32_ilp32 │ │ │ ├── stage1-ilp32-musl-23.spec │ │ │ ├── stage1-ilp32-openrc-23.spec │ │ │ ├── stage1-ilp32-systemd-23.spec │ │ │ ├── stage3-ilp32-musl-23.spec │ │ │ ├── stage3-ilp32-openrc-23.spec │ │ │ └── stage3-ilp32-systemd-23.spec │ │ ├── rv32_ilp32d │ │ │ ├── stage1-ilp32d-musl-23.spec │ │ │ ├── stage1-ilp32d-openrc-23.spec │ │ │ ├── stage1-ilp32d-systemd-23.spec │ │ │ ├── stage3-ilp32d-musl-23.spec │ │ │ ├── stage3-ilp32d-openrc-23.spec │ │ │ └── stage3-ilp32d-systemd-23.spec │ │ ├── stage1-lp64-musl-23.spec │ │ ├── stage1-lp64-openrc-23.spec │ │ ├── stage1-lp64-systemd-23.spec │ │ ├── stage1-lp64d-musl-23.spec │ │ ├── stage1-lp64d-openrc-23.spec │ │ ├── stage1-lp64d-systemd-23.spec │ │ ├── stage1-multilib-openrc-23.spec │ │ ├── stage1-multilib-systemd-23.spec │ │ ├── stage3-lp64-musl-23.spec │ │ ├── stage3-lp64-openrc-23.spec │ │ ├── stage3-lp64-systemd-23.spec │ │ ├── stage3-lp64d-musl-23.spec │ │ ├── stage3-lp64d-openrc-23.spec │ │ ├── stage3-lp64d-systemd-23.spec │ │ ├── stage3-multilib-openrc-23.spec │ │ └── stage3-multilib-systemd-23.spec │ └── sparc │ │ ├── sparc │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ │ └── sparc64 │ │ ├── installcd-stage1.spec │ │ ├── installcd-stage2-minimal.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec └── specs │ ├── amd64 │ ├── diskimage-stage1-cloudinit.spec │ ├── diskimage-stage1-console.spec │ ├── diskimage-stage2-cloudinit.spec │ ├── diskimage-stage2-console.spec │ ├── hardened-selinux │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── hardened │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── installcd-stage1.spec │ ├── installcd-stage2-minimal.spec │ ├── livegui │ │ ├── files │ │ │ ├── fsscript-stage2.sh │ │ │ ├── overlay │ │ │ │ └── .livegui-overlay │ │ │ └── root_overlay │ │ │ │ └── .livegui-root_overlay │ │ ├── livegui-stage1.spec │ │ ├── livegui-stage2-genkernel.spec │ │ └── livegui-stage2.spec │ ├── llvm │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── musl-hardened │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── musl-llvm │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── musl │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── nomultilib │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── stage1-openrc-23-su.spec │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23-su.spec │ ├── stage3-openrc-23.spec │ ├── stage3-systemd-23.spec │ ├── stage3d-openrc-23.spec │ ├── stage3d-systemd-23.spec │ └── x32 │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── arm │ ├── armv4tl │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── armv5tel │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── armv6j-musl-hardened │ │ ├── stage1-hardfloat-23.spec │ │ └── stage3-hardfloat-23.spec │ ├── armv6j-musl │ │ ├── stage1-hardfloat-23.spec │ │ └── stage3-hardfloat-23.spec │ ├── armv6j │ │ ├── stage1-hardfloat-openrc-23.spec │ │ ├── stage1-hardfloat-systemd-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-hardfloat-openrc-23.spec │ │ ├── stage3-hardfloat-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── armv7a-musl-hardened │ │ ├── stage1-hardfloat-23.spec │ │ └── stage3-hardfloat-23.spec │ ├── armv7a-musl │ │ ├── stage1-hardfloat-23.spec │ │ └── stage3-hardfloat-23.spec │ └── armv7a │ │ ├── stage1-hardfloat-openrc-23.spec │ │ ├── stage1-hardfloat-systemd-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-hardfloat-openrc-23.spec │ │ ├── stage3-hardfloat-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── arm64 │ ├── diskimage-stage1-cloudinit.spec │ ├── diskimage-stage1-console.spec │ ├── diskimage-stage2-cloudinit.spec │ ├── diskimage-stage2-console.spec │ ├── installcd-stage1.spec │ ├── installcd-stage2-minimal.spec │ ├── llvm │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── musl-hardened │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── musl-llvm │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── musl │ │ ├── stage1-23.spec │ │ └── stage3-23.spec │ ├── stage1-openrc-23-su.spec │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23-su.spec │ ├── stage3-openrc-23.spec │ ├── stage3-systemd-23.spec │ ├── stage3d-openrc-23.spec │ └── stage3d-systemd-23.spec │ ├── hppa │ ├── hppa1.1 │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── hppa2.0 │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── installcd-stage1.spec │ ├── installcd-stage2-minimal.spec │ ├── netboot-hppa32.spec │ └── netboot-hppa64.spec │ ├── ia64 │ ├── installcd-stage1.spec │ ├── installcd-stage2-minimal.spec │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23.spec │ └── stage3-systemd-23.spec │ ├── ppc │ ├── ppc32 │ │ ├── installcd-stage1.spec │ │ ├── installcd-stage2-minimal.spec │ │ ├── stage1-musl-hardened-openrc-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-musl-hardened-openrc-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── ppc64 │ │ ├── stage1-musl-hardened-openrc-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-musl-hardened-openrc-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ └── ppc64le │ │ ├── installcd-stage1.spec │ │ ├── installcd-stage2-minimal.spec │ │ ├── stage1-musl-hardened-openrc-23.spec │ │ ├── stage1-musl-hardened-openrc-power9le-23.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-openrc-power9le-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage1-systemd-power9le-23.spec │ │ ├── stage3-musl-hardened-openrc-23.spec │ │ ├── stage3-musl-hardened-openrc-power9le-23.spec │ │ ├── stage3-openrc-23.spec │ │ ├── stage3-openrc-power9le-23.spec │ │ ├── stage3-systemd-23.spec │ │ ├── stage3-systemd-power9le-23.spec │ │ ├── stage3d-openrc-power9le-23.spec │ │ └── stage3d-systemd-power9le-23.spec │ ├── s390 │ ├── s390 │ │ ├── netboot │ │ │ ├── misc │ │ │ │ ├── gentoo.exec │ │ │ │ └── gentoo.parmfile │ │ │ ├── netboot.spec │ │ │ └── portage │ │ │ │ ├── package.license │ │ │ │ └── package.license │ │ │ │ └── package.use │ │ │ │ └── genkernel │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ └── s390x │ │ ├── netboot │ │ ├── misc │ │ │ ├── gentoo.exec │ │ │ └── gentoo.parmfile │ │ ├── netboot.spec │ │ └── portage │ │ │ ├── package.license │ │ │ └── package.license │ │ │ └── package.use │ │ │ └── genkernel │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ ├── sparc │ ├── sparc │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ └── sparc64 │ │ ├── installcd-stage1.spec │ │ ├── installcd-stage2-minimal.spec │ │ ├── stage1-openrc-23.spec │ │ ├── stage1-systemd-23.spec │ │ ├── stage3-openrc-23.spec │ │ └── stage3-systemd-23.spec │ └── x86 │ ├── hardened │ ├── stage1-openrc-23.spec │ └── stage3-openrc-23.spec │ ├── i486 │ ├── installcd-stage1-openrc.spec │ ├── installcd-stage2-minimal-openrc.spec │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23.spec │ └── stage3-systemd-23.spec │ ├── i686-ssemath │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23.spec │ └── stage3-systemd-23.spec │ ├── i686-t64 │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23.spec │ └── stage3-systemd-23.spec │ ├── i686 │ ├── stage1-openrc-23.spec │ ├── stage1-systemd-23.spec │ ├── stage3-openrc-23.spec │ └── stage3-systemd-23.spec │ └── musl │ ├── stage1-23.spec │ └── stage3-23.spec ├── scripts └── copy_buildsync.sh └── tools ├── catalyst-auto ├── catalyst-auto-amd64.conf ├── catalyst-auto-arm.conf ├── catalyst-auto-arm64.conf ├── catalyst-auto-hppa.conf ├── catalyst-auto-ia64.conf ├── catalyst-auto-ppc.conf ├── catalyst-auto-ppc64le.conf ├── catalyst-auto-qemu-alpha.conf ├── catalyst-auto-qemu-arm64.conf ├── catalyst-auto-qemu-loong.conf ├── catalyst-auto-qemu-m68k.conf ├── catalyst-auto-qemu-mips-1.conf ├── catalyst-auto-qemu-mips-2.conf ├── catalyst-auto-qemu-mips-3.conf ├── catalyst-auto-qemu-mips-4.conf ├── catalyst-auto-qemu-mips-common ├── catalyst-auto-qemu-riscv.conf ├── catalyst-auto-qemu-sparc64.conf ├── catalyst-auto-s390x.conf ├── catalyst-auto-sparc64.conf └── catalyst-auto-x86.conf /.gitignore: -------------------------------------------------------------------------------- 1 | tools-musl/stage4-hardened-amd64-configured.spec 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Gentoo Release Engineering Builds 2 | --------------------------------- 3 | This is the repo of the Gentoo Release Engineering team, used to host build specs. 4 | 5 | To use these builds, you need Gentoo's Catalyst tool. 6 | 7 | Official Repo GitWeb: https://gitweb.gentoo.org/proj/releng.git/ 8 | Read-only mirror: https://github.com/gentoo/releng 9 | -------------------------------------------------------------------------------- /config/README: -------------------------------------------------------------------------------- 1 | This directory houses the config files for catalyst to be used by releng 2 | build boxes. To use these config files, add a symlink in a build box from 3 | /etc/catalyst/release to this dir. 4 | 5 | Changes to these files should be discussed with the members responsible 6 | for individual build boxes / arches or with the RelEng team. 7 | 8 | --------- 9 | Release Engineering Team 10 | -------------------------------------------------------------------------------- /config/fwbuilder/fwbuilder.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=fwbuilder-based packet filter 3 | After=network.target 4 | 5 | [Service] 6 | Type=oneshot 7 | RemainAfterExit=yes 8 | WorkingDirectory=/ 9 | ExecStart=/root/releng/config/fwbuilder/%l.fw start 10 | ExecStop=/root/releng/config/fwbuilder/%l.fw stop 11 | Restart=no 12 | 13 | [Install] 14 | WantedBy=multi-user.target 15 | -------------------------------------------------------------------------------- /releases/kconfig/amd64/dist-amd64-livecd.config: -------------------------------------------------------------------------------- 1 | # Kernel config for AMD64 Livecds 2 | 3 | # Ian Jordan (2024-10-28) 4 | # Remove localversion being set on the LiveCDs so localmodconfig doesn't double load. 5 | CONFIG_LOCALVERSION="" 6 | 7 | # Ian Jordan (2024-05-26) 8 | # Disable DRM support from being built on livecds to save space and load errors. 9 | CONFIG_DRM=n 10 | CONFIG_DRM_RADEON=n 11 | CONFIG_DRM_AMDGPU=n 12 | CONFIG_DRM_NOUVEAU=n 13 | CONFIG_DRM_I915=n 14 | CONFIG_DRM_XE=n 15 | CONFIG_DRM_VGEM=n 16 | CONFIG_DRM_VKMS=n 17 | CONFIG_DRM_VMWGFX=n 18 | CONFIG_DRM_GMA500=n 19 | CONFIG_DRM_MGAG200=n 20 | CONFIG_DRM_AST=n 21 | CONFIG_DRM_QXL=n 22 | CONFIG_DRM_VIRTIO_GPU=n 23 | CONFIG_DRM_BOCHS=n 24 | CONFIG_DRM_CIRRUS_QEMU=n 25 | CONFIG_DRM_GM12U320=n 26 | CONFIG_DRM_PANEL_MIPI_DBI=n 27 | -------------------------------------------------------------------------------- /releases/kconfig/powerpc/dist-ppc64le-livecd.config: -------------------------------------------------------------------------------- 1 | # Kernel config for PPC64LE Livecds 2 | 3 | # Ian Jordan (2025-02-27) 4 | # Change CPU baseline support to POWER7 to increase the number of systems Gentoo 5 | # supports at install time. 6 | CONFIG_POWER7_CPU=Y 7 | 8 | # Ian Jordan (2024-10-28) 9 | # Remove localversion being set on the LiveCDs so localmodconfig doesn't double load. 10 | CONFIG_LOCALVERSION="" 11 | -------------------------------------------------------------------------------- /releases/kconfig/x86/dist-x86-livecd.config: -------------------------------------------------------------------------------- 1 | # Kernel config for x86 Livecds 2 | 3 | # Ian Jordan (2024-10-28) 4 | # Remove localversion being set on the LiveCDs so localmodconfig doesn't double load. 5 | CONFIG_LOCALVERSION="" 6 | 7 | # Ian Jordan (2024-05-26) 12 | # Disable DRM support from being built on livecds to save space and load errors. 13 | CONFIG_DRM=n 14 | CONFIG_DRM_RADEON=n 15 | CONFIG_DRM_AMDGPU=n 16 | CONFIG_DRM_NOUVEAU=n 17 | CONFIG_DRM_I915=n 18 | CONFIG_DRM_XE=n 19 | CONFIG_DRM_VGEM=n 20 | CONFIG_DRM_VKMS=n 21 | CONFIG_DRM_VMWGFX=n 22 | CONFIG_DRM_GMA500=n 23 | CONFIG_DRM_MGAG200=n 24 | CONFIG_DRM_AST=n 25 | CONFIG_DRM_QXL=n 26 | CONFIG_DRM_VIRTIO_GPU=n 27 | CONFIG_DRM_BOCHS=n 28 | CONFIG_DRM_CIRRUS_QEMU=n 29 | CONFIG_DRM_GM12U320=n 30 | CONFIG_DRM_PANEL_MIPI_DBI=n 31 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/installcd/distfiles/README: -------------------------------------------------------------------------------- 1 | This directory has local copies of files needed to install Gentoo without a 2 | network connection, following the Handbook. 3 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/installcd/docs/README: -------------------------------------------------------------------------------- 1 | This directory has a local copy of the Gentoo Handbook for this CD. For the 2 | latest version of the Handbook for doing an installation completely from the 3 | media on this CD, go to http://www.gentoo.org/doc/en/handbook/2008.0/index.xml 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/installcd/snapshots/README: -------------------------------------------------------------------------------- 1 | This directory contains a snapshot of the Gentoo package repository that was 2 | used to build this release media. This snapshot will be required to perform 3 | an installation without access to the Internet. 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/installcd/stages/README: -------------------------------------------------------------------------------- 1 | This directory contains the stage tarballs for this architecture. These stages 2 | are used during installation. 3 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livecd/docs/README: -------------------------------------------------------------------------------- 1 | This directory has a local copy of the Gentoo Handbook for this CD. For the 2 | latest version of the Handbook for doing an installation completely from the 3 | media on this CD, go to http://www.gentoo.org/doc/en/handbook/2008.0/index.xml 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livecd/snapshots/README: -------------------------------------------------------------------------------- 1 | This directory contains a snapshot of the Gentoo package repository that was 2 | used to build this release media. This snapshot will be required to perform 3 | an installation without access to the Internet. 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livedvd/distfiles/README: -------------------------------------------------------------------------------- 1 | This is the location for distfiles for the LiveDVD. 2 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livedvd/docs/README: -------------------------------------------------------------------------------- 1 | This directory has a local copy of the Gentoo Handbook for this CD. For the 2 | latest version of the Handbook for doing an installation completely from the 3 | media on this DVD, go to http://www.gentoo.org/doc/en/handbook/2008.0/index.xml 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livedvd/snapshots/README: -------------------------------------------------------------------------------- 1 | This directory contains a snapshot of the Gentoo package repository that was 2 | used to build this release media. This snapshot will be required to perform 3 | an installation without access to the Internet. 4 | -------------------------------------------------------------------------------- /releases/overlays/common/overlay/livedvd/stages/README: -------------------------------------------------------------------------------- 1 | This directory contains the stage tarballs for this architecture. These stages 2 | are used during installation. 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" 2 | CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64" 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/env/releng/nosandbox: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox -sandbox -usersandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/env/releng/qemu: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/env/releng/singleproc: -------------------------------------------------------------------------------- 1 | MAKEOPTS="-j1" 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.accept_keywords/cloud-init: -------------------------------------------------------------------------------- 1 | # needs ~arch until gentoo/systemd support is stable 2 | app-emulation/cloud-init 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.env/releng/all: -------------------------------------------------------------------------------- 1 | */* releng/qemu 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | dev-util/cmake releng/forcelfs 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.env/releng/glibc: -------------------------------------------------------------------------------- 1 | sys-libs/glibc releng/nosandbox 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.env/releng/python: -------------------------------------------------------------------------------- 1 | # this is needed for qemu-m68k, otherwise make aborts with 2 | # "The futex facility returned an unknown value" 3 | dev-lang/python releng/singleproc 4 | dev-python/lxml releng/singleproc 5 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.license/binredist: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.use/installkernel: -------------------------------------------------------------------------------- 1 | sys-kernel/installkernel dracut grub 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.use/linux-firmware: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-firmware savedconfig 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | sys-fs/lvm2 thin 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.use/releng/no-asm: -------------------------------------------------------------------------------- 1 | dev-libs/libgcrypt -asm 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage-qemu/package.use/releng/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.accept_keywords/cloud-init: -------------------------------------------------------------------------------- 1 | # needs ~arch until gentoo/systemd support is stable 2 | app-emulation/cloud-init 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.license/binredist: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.use/installkernel: -------------------------------------------------------------------------------- 1 | sys-kernel/installkernel dracut grub 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.use/linux-firmware: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-firmware savedconfig 2 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | sys-fs/lvm2 thin 3 | -------------------------------------------------------------------------------- /releases/portage/diskimage/package.use/releng/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" 2 | CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64" 3 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/env/releng/nosandbox: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox -sandbox -usersandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/env/releng/qemu: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.accept_keywords/admincd-packages: -------------------------------------------------------------------------------- 1 | sys-block/lsiutil 2 | sys-block/megarc 3 | sys-fs/dislocker 4 | sys-fs/ext3grep 5 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.accept_keywords/btrfs: -------------------------------------------------------------------------------- 1 | # Added to allow btrfs creation on SPARC 2 | # Intended as a quick fix until dist-kernel migration is complete. 3 | sys-fs/btrfs-progs 4 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.env/releng/all: -------------------------------------------------------------------------------- 1 | */* releng/qemu 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | dev-util/cmake releng/forcelfs 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.env/releng/glibc: -------------------------------------------------------------------------------- 1 | sys-libs/glibc releng/nosandbox 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/admincd-packages: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 jit 2 | mail-mta/ssmtp mta 3 | sys-apps/busybox -static 4 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/brltty: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 pcre32 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/cifs-utils: -------------------------------------------------------------------------------- 1 | net-fs/cifs-utils -acl -ads 2 | sys-libs/ntdb python 3 | sys-libs/tdb python 4 | sys-libs/tevent python 5 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/gentoo-sources: -------------------------------------------------------------------------------- 1 | sys-kernel/gentoo-sources symlink 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/libpcre: -------------------------------------------------------------------------------- 1 | # required by sys-libs/libselinux-2.7 2 | dev-libs/libpcre static-libs 3 | 4 | # required by dev-vcs/git 5 | dev-libs/libpcre2 jit 6 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/linux-firmware: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-firmware savedconfig 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | sys-fs/lvm2 thin 3 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/no-asm: -------------------------------------------------------------------------------- 1 | dev-libs/libgcrypt -asm 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/no-passwdqc: -------------------------------------------------------------------------------- 1 | sys-auth/pambase -passwdqc 2 | -------------------------------------------------------------------------------- /releases/portage/isos-qemu/package.use/wpa_supplicant: -------------------------------------------------------------------------------- 1 | net-wireless/wpa_supplicant tkip wps 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.accept_keywords/admincd-packages: -------------------------------------------------------------------------------- 1 | sys-block/lsiutil 2 | sys-block/megarc 3 | sys-fs/dislocker 4 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.accept_keywords/broadcom-sta: -------------------------------------------------------------------------------- 1 | net-wireless/broadcom-sta 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.accept_keywords/genkernel: -------------------------------------------------------------------------------- 1 | # Need newest genkernel for x86 busybox fixes 2 | =sys-kernel/genkernel-4.3.14 3 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.accept_keywords/livecd-tools: -------------------------------------------------------------------------------- 1 | app-misc/livecd-tools 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/admincd-packages: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 jit 2 | mail-mta/ssmtp mta 3 | sys-apps/busybox -static 4 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/brltty: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 pcre32 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/cifs-utils: -------------------------------------------------------------------------------- 1 | net-fs/cifs-utils -acl -ads 2 | sys-libs/ntdb python 3 | sys-libs/tdb python 4 | sys-libs/tevent python 5 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/gentoo-sources: -------------------------------------------------------------------------------- 1 | sys-kernel/gentoo-sources symlink 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/linux-firmware: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-firmware savedconfig 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/networkmanager: -------------------------------------------------------------------------------- 1 | # Reduce unneeded depends 2 | net-misc/networkmanager -gtk-doc 3 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/no-passwdqc: -------------------------------------------------------------------------------- 1 | sys-auth/pambase -passwdqc 2 | -------------------------------------------------------------------------------- /releases/portage/isos-x86/package.use/wpa_supplicant: -------------------------------------------------------------------------------- 1 | net-wireless/wpa_supplicant tkip wps dbus 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.accept_keywords/admincd-packages: -------------------------------------------------------------------------------- 1 | sys-block/lsiutil 2 | sys-block/megarc 3 | sys-fs/dislocker 4 | -------------------------------------------------------------------------------- /releases/portage/isos/package.accept_keywords/broadcom-sta: -------------------------------------------------------------------------------- 1 | net-wireless/broadcom-sta 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.accept_keywords/genkernel: -------------------------------------------------------------------------------- 1 | # Need newest genkernel for x86 busybox fixes 2 | =sys-kernel/genkernel-4.3.14 3 | -------------------------------------------------------------------------------- /releases/portage/isos/package.accept_keywords/livecd-tools: -------------------------------------------------------------------------------- 1 | ~app-misc/livecd-tools-2.11 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/isos/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/isos/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/admincd-packages: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 jit 2 | mail-mta/ssmtp mta 3 | sys-apps/busybox -static 4 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/brltty: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 pcre32 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/cifs-utils: -------------------------------------------------------------------------------- 1 | net-fs/cifs-utils -acl -ads 2 | sys-libs/ntdb python 3 | sys-libs/tdb python 4 | sys-libs/tevent python 5 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/gentoo-sources: -------------------------------------------------------------------------------- 1 | sys-kernel/gentoo-sources symlink 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/linux-firmware: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-firmware savedconfig 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | sys-fs/lvm2 thin 3 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/networkmanager: -------------------------------------------------------------------------------- 1 | # Reduce unneeded depends 2 | net-misc/networkmanager -gtk-doc 3 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/no-passwdqc: -------------------------------------------------------------------------------- 1 | sys-auth/pambase -passwdqc 2 | -------------------------------------------------------------------------------- /releases/portage/isos/package.use/wpa_supplicant: -------------------------------------------------------------------------------- 1 | net-wireless/wpa_supplicant tkip wps dbus 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/env/international: -------------------------------------------------------------------------------- 1 | # https://en.wikipedia.org/wiki/List_of_languages_by_total_number_of_speakers 2 | 3 | LINGUAS="en en-GB en-US" 4 | 5 | L10N=${LINGUAS} 6 | 7 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.accept_keywords/broadcom-sta: -------------------------------------------------------------------------------- 1 | net-wireless/broadcom-sta 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.accept_keywords/pre-stabilization: -------------------------------------------------------------------------------- 1 | # bug 806286 2 | =app-accessibility/espeakup-0.90 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.env/international: -------------------------------------------------------------------------------- 1 | */* international 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | # dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/admincd-packages: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 jit 2 | mail-mta/ssmtp mta 3 | sys-apps/busybox -static 4 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/brltty: -------------------------------------------------------------------------------- 1 | dev-libs/libpcre2 pcre32 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/chromium: -------------------------------------------------------------------------------- 1 | virtual/rust profiler 2 | dev-lang/rust profiler 3 | net-libs/nodejs inspector 4 | media-video/ffmpeg chromium 5 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/cifs-utils: -------------------------------------------------------------------------------- 1 | net-fs/cifs-utils -acl -ads 2 | sys-libs/ntdb python 3 | sys-libs/tdb python 4 | sys-libs/tevent python 5 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/circular-deps: -------------------------------------------------------------------------------- 1 | media-libs/libsndfile minimal 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/gentoo-kernel: -------------------------------------------------------------------------------- 1 | # Set experimental flag to differentiate the livegui's kernel binpkgs from 2 | # installcd/admincd, as those use a custom config with CONFIG_DRM=n to allow 3 | # pruning lots of gpu-related firmwares. 4 | sys-kernel/gentoo-kernel experimental 5 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/gentoo-sources: -------------------------------------------------------------------------------- 1 | sys-kernel/gentoo-sources symlink 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/inkscape: -------------------------------------------------------------------------------- 1 | # required by inkscape 2 | dev-python/pillow webp 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/installkernel: -------------------------------------------------------------------------------- 1 | sys-kernel/installkernel dracut 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/kde: -------------------------------------------------------------------------------- 1 | kde-apps/kde-apps-meta pim -education -games 2 | 3 | #for www-client/falkon 4 | dev-python/pyside2 webengine 5 | 6 | #for kde-apps/kdenlive 7 | media-video/ffmpeg libass 8 | 9 | #for kde-misc/kweather 10 | dev-qt/qtpositioning geoclue 11 | 12 | #for kde-apps/akonadi 13 | dev-qt/qtbase mysql 14 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/libwebp: -------------------------------------------------------------------------------- 1 | #* Error: circular dependencies: 2 | # 3 | #(x11-libs/libdrm-2.4.122:0/0::gentoo, ebuild scheduled for merge) depends on 4 | # (dev-python/docutils-0.21.2-1:0/0::gentoo, binary scheduled for merge) (buildtime) 5 | # (dev-python/pillow-10.4.0:0/0::gentoo, ebuild scheduled for merge) (runtime) 6 | # (media-libs/libwebp-1.3.2:0/7::gentoo, ebuild scheduled for merge) (buildtime_slot_op) 7 | # (virtual/opengl-7.0-r2:0/0::gentoo, ebuild scheduled for merge) (buildtime) 8 | # (media-libs/mesa-24.1.6:0/0::gentoo, ebuild scheduled for merge) (runtime) 9 | # (x11-libs/libdrm-2.4.122:0/0::gentoo, ebuild scheduled for merge) (buildtime) 10 | # 11 | #It might be possible to break this cycle 12 | #by applying any of the following changes: 13 | #- media-libs/mesa-24.1.6 (Change USE: -video_cards_radeonsi -video_cards_radeon) 14 | #- media-libs/libwebp-1.3.2 (Change USE: -opengl) 15 | 16 | media-libs/libweb -opengl 17 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/lvm: -------------------------------------------------------------------------------- 1 | */* lvm 2 | sys-fs/lvm2 thin 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/no-filecaps: -------------------------------------------------------------------------------- 1 | # There is a circular dependency between sys-libs/libcap[pam] and 2 | # sys-libs/pam[filecaps]. Since the livecd is configured to automatically log 3 | # in as root, caps are not useful, so just disable USE=filecaps. 4 | 5 | */* -filecaps 6 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/no-passwdqc: -------------------------------------------------------------------------------- 1 | sys-auth/pambase -passwdqc 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/nopython: -------------------------------------------------------------------------------- 1 | # Disable python flag as needed to keep deps down and (for today) work around missing 2 | # PYTHON_COMPAT 3 | www-client/falkon -python 4 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/python: -------------------------------------------------------------------------------- 1 | # This works around a circular dep and I see no down-side 2 | dev-lang/python -bluetooth 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/quassel: -------------------------------------------------------------------------------- 1 | net-irc/quassel -crypt -monolithic server 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/sdl2-ttf: -------------------------------------------------------------------------------- 1 | #emerge: there are no ebuilds built with USE flags to satisfy ">=media-libs/freetype-2.13.2[harfbuzz?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]". 2 | #!!! One of the following packages is required to complete your request: 3 | #- media-libs/freetype-2.13.2::gentoo (Change USE: +harfbuzz) 4 | #- media-libs/sdl2-ttf-2.22.0::gentoo (Change USE: -harfbuzz) 5 | #(dependency required by "media-libs/sdl2-ttf-2.22.0::gentoo" [ebuild]) 6 | #(dependency required by "net-misc/freerdp-3.4.0-r11::gentoo[sdl]" [ebuild]) 7 | #(dependency required by "kde-apps/krdc-23.08.5-r2::gentoo[rdp]" [ebuild]) 8 | #(dependency required by "kde-apps/kdenetwork-meta-23.08.5::gentoo" [ebuild]) 9 | #(dependency required by "kde-apps/kde-apps-meta-23.08.5::gentoo[network]" [ebuild]) 10 | #(dependency required by "kde-apps/kde-apps-meta" [argument]) 11 | 12 | media-libs/sdl2-ttf -harfbuzz 13 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/texlive: -------------------------------------------------------------------------------- 1 | app-text/texlive luatex science publishers xetex 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/video_cards: -------------------------------------------------------------------------------- 1 | */* VIDEO_CARDS: virgl virtualbox vmware 2 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/vmware: -------------------------------------------------------------------------------- 1 | x11-libs/libdrm libkms 2 | media-libs/mesa xa 3 | -------------------------------------------------------------------------------- /releases/portage/livegui/package.use/wpa_supplicant: -------------------------------------------------------------------------------- 1 | net-wireless/wpa_supplicant tkip wps 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" 2 | CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64" 3 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/env/releng/nosandbox: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox -sandbox -usersandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/env/releng/qemu: -------------------------------------------------------------------------------- 1 | FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/env/releng/singleproc: -------------------------------------------------------------------------------- 1 | MAKEOPTS="-j1" 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.env/releng/all: -------------------------------------------------------------------------------- 1 | */* releng/qemu 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.env/releng/forcelfs: -------------------------------------------------------------------------------- 1 | dev-util/cmake releng/forcelfs 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.env/releng/glibc: -------------------------------------------------------------------------------- 1 | sys-libs/glibc releng/nosandbox 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.env/releng/python: -------------------------------------------------------------------------------- 1 | # this is needed for qemu-m68k, otherwise make aborts with 2 | # "The futex facility returned an unknown value" 3 | dev-lang/python releng/singleproc 4 | dev-python/lxml releng/singleproc 5 | dev-python/cython releng/singleproc 6 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/circular: -------------------------------------------------------------------------------- 1 | # this makes only a difference for the "desktop" stages 2 | dev-db/sqlite -icu 3 | dev-lang/python -bluetooth 4 | sys-libs/pam -elogind 5 | 6 | # this is also needed for normal stage3 7 | net-misc/curl -http2 -http3 -quic -curl_quic_openssl 8 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/gmp: -------------------------------------------------------------------------------- 1 | # testing this for bug 894134 2 | dev-libs/gmp asm cpudetection 3 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/libgcrypt: -------------------------------------------------------------------------------- 1 | dev-libs/libgcrypt asm 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/libpcre: -------------------------------------------------------------------------------- 1 | # required by sys-libs/libselinux-2.7 2 | dev-libs/libpcre static-libs 3 | 4 | # required by dev-vcs/git 5 | dev-libs/libpcre2 jit 6 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/musl: -------------------------------------------------------------------------------- 1 | # we need this here to make sure musl stages build 2 | # note: tried building musl only with built-in crypt, but 3 | # that leads to a dependency mess when emerge refuses to 4 | # downgrade the libcrypt virtual... 5 | sys-libs/musl -crypt 6 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/no-asm: -------------------------------------------------------------------------------- 1 | dev-libs/libgcrypt -asm 2 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/no-filecaps: -------------------------------------------------------------------------------- 1 | # For stage building, we cannot be sure the final unpack destination will have 2 | # xattr/fcaps support. To be safe, we build stages without filecaps, but allow 3 | # filecaps to be turned back on @ next full world upgrade. The ebuilds using 4 | # fcaps eclass will have more logic to safely fall back in case of missing 5 | # support. 6 | 7 | */* -filecaps 8 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/package.use/releng/openmp: -------------------------------------------------------------------------------- 1 | 2 | # compilers from stage1 do not have openmp capability, so turn this off 3 | # here to avoid failures in stage3 4 | app-crypt/libb2 -openmp 5 | app-portage/portage-utils -openmp 6 | sys-devel/gettext -openmp 7 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/profile/package.use.force/releng/alternatives: -------------------------------------------------------------------------------- 1 | # need this here because of stage1 2 | app-alternatives/awk gawk 3 | app-alternatives/bc gnu 4 | app-alternatives/bzip2 reference 5 | app-alternatives/cpio gnu 6 | app-alternatives/gzip reference 7 | app-alternatives/lex flex 8 | app-alternatives/sh bash 9 | app-alternatives/tar gnu 10 | app-alternatives/yacc bison 11 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/profile/package.use.force/releng/glibc: -------------------------------------------------------------------------------- 1 | # without multiarch, builds are much less tested 2 | # forcing it on here lets us avoid spurious stage1 failures 3 | sys-libs/glibc multiarch 4 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/profile/package.use.force/releng/llvm: -------------------------------------------------------------------------------- 1 | sys-libs/libcxx static-libs 2 | sys-libs/libcxxabi static-libs 3 | -------------------------------------------------------------------------------- /releases/portage/stages-qemu/profile/package.use.force/releng/musl: -------------------------------------------------------------------------------- 1 | # we need this here to make sure musl stages build 2 | sys-libs/libxcrypt system 3 | -------------------------------------------------------------------------------- /releases/portage/stages/package.accept_keywords/releng/musl: -------------------------------------------------------------------------------- 1 | =sys-libs/musl-1.2.2-r5 2 | -------------------------------------------------------------------------------- /releases/portage/stages/package.mask/releng/glibc: -------------------------------------------------------------------------------- 1 | # preemptively... 2 | # new glibc tends to lead to trouble with sandbox (and qemu), 3 | # especially for the unstable arches 4 | # 5 | >=sys-libs/glibc-2.42 6 | -------------------------------------------------------------------------------- /releases/portage/stages/package.mask/releng/rust: -------------------------------------------------------------------------------- 1 | # force using rust-bin (this affects only "desktop stages") 2 | dev-lang/rust 3 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/cet: -------------------------------------------------------------------------------- 1 | # Hardened profiles default to USE=cet but our -* in stage1 builds ends up 2 | # mixing -cet/+cet causing build failures or unmet deps. This will keep the 3 | # flag enbled consistently. This has no effect on non-hardened profiles 4 | # since the flag is masked there. 5 | sys-devel/binutils cet 6 | sys-devel/gcc cet 7 | sys-libs/binutils-libs cet 8 | sys-libs/glibc cet 9 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/circular: -------------------------------------------------------------------------------- 1 | # this makes only a difference for the "desktop" stages 2 | dev-db/sqlite -icu 3 | dev-lang/python -bluetooth 4 | sys-libs/pam -elogind 5 | 6 | # this is also needed for normal stage3 7 | net-misc/curl -http2 -http3 -quic -curl_quic_openssl 8 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/clang: -------------------------------------------------------------------------------- 1 | # required by sys-devel/clang-common for clang stage1 2 | sys-libs/llvm-libunwind static-libs 3 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/gmp: -------------------------------------------------------------------------------- 1 | # testing this for bug 894134 2 | dev-libs/gmp asm cpudetection 3 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/libgcrypt: -------------------------------------------------------------------------------- 1 | dev-libs/libgcrypt asm 2 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/libpcre: -------------------------------------------------------------------------------- 1 | # required by sys-libs/libselinux-2.7 2 | dev-libs/libpcre static-libs 3 | 4 | # required by dev-vcs/git 5 | dev-libs/libpcre2 jit 6 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/libsepol: -------------------------------------------------------------------------------- 1 | # dependency required by "sys-libs/libselinux-3.7-r1 2 | sys-libs/libsepol static-libs 3 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/musl: -------------------------------------------------------------------------------- 1 | # we need this here to make sure musl stages build 2 | # note: tried building musl only with built-in crypt, but 3 | # that leads to a dependency mess when emerge refuses to 4 | # downgrade the libcrypt virtual... 5 | sys-libs/musl -crypt 6 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/no-filecaps: -------------------------------------------------------------------------------- 1 | # For stage building, we cannot be sure the final unpack destination will have 2 | # xattr/fcaps support. To be safe, we build stages without filecaps, but allow 3 | # filecaps to be turned back on @ next full world upgrade. The ebuilds using 4 | # fcaps eclass will have more logic to safely fall back in case of missing 5 | # support. 6 | 7 | */* -filecaps 8 | -------------------------------------------------------------------------------- /releases/portage/stages/package.use/releng/openmp: -------------------------------------------------------------------------------- 1 | 2 | # compilers from stage1 do not have openmp capability, so turn this off 3 | # here to avoid failures in stage3 4 | app-crypt/libb2 -openmp 5 | app-portage/portage-utils -openmp 6 | sys-devel/gettext -openmp 7 | -------------------------------------------------------------------------------- /releases/portage/stages/profile/package.use.force/releng/alternatives: -------------------------------------------------------------------------------- 1 | # need this here because of stage1 2 | app-alternatives/awk gawk 3 | app-alternatives/bc gnu 4 | app-alternatives/bzip2 reference 5 | app-alternatives/cpio gnu 6 | app-alternatives/gzip reference 7 | app-alternatives/lex flex 8 | app-alternatives/sh bash 9 | app-alternatives/tar gnu 10 | app-alternatives/yacc bison 11 | -------------------------------------------------------------------------------- /releases/portage/stages/profile/package.use.force/releng/glibc: -------------------------------------------------------------------------------- 1 | # without multiarch, builds are much less tested 2 | # forcing it on here lets us avoid spurious stage1 failures 3 | sys-libs/glibc multiarch 4 | -------------------------------------------------------------------------------- /releases/portage/stages/profile/package.use.force/releng/llvm: -------------------------------------------------------------------------------- 1 | sys-libs/libcxx static-libs 2 | sys-libs/libcxxabi static-libs 3 | -------------------------------------------------------------------------------- /releases/portage/stages/profile/package.use.force/releng/musl: -------------------------------------------------------------------------------- 1 | # we need this here to make sure musl stages build 2 | sys-libs/libxcrypt system 3 | -------------------------------------------------------------------------------- /releases/specs-qemu/alpha/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: alpha 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/alpha/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-alpha-openrc-latest 8 | update_seed: yes 9 | update_seed_command: -uDN @world 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | interpreter: /usr/bin/qemu-alpha 12 | compression_mode: pixz 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/alpha/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: alpha 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/alpha/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-alpha-systemd-latest 8 | update_seed: yes 9 | update_seed_command: -uDN @world 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | interpreter: /usr/bin/qemu-alpha 12 | compression_mode: pixz 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/alpha/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: alpha 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/alpha/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-alpha-openrc-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 9 | interpreter: /usr/bin/qemu-alpha 10 | compression_mode: pixz 11 | binrepo_path: alpha/binpackages/23.0/alpha 12 | -------------------------------------------------------------------------------- /releases/specs-qemu/alpha/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: alpha 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/alpha/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-alpha-systemd-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 9 | interpreter: /usr/bin/qemu-alpha 10 | compression_mode: pixz 11 | binrepo_path: alpha/binpackages/23.0/alpha 12 | -------------------------------------------------------------------------------- /releases/specs-qemu/arm64/be/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: aarch64_be 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/big-endian 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-aarch64_be-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-aarch64_be 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/arm64/be/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: aarch64_be 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/big-endian/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-aarch64_be-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-aarch64_be 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/arm64/be/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: aarch64_be 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/big-endian 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-aarch64_be-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-aarch64_be 12 | binrepo_path: arm64/binpackages/23.0/aarch64_be 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/arm64/be/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: aarch64_be 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/big-endian/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-aarch64_be-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-aarch64_be 12 | binrepo_path: arm64/binpackages/23.0/aarch64_be 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/loong/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: loong 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/loong/23.0/la64v100/lp64d 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-loong-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-loongarch64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/loong/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: loong 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/loong/23.0/la64v100/lp64d/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-loong-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-loongarch64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/loong/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: loong 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/loong/23.0/la64v100/lp64d 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-loong-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-loongarch64 12 | binrepo_path: loong/binpackages/23.0/loong 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/loong/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: loong 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/loong/23.0/la64v100/lp64d/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-loong-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-loongarch64 12 | binrepo_path: loong/binpackages/23.0/loong 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage1-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k_musl 2 | version_stamp: @TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-musl 5 | profile: default/linux/m68k/23.0/musl 6 | chost: m68k-unknown-linux-musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-m68k_musl-latest 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: -uDN @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | interpreter: /usr/bin/qemu-m68k 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/m68k/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-m68k-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-m68k 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/m68k/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-m68k-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | interpreter: /usr/bin/qemu-m68k 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage3-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k_musl 2 | version_stamp: @TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-musl 5 | profile: default/linux/m68k/23.0/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-m68k_musl-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-m68k 12 | binrepo_path: m68k/binpackages/23.0/m68k_musl 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/m68k/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-m68k-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-m68k 12 | binrepo_path: m68k/binpackages/23.0/m68k 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/m68k/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: m68k 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/m68k/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-m68k-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 10 | portage_prefix: releng 11 | interpreter: /usr/bin/qemu-m68k 12 | binrepo_path: m68k/binpackages/23.0/m68k 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage1-mips3-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_multilib 2 | chost: mips64-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/multilib/n32 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_multilib-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage1-mips3-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_multilib 2 | chost: mips64-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/multilib/n32/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_multilib-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage1-mipsel3-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_multilib 2 | chost: mips64el-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/multilib/n32 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_multilib-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage1-mipsel3-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_multilib 2 | chost: mips64el-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/multilib/n32/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_multilib-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage3-mips3-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_multilib 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/multilib/n32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_multilib-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_multilib 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage3-mips3-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_multilib 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/multilib/n32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_multilib-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_multilib 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage3-mipsel3-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_multilib 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/multilib/n32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_multilib-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_multilib 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/multilib/stage3-mipsel3-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_multilib 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/multilib/n32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_multilib-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_multilib 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage1-mips3-n32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n32 2 | chost: mips64-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/n32 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_n32-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage1-mips3-n32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n32 2 | chost: mips64-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/n32/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_n32-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage1-mipsel3-n32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n32 2 | chost: mips64el-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/n32 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_n32-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage1-mipsel3-n32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n32 2 | chost: mips64el-unknown-linux-gnuabin32 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsn32el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/n32/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_n32-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage3-mips3-n32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n32 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/n32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_n32-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_n32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage3-mips3-n32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n32 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/n32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_n32-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_n32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage3-mipsel3-n32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n32 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/n32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_n32-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_n32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n32/stage3-mipsel3-n32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n32 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsn32el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/n32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_n32-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_n32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage1-mips3-n64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n64 2 | chost: mips64-unknown-linux-gnuabi64 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mips64 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/n64 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_n64-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage1-mips3-n64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n64 2 | chost: mips64-unknown-linux-gnuabi64 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mips64 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/n64/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mips3_n64-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage1-mipsel3-n64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n64 2 | chost: mips64el-unknown-linux-gnuabi64 3 | target: stage1 4 | version_stamp: openrc-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mips64el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/n64 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_n64-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage1-mipsel3-n64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n64 2 | chost: mips64el-unknown-linux-gnuabi64 3 | target: stage1 4 | version_stamp: systemd-@TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mips64el 6 | rel_type: 23.0-default 7 | profile: default/linux/mips/23.0/mipsel/n64/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-mipsel3_n64-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage3-mips3-n64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips64 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/n64 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_n64-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_n64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage3-mips3-n64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips3_n64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips64 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/n64/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips3_n64-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips3_n64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage3-mipsel3-n64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips64el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/n64 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_n64-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_n64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/n64/stage3-mipsel3-n64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel3_n64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips64el 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/n64/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel3_n64-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel3_n64 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mips2-o32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_musl 2 | chost: mips-unknown-linux-musl 3 | target: stage1 4 | version_stamp: @TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mips 6 | rel_type: 23.0-musl 7 | profile: default/linux/mips/23.0/o32/musl 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-musl/stage3-mips2_musl-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mips2-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mips2-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mips2-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mips2-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mips2_softfloat-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_softfloat 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32_sf 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mips2_softfloat-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mips2_softfloat-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_softfloat 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32_sf/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mips2_softfloat-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mipsel2-o32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_musl 2 | chost: mipsel-unknown-linux-musl 3 | target: stage1 4 | version_stamp: @TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-mipsel 6 | rel_type: 23.0-musl 7 | profile: default/linux/mips/23.0/mipsel/o32/musl 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-musl/stage3-mipsel2_musl-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mipsel2-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mipsel2-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mipsel2-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mipsel2-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mipsel2_softfloat-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_softfloat 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32_sf 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mipsel2_softfloat-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage1-mipsel2_softfloat-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_softfloat 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32_sf/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-mipsel2_softfloat-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mips2-o32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-musl 6 | profile: default/linux/mips/23.0/o32/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-mips2_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips2_o32_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mips2-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips2-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips2_o32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mips2-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips2-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips2_o32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mips2_softfloat-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_softfloat 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32_sf 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips2_softfloat-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips2_o32_sf 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mips2_softfloat-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mips2_softfloat 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mips 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/o32_sf/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mips2_softfloat-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mips2_o32_sf 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mipsel2-o32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-musl 6 | profile: default/linux/mips/23.0/mipsel/o32/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-mipsel2_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel2_o32_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mipsel2-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel2-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel2_o32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mipsel2-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel2-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel2_o32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mipsel2_softfloat-o32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_softfloat 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32_sf 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel2_softfloat-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel2_o32_sf 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/mips/o32/stage3-mipsel2_softfloat-o32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: mipsel2_softfloat 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-mipsel 5 | rel_type: 23.0-default 6 | profile: default/linux/mips/23.0/mipsel/o32_sf/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-mipsel2_softfloat-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: mips/binpackages/23.0/mipsel2_o32_sf 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/diskimage-stage2-cloudinit.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/riscv/23.0/rv64/lp64d/systemd 6 | interpreter: /usr/bin/qemu-riscv64 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/diskimage-stage1-rv64_lp64d-cloudinit-@TIMESTAMP@ 9 | portage_confdir: @REPO_DIR@/releases/portage/diskimage-qemu 10 | 11 | diskimage/qcow2: di-rv64_lp64d-cloudinit-@TIMESTAMP@.qcow2 12 | diskimage/type: cloud-init 13 | 14 | boot/kernel: gentoo 15 | 16 | boot/kernel/gentoo/distkernel: yes 17 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 18 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/diskimage-stage2-console.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/riscv/23.0/rv64/lp64d/systemd 6 | interpreter: /usr/bin/qemu-riscv64 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/diskimage-stage1-rv64_lp64d-console-@TIMESTAMP@ 9 | portage_confdir: @REPO_DIR@/releases/portage/diskimage-qemu 10 | 11 | diskimage/qcow2: di-rv64_lp64d-console-@TIMESTAMP@.qcow2 12 | diskimage/type: console 13 | 14 | boot/kernel: gentoo 15 | 16 | boot/kernel/gentoo/distkernel: yes 17 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 18 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage1-ilp32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32_musl 2 | target: stage1 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv32/ilp32/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-rv32_ilp32_musl-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage1-ilp32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-rv32_ilp32-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage1-ilp32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-rv32_ilp32-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage3-ilp32-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv32/ilp32/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-rv32_ilp32_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage3-ilp32-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-rv32_ilp32-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32/stage3-ilp32-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-rv32_ilp32-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage1-ilp32d-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d_musl 2 | target: stage1 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv32/ilp32d/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-rv32_ilp32d_musl-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage1-ilp32d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32d 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-rv32_ilp32d-openrc-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage1-ilp32d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32d/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage3-rv32_ilp32d-systemd-latest 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | update_seed: yes 12 | update_seed_command: -uDN @world 13 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 14 | portage_prefix: releng 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage3-ilp32d-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv32/ilp32d/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-rv32_ilp32d_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32d_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage3-ilp32d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32d 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-rv32_ilp32d-openrc-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32d 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/rv32_ilp32d/stage3-ilp32d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv32_ilp32d 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv32 5 | rel_type: 23.0-default 6 | profile: default/linux/riscv/23.0/rv32/ilp32d/systemd 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-default/stage1-rv32_ilp32d-systemd-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv32_ilp32d 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64_musl 2 | target: stage1 3 | chost: riscv64-unknown-linux-musl 4 | version_stamp: @TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-musl 7 | profile: default/linux/riscv/23.0/rv64/lp64/musl 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-musl/stage3-rv64_lp64_musl-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_lp64-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_lp64-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64d-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d_musl 2 | target: stage1 3 | chost: riscv64-unknown-linux-musl 4 | version_stamp: @TIMESTAMP@ 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-musl 7 | profile: default/linux/riscv/23.0/rv64/lp64d/musl 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-musl/stage3-rv64_lp64d_musl-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64d 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_lp64d-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-lp64d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64d/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_lp64d-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_multilib 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/multilib 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_multilib-openrc-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage1-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_multilib 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/multilib/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage3-rv64_multilib-systemd-latest 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | update_seed: yes 13 | update_seed_command: -uDN @world 14 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 15 | portage_prefix: releng 16 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv64 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv64/lp64/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-rv64_lp64_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv64_lp64_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_lp64-openrc-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_lp64 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_lp64-systemd-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_lp64 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64d-musl-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d_musl 2 | target: stage3 3 | version_stamp: @TIMESTAMP@ 4 | interpreter: /usr/bin/qemu-riscv64 5 | rel_type: 23.0-musl 6 | profile: default/linux/riscv/23.0/rv64/lp64d/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage1-rv64_lp64d_musl-@TIMESTAMP@ 9 | compression_mode: pixz 10 | decompressor_search_order: xz bzip2 11 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 12 | portage_prefix: releng 13 | binrepo_path: riscv/binpackages/23.0/rv64_lp64d_musl 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64d 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_lp64d-openrc-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_lp64d 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-lp64d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_lp64d 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/lp64d/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_lp64d-systemd-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_lp64d 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-multilib-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_multilib 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/multilib 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_multilib-openrc-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_multilib 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/riscv/stage3-multilib-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: rv64_multilib 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | cflags: -O2 -pipe 5 | interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 6 | rel_type: 23.0-default 7 | profile: default/linux/riscv/23.0/rv64/multilib/systemd 8 | snapshot_treeish: @TREEISH@ 9 | source_subpath: 23.0-default/stage1-rv64_multilib-systemd-@TIMESTAMP@ 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | binrepo_path: riscv/binpackages/23.0/rv64_multilib 15 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc-openrc-latest 8 | interpreter: /usr/bin/qemu-sparc32plus 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc-systemd-latest 8 | interpreter: /usr/bin/qemu-sparc32plus 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc-openrc-@TIMESTAMP@ 8 | interpreter: /usr/bin/qemu-sparc32plus 9 | compression_mode: pixz 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | portage_prefix: releng 12 | binrepo_path: sparc/binpackages/23.0/32 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc-systemd-@TIMESTAMP@ 8 | interpreter: /usr/bin/qemu-sparc32plus 9 | compression_mode: pixz 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | portage_prefix: releng 12 | binrepo_path: sparc/binpackages/23.0/32 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc64-openrc-latest 8 | interpreter: /usr/bin/qemu-sparc64 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc64-systemd-latest 8 | interpreter: /usr/bin/qemu-sparc64 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc64-openrc-@TIMESTAMP@ 8 | interpreter: /usr/bin/qemu-sparc64 9 | compression_mode: pixz 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | portage_prefix: releng 12 | binrepo_path: sparc/binpackages/23.0/64 13 | -------------------------------------------------------------------------------- /releases/specs-qemu/sparc/sparc64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc64-systemd-@TIMESTAMP@ 8 | interpreter: /usr/bin/qemu-sparc64 9 | compression_mode: pixz 10 | portage_confdir: @REPO_DIR@/releases/portage/stages-qemu 11 | portage_prefix: releng 12 | binrepo_path: sparc/binpackages/23.0/64 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/diskimage-stage2-cloudinit.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/diskimage-stage1-amd64-cloudinit-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/diskimage 9 | 10 | diskimage/qcow2: di-amd64-cloudinit-@TIMESTAMP@.qcow2 11 | diskimage/type: cloud-init 12 | 13 | boot/kernel: gentoo 14 | 15 | boot/kernel/gentoo/distkernel: yes 16 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 17 | boot/kernel/gentoo/config: /root/releng/releases/kconfig/amd64/dist-amd64-livecd.config 18 | -------------------------------------------------------------------------------- /releases/specs/amd64/diskimage-stage2-console.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/diskimage-stage1-amd64-console-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/diskimage 9 | 10 | diskimage/qcow2: di-amd64-console-@TIMESTAMP@.qcow2 11 | diskimage/type: console 12 | 13 | boot/kernel: gentoo 14 | 15 | boot/kernel/gentoo/distkernel: yes 16 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 17 | boot/kernel/gentoo/config: /root/releng/releases/kconfig/amd64/dist-amd64-livecd.config 18 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened-selinux/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: hardened-selinux-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/selinux 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage3-amd64-hardened-selinux-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened-selinux/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: hardened-selinux-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/selinux/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage3-amd64-hardened-selinux-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened-selinux/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: hardened-selinux-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/selinux 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage1-amd64-hardened-selinux-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened-selinux/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: hardened-selinux-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/selinux/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage1-amd64-hardened-selinux-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage3-amd64-hardened-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: hardened-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage3-amd64-hardened-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage1-amd64-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/hardened/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: hardened-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/amd64/23.0/hardened/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage1-amd64-hardened-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/livegui/files/overlay/.livegui-overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo/releng/8d228cd6a6912d15e7d0a669fadf9732ab3c1018/releases/specs/amd64/livegui/files/overlay/.livegui-overlay -------------------------------------------------------------------------------- /releases/specs/amd64/livegui/files/root_overlay/.livegui-root_overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo/releng/8d228cd6a6912d15e7d0a669fadf9732ab3c1018/releases/specs/amd64/livegui/files/root_overlay/.livegui-root_overlay -------------------------------------------------------------------------------- /releases/specs/amd64/livegui/livegui-stage2-genkernel.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | version_stamp: plasma-@TIMESTAMP@ 3 | target: livecd-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/desktop/plasma 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/livecd-stage1-amd64-plasma-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/livegui 9 | 10 | livecd/bootargs: overlayfs nodhcp secureconsole 11 | livecd/depclean: no 12 | livecd/fstype: squashfs 13 | livecd/iso: livegui-amd64-@TIMESTAMP@.iso 14 | livecd/type: gentoo-release-livecd 15 | livecd/volid: Gentoo amd64 LiveGUI @TIMESTAMP@ 16 | 17 | livecd/fsscript: @REPO_DIR@/releases/specs/amd64/livegui/files/fsscript-stage2.sh 18 | livecd/rcadd: udev|sysinit udev-mount|sysinit acpid|default dbus|default gpm|default NetworkManager|default elogind|boot 19 | livecd/unmerge: net-misc/netifrc 20 | 21 | livecd/empty: 22 | /var/db/repos 23 | /usr/src 24 | 25 | boot/kernel: gentoo 26 | 27 | boot/kernel/gentoo/sources: gentoo-sources 28 | boot/kernel/gentoo/config: @REPO_DIR@/releases/kconfig/amd64/livegui-amd64-5.15.23.config 29 | 30 | boot/kernel/gentoo/packages: --usepkg n zfs zfs-kmod broadcom-sta 31 | -------------------------------------------------------------------------------- /releases/specs/amd64/llvm/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: llvm-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/amd64/23.0/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage3-amd64-llvm-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/llvm/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: llvm-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/amd64/23.0/llvm/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage3-amd64-llvm-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/llvm/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: llvm-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/amd64/23.0/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage1-amd64-llvm-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/llvm/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: llvm-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/amd64/23.0/llvm/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage1-amd64-llvm-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl-hardened/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: musl-hardened-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/amd64/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage3-amd64-musl-hardened-latest 8 | chost: x86_64-pc-linux-musl 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | update_seed: yes 12 | update_seed_command: --update --deep --newuse @world 13 | compression_mode: pixz 14 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl-hardened/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: musl-hardened-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/amd64/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-amd64-musl-hardened-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | binrepo_path: amd64/binpackages/23.0/x86-64_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl-llvm/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: musl-llvm-@TIMESTAMP@ 4 | rel_type: 23.0-musl-llvm 5 | profile: default/linux/amd64/23.0/musl/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-llvm/stage3-amd64-musl-llvm-latest 8 | chost: x86_64-pc-linux-musl 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | update_seed: yes 12 | update_seed_command: --update --deep --newuse @world 13 | compression_mode: pixz 14 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl-llvm/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: musl-llvm-@TIMESTAMP@ 4 | rel_type: 23.0-musl-llvm 5 | profile: default/linux/amd64/23.0/musl/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-llvm/stage1-amd64-musl-llvm-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | binrepo_path: amd64/binpackages/23.0/x86-64_musl_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: musl-@TIMESTAMP@ 4 | rel_type: 23.0-musl 5 | profile: default/linux/amd64/23.0/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage3-amd64-musl-latest 8 | chost: x86_64-pc-linux-musl 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | update_seed: yes 12 | update_seed_command: --update --deep --newuse @world 13 | compression_mode: pixz 14 | -------------------------------------------------------------------------------- /releases/specs/amd64/musl/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: musl-@TIMESTAMP@ 4 | rel_type: 23.0-musl 5 | profile: default/linux/amd64/23.0/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-amd64-musl-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | binrepo_path: amd64/binpackages/23.0/x86-64_musl 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/nomultilib/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: nomultilib-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-amd64-nomultilib-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/nomultilib/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: nomultilib-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-amd64-nomultilib-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/nomultilib/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: nomultilib-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-nomultilib-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/nomultilib/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: nomultilib-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/no-multilib/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-nomultilib-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage1-openrc-23-su.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: openrc-splitusr-@TIMESTAMP@ 4 | rel_type: 23.0-splitusr 5 | profile: default/linux/amd64/23.0/split-usr 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-splitusr/stage3-amd64-openrc-splitusr-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-amd64-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-amd64-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage3-openrc-23-su.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: openrc-splitusr-@TIMESTAMP@ 4 | rel_type: 23.0-splitusr 5 | profile: default/linux/amd64/23.0/split-usr 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-splitusr/stage1-amd64-openrc-splitusr-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage3d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: desktop-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/desktop 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/stage3d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: amd64 2 | target: stage3 3 | version_stamp: desktop-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/desktop/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-amd64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x86-64 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/x32/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: x32 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/x32 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-x32-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/x32/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: x32 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/x32/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-x32-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/amd64/x32/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: x32 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/x32 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-x32-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x32 12 | -------------------------------------------------------------------------------- /releases/specs/amd64/x32/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: x32 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/amd64/23.0/x32/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-x32-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: amd64/binpackages/23.0/x32 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv4tl/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv4tl 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv4t 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv4tl-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv4tl/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv4tl 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv4t/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv4tl-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv4tl/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv4tl 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv4t 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv4tl-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv4tl 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv4tl/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv4tl 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv4t/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv4tl-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv4tl 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv5tel/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv5tel 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv5te 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv5tel-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv5tel/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv5tel 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv5te/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv5tel-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv5tel/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv5tel 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv5te 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv5tel-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv5tel 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv5tel/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv5tel 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv5te/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv5tel-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv5tel 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j-musl-hardened/stage1-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp_musl 2 | chost: armv6j-unknown-linux-musleabihf 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | target: stage1 5 | rel_type: 23.0-musl-hardened 6 | profile: default/linux/arm/23.0/armv6j_hf/musl/hardened 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl-hardened/stage3-armv6j_hardfp_musl-hardened-openrc-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: -uDN @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j-musl-hardened/stage3-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp_musl 2 | version_stamp: hardened-openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/arm/23.0/armv6j_hf/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-armv6j_hardfp_musl-hardened-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_hardfp_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j-musl/stage1-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp_musl 2 | chost: armv6j-unknown-linux-musleabihf 3 | version_stamp: openrc-@TIMESTAMP@ 4 | target: stage1 5 | rel_type: 23.0-musl 6 | profile: default/linux/arm/23.0/armv6j_hf/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-armv6j_hardfp_musl-openrc-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: -uDN @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j-musl/stage3-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp_musl 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-musl 5 | profile: default/linux/arm/23.0/armv6j_hf/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-armv6j_hardfp_musl-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_hardfp_musl 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage1-hardfloat-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_hf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv6j_hardfp-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage1-hardfloat-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_hf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv6j_hardfp-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_sf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv6j-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_sf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv6j-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage3-hardfloat-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_hf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv6j_hardfp-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_hf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage3-hardfloat-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j_hardfp 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_hf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv6j_hardfp-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_hf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_sf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv6j-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_sf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv6j/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv6j 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv6j_sf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv6j-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv6j_sf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a-musl-hardened/stage1-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp_musl 2 | chost: armv7a-unknown-linux-musleabihf 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | target: stage1 5 | rel_type: 23.0-musl-hardened 6 | profile: default/linux/arm/23.0/armv7a_hf/musl/hardened 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl-hardened/stage3-armv7a_hardfp_musl-hardened-openrc-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: -uDN @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a-musl-hardened/stage3-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp_musl 2 | version_stamp: hardened-openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/arm/23.0/armv7a_hf/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-armv7a_hardfp_musl-hardened-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_hardfp_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a-musl/stage1-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp_musl 2 | chost: armv7a-unknown-linux-musleabihf 3 | version_stamp: openrc-@TIMESTAMP@ 4 | target: stage1 5 | rel_type: 23.0-musl 6 | profile: default/linux/arm/23.0/armv7a_hf/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-armv7a_hardfp_musl-openrc-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: -uDN @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a-musl/stage3-hardfloat-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp_musl 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-musl 5 | profile: default/linux/arm/23.0/armv7a_hf/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-armv7a_hardfp_musl-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_hardfp_musl 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage1-hardfloat-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_hf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv7a_hardfp-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage1-hardfloat-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_hf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv7a_hardfp-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_sf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv7a-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_sf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-armv7a-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage3-hardfloat-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_hf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv7a_hardfp-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_hf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage3-hardfloat-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a_hardfp 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_hf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv7a_hardfp-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_hf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_sf 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv7a-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_sf 12 | -------------------------------------------------------------------------------- /releases/specs/arm/armv7a/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: armv7a 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/arm/23.0/armv7a_sf/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-armv7a-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm/binpackages/23.0/armv7a_sf 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/diskimage-stage2-cloudinit.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/diskimage-stage1-arm64-cloudinit-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/diskimage 9 | 10 | diskimage/qcow2: di-arm64-cloudinit-@TIMESTAMP@.qcow2 11 | diskimage/type: cloud-init 12 | 13 | boot/kernel: gentoo 14 | 15 | boot/kernel/gentoo/distkernel: yes 16 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 17 | -------------------------------------------------------------------------------- /releases/specs/arm64/diskimage-stage2-console.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | version_stamp: @TIMESTAMP@ 3 | target: diskimage-stage2 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/diskimage-stage1-arm64-console-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/diskimage 9 | 10 | diskimage/qcow2: di-arm64-console-@TIMESTAMP@.qcow2 11 | diskimage/type: console 12 | 13 | boot/kernel: gentoo 14 | 15 | boot/kernel/gentoo/distkernel: yes 16 | boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -I busybox 17 | -------------------------------------------------------------------------------- /releases/specs/arm64/llvm/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage1 3 | version_stamp: llvm-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/arm64/23.0/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage3-arm64-llvm-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm64/llvm/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage1 3 | version_stamp: llvm-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/arm64/23.0/llvm/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage3-arm64-llvm-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm64/llvm/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: llvm-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/arm64/23.0/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage1-arm64-llvm-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/llvm/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: llvm-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-llvm 5 | profile: default/linux/arm64/23.0/llvm/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-llvm/stage1-arm64-llvm-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl-hardened/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | chost: aarch64-unknown-linux-musl 3 | target: stage1 4 | version_stamp: musl-hardened-@TIMESTAMP@ 5 | rel_type: 23.0-musl-hardened 6 | profile: default/linux/arm64/23.0/musl/hardened 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl-hardened/stage3-arm64-musl-hardened-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl-hardened/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: musl-hardened-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/arm64/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-arm64-musl-hardened-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl-llvm/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | chost: aarch64-unknown-linux-musl 3 | target: stage1 4 | version_stamp: musl-llvm-@TIMESTAMP@ 5 | rel_type: 23.0-musl-llvm 6 | profile: default/linux/arm64/23.0/musl/llvm 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl-llvm/stage3-arm64-musl-llvm-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl-llvm/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: musl-llvm-@TIMESTAMP@ 4 | rel_type: 23.0-musl-llvm 5 | profile: default/linux/arm64/23.0/musl/llvm 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-llvm/stage1-arm64-musl-llvm-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64_musl_llvm 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | chost: aarch64-unknown-linux-musl 3 | target: stage1 4 | version_stamp: musl-@TIMESTAMP@ 5 | rel_type: 23.0-musl 6 | profile: default/linux/arm64/23.0/musl 7 | snapshot_treeish: @TREEISH@ 8 | source_subpath: 23.0-musl/stage3-arm64-musl-latest.tar.xz 9 | compression_mode: pixz 10 | update_seed: yes 11 | update_seed_command: --update --deep --newuse @world 12 | portage_confdir: @REPO_DIR@/releases/portage/stages 13 | portage_prefix: releng 14 | -------------------------------------------------------------------------------- /releases/specs/arm64/musl/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: musl-@TIMESTAMP@ 4 | rel_type: 23.0-musl 5 | profile: default/linux/arm64/23.0/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-arm64-musl-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64_musl 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage1-openrc-23-su.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage1 3 | version_stamp: openrc-splitusr-@TIMESTAMP@ 4 | rel_type: 23.0-splitusr 5 | profile: default/linux/arm64/23.0/split-usr 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-splitusr/stage3-arm64-openrc-splitusr-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-arm64-openrc-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-arm64-systemd-latest.tar.xz 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: -uDN @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage3-openrc-23-su.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: openrc-splitusr-@TIMESTAMP@ 4 | rel_type: 23.0-splitusr 5 | profile: default/linux/arm64/23.0/split-usr 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-splitusr/stage1-arm64-openrc-splitusr-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-arm64-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-arm64-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage3d-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: desktop-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/desktop 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-arm64-openrc-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64 12 | -------------------------------------------------------------------------------- /releases/specs/arm64/stage3d-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: arm64 2 | target: stage3 3 | version_stamp: desktop-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/arm64/23.0/desktop/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-arm64-systemd-@TIMESTAMP@.tar.xz 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: arm64/binpackages/23.0/arm64 12 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa1.1/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa1.1 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa1.1 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-hppa1.1-openrc-latest 8 | update_seed: yes 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | compression_mode: pixz 12 | decompressor_search_order: xz bzip2 13 | update_seed_command: --update --deep --newuse @world 14 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa1.1/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa1.1 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa1.1/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-hppa1.1-systemd-latest 8 | update_seed: yes 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | compression_mode: pixz 12 | decompressor_search_order: xz bzip2 13 | update_seed_command: --update --deep --newuse @world 14 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa1.1/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa1.1 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa1.1 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-hppa1.1-openrc-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | binrepo_path: hppa/binpackages/23.0/hppa1.1 13 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa1.1/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa1.1 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa1.1/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-hppa1.1-systemd-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | binrepo_path: hppa/binpackages/23.0/hppa1.1 13 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa2.0/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa2.0 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa2.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-hppa2.0-openrc-latest 8 | update_seed: yes 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | compression_mode: pixz 12 | decompressor_search_order: xz bzip2 13 | update_seed_command: --update --deep --newuse @world 14 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa2.0/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa2.0 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa2.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-hppa2.0-systemd-latest 8 | update_seed: yes 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | compression_mode: pixz 12 | decompressor_search_order: xz bzip2 13 | update_seed_command: --update --deep --newuse @world 14 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa2.0/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa2.0 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa2.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-hppa2.0-openrc-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | binrepo_path: hppa/binpackages/23.0/hppa2.0 13 | -------------------------------------------------------------------------------- /releases/specs/hppa/hppa2.0/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: hppa2.0 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/hppa/23.0/hppa2.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-hppa2.0-systemd-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | decompressor_search_order: xz bzip2 12 | binrepo_path: hppa/binpackages/23.0/hppa2.0 13 | -------------------------------------------------------------------------------- /releases/specs/ia64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ia64 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/ia64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ia64-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ia64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ia64 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/ia64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ia64-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ia64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ia64 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/ia64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ia64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ia64/binpackages/23.0/ia64 12 | -------------------------------------------------------------------------------- /releases/specs/ia64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ia64 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/ia64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ia64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ia64/binpackages/23.0/ia64 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage1-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage1 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | chost: powerpc-unknown-linux-musl 8 | source_subpath: 23.0-musl-hardened/stage3-ppc-musl-hardened-openrc-latest 9 | compression_mode: pixz 10 | update_seed: yes 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage3-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage3 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-ppc-musl-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc32/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage1-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage1 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage3-ppc64-musl-hardened-openrc-latest 8 | chost: powerpc64-unknown-linux-musl 9 | compression_mode: pixz 10 | update_seed: yes 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc64-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc64-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage3-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage3 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-ppc64-musl-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage1 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64le/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage3-ppc64le-musl-hardened-openrc-latest 8 | chost: powerpc64le-unknown-linux-musl 9 | compression_mode: pixz 10 | update_seed: yes 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage1 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64le/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage3-power9le-musl-hardened-openrc-latest 8 | chost: powerpc64le-unknown-linux-musl 9 | compression_mode: pixz 10 | update_seed: yes 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc64le-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-openrc-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-power9le-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-ppc64le-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage1-systemd-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-power9le-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | portage_confdir: @REPO_DIR@/releases/portage/stages 11 | portage_prefix: releng 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-musl-hardened-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage3 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64le/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-ppc64le-musl-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64le_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-musl-hardened-openrc-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage3 3 | version_stamp: musl-hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-musl-hardened 5 | profile: default/linux/ppc64le/23.0/musl/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl-hardened/stage1-power9le-musl-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/power9le_musl_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc64le-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64le 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-openrc-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-power9le-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/power9le 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: ppc64le 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-ppc64le-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/ppc64le 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3-systemd-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-power9le-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/power9le 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3d-openrc-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage3 3 | version_stamp: desktop-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/desktop 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-power9le-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/power9le 12 | -------------------------------------------------------------------------------- /releases/specs/ppc/ppc64le/stage3d-systemd-power9le-23.spec: -------------------------------------------------------------------------------- 1 | subarch: power9le 2 | target: stage3 3 | version_stamp: desktop-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/ppc64le/23.0/desktop/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-power9le-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: ppc/binpackages/23.0/power9le 12 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/netboot/misc/gentoo.exec: -------------------------------------------------------------------------------- 1 | /* REXX EXEC TO IPL GENTOO GNU/LINUX */ 2 | /* FOR S/390 FROM THE VM READER. */ 3 | /* */ 4 | 'CP CLOSE RDR' 5 | 'PURGE RDR ALL' 6 | 'SPOOL PUNCH * RDR' 7 | 'PUNCH GENTOO KERNEL * (NOHEADER' 8 | 'PUNCH GENTOO PARMFILE * (NOHEADER' 9 | 'PUNCH GENTOO INITRD * (NOHEADER' 10 | 'CHANGE RDR ALL KEEP NOHOLD' 11 | 'CP IPL 000C CLEAR' 12 | 13 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/netboot/misc/gentoo.parmfile: -------------------------------------------------------------------------------- 1 | root=/dev/ram0 console=ttyS0 dasd=0150 2 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/netboot/portage/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/netboot/portage/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-s390-openrc-latest 8 | update_seed: yes 9 | update_seed_command: --update --deep --newuse @world 10 | compression_mode: pixz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-s390-systemd-latest 8 | update_seed: yes 9 | update_seed_command: --update --deep --newuse @world 10 | compression_mode: pixz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-s390-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | binrepo_path: s390/binpackages/23.0/s390 11 | -------------------------------------------------------------------------------- /releases/specs/s390/s390/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-s390-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | binrepo_path: s390/binpackages/23.0/s390 11 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/netboot/misc/gentoo.exec: -------------------------------------------------------------------------------- 1 | /* REXX EXEC TO IPL GENTOO GNU/LINUX */ 2 | /* FOR S/390 FROM THE VM READER. */ 3 | /* */ 4 | 'CP CLOSE RDR' 5 | 'PURGE RDR ALL' 6 | 'SPOOL PUNCH * RDR' 7 | 'PUNCH GENTOO KERNEL * (NOHEADER' 8 | 'PUNCH GENTOO PARMFILE * (NOHEADER' 9 | 'PUNCH GENTOO INITRD * (NOHEADER' 10 | 'CHANGE RDR ALL KEEP NOHOLD' 11 | 'CP IPL 000C CLEAR' 12 | 13 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/netboot/misc/gentoo.parmfile: -------------------------------------------------------------------------------- 1 | root=/dev/ram0 console=ttyS0 dasd=0150 2 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/netboot/portage/package.license/package.license: -------------------------------------------------------------------------------- 1 | # Allow linux-firmware and other required packages in @BINARY-REDISTRIBUTABLE 2 | # license group 3 | */* @BINARY-REDISTRIBUTABLE 4 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/netboot/portage/package.use/genkernel: -------------------------------------------------------------------------------- 1 | sys-apps/util-linux static-libs 2 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390x 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/s390x 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-s390x-openrc-latest 8 | update_seed: yes 9 | update_seed_command: --update --deep --newuse @world 10 | compression_mode: pixz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390x 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage1 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/s390x/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-s390x-systemd-latest 8 | update_seed: yes 9 | update_seed_command: --update --deep --newuse @world 10 | compression_mode: pixz 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390x 2 | version_stamp: openrc-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/s390x 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-s390x-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | binrepo_path: s390/binpackages/23.0/s390x 11 | -------------------------------------------------------------------------------- /releases/specs/s390/s390x/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: s390x 2 | version_stamp: systemd-@TIMESTAMP@ 3 | target: stage3 4 | rel_type: 23.0-default 5 | profile: default/linux/s390/23.0/s390x/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-s390x-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | binrepo_path: s390/binpackages/23.0/s390x 11 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: sparc/binpackages/23.0/32 12 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: sparc/binpackages/23.0/32 12 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc64-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-sparc64-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: sparc/binpackages/23.0/64 12 | -------------------------------------------------------------------------------- /releases/specs/sparc/sparc64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: sparc64 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/sparc/23.0/64ul/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-sparc64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: sparc/binpackages/23.0/64 12 | -------------------------------------------------------------------------------- /releases/specs/x86/hardened/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage1 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/x86/23.0/i686/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage3-i686-hardened-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/hardened/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage3 3 | version_stamp: hardened-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-hardened 5 | profile: default/linux/x86/23.0/i686/hardened 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-hardened/stage1-i686-hardened-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686_hardened 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i486/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i486 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i486 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i486-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i486/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i486 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i486/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i486-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i486/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i486 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i486 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i486-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i486 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i486/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i486 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i486/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i486-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i486 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-ssemath/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i686-ssemath-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-ssemath/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i686-ssemath-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-ssemath/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i686-ssemath-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686-ssemath 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-ssemath/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i686-ssemath-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686-ssemath 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-t64/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage1 3 | version_stamp: t64-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-time64 5 | profile: default/linux/x86/23.0/i686/time64 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-time64/stage3-i686-ssemath-t64-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-t64/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage1 3 | version_stamp: t64-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-time64 5 | profile: default/linux/x86/23.0/i686/time64/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-time64/stage3-i686-ssemath-t64-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-t64/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage3 3 | version_stamp: t64-openrc-@TIMESTAMP@ 4 | rel_type: 23.0-time64 5 | profile: default/linux/x86/23.0/i686/time64 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-time64/stage1-i686-ssemath-t64-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686-ssemath-t64 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686-t64/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686-ssemath 2 | target: stage3 3 | version_stamp: t64-systemd-@TIMESTAMP@ 4 | rel_type: 23.0-time64 5 | profile: default/linux/x86/23.0/i686/time64/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-time64/stage1-i686-ssemath-t64-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686-ssemath-t64 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686/stage1-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage1 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i686-openrc-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686/stage1-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage1 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage3-i686-systemd-latest 8 | compression_mode: pixz 9 | update_seed: yes 10 | update_seed_command: --update --deep --newuse @world 11 | portage_confdir: @REPO_DIR@/releases/portage/stages 12 | portage_prefix: releng 13 | -------------------------------------------------------------------------------- /releases/specs/x86/i686/stage3-openrc-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage3 3 | version_stamp: openrc-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i686-openrc-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686 12 | -------------------------------------------------------------------------------- /releases/specs/x86/i686/stage3-systemd-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage3 3 | version_stamp: systemd-@TIMESTAMP@ 4 | rel_type: 23.0-default 5 | profile: default/linux/x86/23.0/i686/systemd 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-default/stage1-i686-systemd-@TIMESTAMP@ 8 | compression_mode: pixz 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | binrepo_path: x86/binpackages/23.0/i686 12 | -------------------------------------------------------------------------------- /releases/specs/x86/musl/stage1-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage1 3 | version_stamp: musl-@TIMESTAMP@ 4 | rel_type: 23.0-musl 5 | profile: default/linux/x86/23.0/i686/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage3-i686-musl-latest 8 | chost: i686-pc-linux-musl 9 | portage_confdir: @REPO_DIR@/releases/portage/stages 10 | portage_prefix: releng 11 | update_seed: yes 12 | update_seed_command: --update --deep --newuse @world 13 | compression_mode: pixz 14 | -------------------------------------------------------------------------------- /releases/specs/x86/musl/stage3-23.spec: -------------------------------------------------------------------------------- 1 | subarch: i686 2 | target: stage3 3 | version_stamp: musl-@TIMESTAMP@ 4 | rel_type: 23.0-musl 5 | profile: default/linux/x86/23.0/i686/musl 6 | snapshot_treeish: @TREEISH@ 7 | source_subpath: 23.0-musl/stage1-i686-musl-@TIMESTAMP@ 8 | portage_confdir: @REPO_DIR@/releases/portage/stages 9 | portage_prefix: releng 10 | compression_mode: pixz 11 | binrepo_path: x86/binpackages/23.0/i686_musl 12 | -------------------------------------------------------------------------------- /tools/catalyst-auto-qemu-mips-1.conf: -------------------------------------------------------------------------------- 1 | 2 | source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common 3 | 4 | SETS=${SETS_O32} 5 | UPLOAD_KEY=/root/.ssh/id_ed25519 6 | -------------------------------------------------------------------------------- /tools/catalyst-auto-qemu-mips-2.conf: -------------------------------------------------------------------------------- 1 | 2 | source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common 3 | 4 | SETS=${SETS_N32} 5 | UPLOAD_KEY=/root/.ssh/id_ed25519 6 | -------------------------------------------------------------------------------- /tools/catalyst-auto-qemu-mips-3.conf: -------------------------------------------------------------------------------- 1 | 2 | source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common 3 | 4 | SETS=${SETS_N64} 5 | UPLOAD_KEY=/root/.ssh/id_ed25519 6 | -------------------------------------------------------------------------------- /tools/catalyst-auto-qemu-mips-4.conf: -------------------------------------------------------------------------------- 1 | 2 | source ${REPO_DIR}/tools/catalyst-auto-qemu-mips-common 3 | 4 | SETS=${SETS_MULTI} 5 | UPLOAD_KEY=/root/.ssh/id_ed25519 6 | --------------------------------------------------------------------------------