aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* catalyst-auto-sparc64.conf: email to me for nowBen Kohler2019-01-041-0/+2
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst-auto-sparc64.conf: path fixupsBen Kohler2019-01-041-2/+2
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* add sparc-auto catalyst config file based on amd64Ben Kohler2019-01-041-0/+16
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst-auto-sparc64.conf: disable multilib in one more placeBen Kohler2019-01-041-1/+1
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst-auto-sparc64.conf: fix ARCHBen Kohler2019-01-041-1/+1
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst-auto-sparc64.conf: start sourcing build.envBen Kohler2019-01-041-0/+6
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst-auto-sparc64.conf: stop hardcoding .tar.bz2, no multilib buildBen Kohler2019-01-031-8/+6
| | | | | | | As has been done in other arches' specs, allow a list of different stage3 tarball extensions. Also disable building of multilib stages. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* tools-uclibc: keyword sys-apps/iproute2-4.19.0-r1Anthony G. Basile2018-12-3110-6/+6
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Stop cleaning /usr/share/locale and /usr/share/man.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-12-302-3/+0
| | | | | | | | | For the install-cd and admin-cd stop cleaning /usr/share/locale as that's causing issues at least with tmux for not having any UTF-8 locales. For the admin-cd stop cleaning /usr/share/man to see the resulting ISO size difference and evaluate if it's worthy it. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Update the x86 hardened specs profile to the new 17.0 profiles.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-12-297-7/+7
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Update kernel config for the admin-cd.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-12-292-1/+5086
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* tools-systemd: allow some package.use entries to be removed before packing ↵Ben Kohler2018-12-115-0/+1
| | | | | | stage3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* scripts/copy_buildsync: shellcheck passRobin H. Johnson2018-11-211-19/+27
| | | | | | [mattst88]: Small fixes Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* scripts/copy_buildsync: cleanup excludes of tempfileRobin H. Johnson2018-11-211-5/+32
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* scripts/copy_buildsync: try to exclude rsync tempfileMatt Turner2018-11-211-3/+3
| | | | | | | | | | | | | | | | | | | In-progress uploads are named .<filename>.<rsynctemp> and were mistakenly recognized by copy_buildsync.sh as targets to sweep to the mirrors. When it did, it deleted the file causing the in-progress upload to fail. Since the script is run by cron every 15 minutes, this would lead to a large portion of the generated installation media to fail to upload, and worse there is no pattern to it -- it just happens whenever an upload spans the 15 minute boundary. The fix is to ignore hidden files and to tell rsync (via the filter rules) to exclude them from its sweep to the mirrors. Closes: https://bugs.gentoo.org/670458 Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* tools-uclibc: moved FEATURES=-multilib-strict to treeAnthony G. Basile2018-11-1512-12/+4
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* kconfig/powerpc: Remove old kconfigsMatt Turner2018-11-129-17742/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* weekly/admincd: Use stable sys-fs/btrfs-progsMatt Turner2018-11-101-1/+0
| | | | | | | | We suspect this dated from a time before there were stable keywords on sys-fs/btrfs-progs. A recent build failure on ppc made me notice this, so lets use a stable version to avoid such problems in the future. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* kconfig/powerpc: Build ISO9660 support into kernelMatt Turner2018-11-052-2/+2
| | | | I think this is the reason the CDs are failing to boot.
* tools-uclibc: workaround multilib-strict for fileAnthony G. Basile2018-10-2812-5/+12
|
* kconfig/{amd64,x86}: add FB_SIMPLEBen Kohler2018-10-232-2/+2
|
* specs/ia64: Switch stages to 17.0 profileMatt Turner2018-10-125-5/+5
|
* specs/alpha: Ship sys-fs/dmraid on the livecdMatt Turner2018-10-091-1/+1
| | | | | | | Expected to fix the livecd build which is currently failing with Error: --dmraid requires sys-fs/dmraid to be installed on the host system.
* tools-uclibc: changes for the new 17.0 profiles for armAnthony G. Basile2018-10-082-0/+2
|
* tools-uclibc: changes for the new 17.0 profiles for amd64 and x86Anthony G. Basile2018-10-089-5/+13
|
* remove unneeded use flags for musl stage4Matthew Thode2018-10-052-2/+0
|
* fix building stage4sMatthew Thode2018-10-055-1/+8
| | | | | fix based on 547d9e6fb7dcb41e21ef75ee31de0e6d260dc769 and it's breaking of stage4 builds
* tools-uclibc: update arm build for new 17.0 profilesAnthony G. Basile2018-10-054-9/+18
|
* tools-musl: sys-libs/pam needs cracklibAnthony G. Basile2018-10-048-0/+8
|
* tools-musl: don't polute stage3sAnthony G. Basile2018-10-042-9/+0
|
* tools-uclibc: keyword sys-apps/iproute2-4.18.0Anthony G. Basile2018-09-264-0/+4
|
* portage/isos: remove obsolete p.a_k for opensslBen Kohler2018-09-251-2/+0
|
* portage/stages: remove obsolete p.a_k entry for portageBen Kohler2018-09-251-1/+0
|
* portage/stages: apply -filecaps globallyBen Kohler2018-09-253-4/+7
|
* portage/stages: remove obsolete package.use/grubBen Kohler2018-09-251-1/+0
| | | | | amd64 profiles set this already since late 2016 https://gitweb.gentoo.org/repo/gentoo.git/commit/profiles/arch/amd64/package.use?id=df1cfa8b3a275372a8dc64cc93130128710e51f4
* portage/stages: remove long-obsolete masksBen Kohler2018-09-253-4/+0
|
* specs/ppc: Replace fwcutter with actual firmwareMatt Turner2018-09-191-2/+2
| | | | | | | With the mirror restriction lifted, we can actually ship this on install CDs. Bug: https://bugs.gentoo.org/666588
* specs/sparc: bump main sparc specs to 17.0 profilesBen Kohler2018-09-195-5/+5
|
* kconfig/{amd64,x86}/installcd: add more userspace crypto optionsBen Kohler2018-09-192-8/+10
| | | | Bug: https://bugs.gentoo.org/665306
* specs/ppc: Add sys-apps/lm_sensorsMatt Turner2018-09-181-0/+1
|
* specs/ppc: Readd net-wireless/{b43,bcm43xx}-fwcutterMatt Turner2018-09-181-0/+2
|
* kconfig/powerpc: Disable bootup logoMatt Turner2018-09-183-12/+3
| | | | On my iMac G4 it causes corruption with CONFIG_FB_OF
* kconfig/powerpc: More configuration updatesMatt Turner2018-09-183-153/+120
|
* kconfig/powerpc: Enable firewire on ppc32Matt Turner2018-09-181-1/+4
| | | | Bug: https://bugs.gentoo.org/496786
* catalyst-auto: Skip alpha stage2 buildsMatt Turner2018-09-171-1/+1
|
* specs/alpha: Build stage3 from stage1Matt Turner2018-09-171-1/+1
|
* specs/alpha: Switch stages to 17.0 profileMatt Turner2018-09-176-6/+6
|
* specs/ppc: Update configsMatt Turner2018-09-162-396/+50
|
* catalyst-auto: Fix more s/ppc/ppc32/Matt Turner2018-09-161-2/+2
|
* catalyst-auto: Build ppc install CD from 32-bit specsMatt Turner2018-09-161-1/+1
|