Commit graph

1527 commits

Author SHA1 Message Date
Matthew Thode 4f6b5605a0
add gitignore for tools-musl stuff 2017-01-01 21:39:44 -06:00
Your Name 274837a3d1
add stage4 musl config 2017-01-01 21:37:52 -06:00
Mike Frysinger 9144c990bf isos: set busybox[-static]
We don't need the static binary for recovery on iso images, and it
conflicts with the global USE=pam setting we turn on for isos.
2016-12-22 12:49:43 -05:00
Mike Frysinger e98ae4f69e catalyst-auto: add missing local body in send_email 2016-12-21 20:20:03 -05:00
Mike Frysinger ef83c934a8 catalyst-auto: fix return value passing with run_cmd helper 2016-12-21 20:20:03 -05:00
Mike Frysinger e8186ef489 catalyst-auto: rework run_cmd pass through
Make the logfile the first arg so the rest of the args are the command
to actually run.  This allows us to properly quote arguments.
2016-12-21 20:20:03 -05:00
Mike Frysinger 12b23fa07e catalyst-auto: fix quoting in a number of places 2016-12-21 20:20:03 -05:00
Mike Frysinger 6fd55163c0 catalyst-auto: reject unknown command line arguments 2016-12-21 20:20:03 -05:00
Mike Frysinger d56243723a catalyst-auto: drop unused variables 2016-12-21 20:20:02 -05:00
Anthony G. Basile 72fc35e54a tools-musl: remove useless package.accept_keywords for mips 2016-12-18 08:07:50 -05:00
Anthony G. Basile 366710d78c tools-uclibc: stop-gap until python 3.5 is stabilized 2016-12-07 06:24:52 -05:00
Robin H. Johnson 7e6bf27a13
weekly: new app-arch/rar license is EULA and prohibits bundling (provision 3.b.)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
(cherry picked from commit fefbd35fbbfc4eff41acdd8e70acdcab7613378c)
2016-12-01 16:21:41 -08:00
Mike Frysinger cb672f4003 drop openssh keywording
Newer versions have gone stable now so we don't need this file anymore.
2016-11-25 19:56:02 -05:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) d47466ed7a Drop sys-apps/apmd - fixes bug 552314.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-11-13 19:55:43 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) f636c7e886 Drop app-misc/vlock from the installcd, livecd and admincd - fixes bug 543778. Leaving livedvd specs pending more discussion.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-11-13 19:03:38 +00:00
Anthony G. Basile 05ede714ee tools-musl: use =sys-apps/portage-2.3.1 2016-09-29 13:28:47 -04:00
Anthony G. Basile eaf637ff8b tools-musl: keywording gcc-config-1.8-r1 is unnecessary 2016-09-29 13:24:05 -04:00
Anthony G. Basile c82646b890 tools-uclibc: keywording gcc-config-1.8-r1 is unnecessary 2016-09-28 19:41:55 -04:00
Anthony G. Basile 0de951e6b3 tools-uclibc: uclibc-ng is now preferred over uclibc 2016-09-28 19:37:36 -04:00
Anthony G. Basile 2afcff50f7 tools-uclibc: mask on recent binutils-config lifted in tree 2016-09-28 19:35:34 -04:00
Anthony G. Basile 28274e06ea tools-uclibc: switch to uclibc-ng 2016-09-13 15:39:52 -04:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) ce6f1f2f6d Package removal - bug 513044.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-08-30 22:35:37 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 0f1099bc00 Add net-misc/openssh explicitely to the list of packages in the installcd-stage1 spec so that it is rebuild with the livecd use flag - still need fixing in catalyst.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-08-05 03:36:26 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) cd39c541be Update kernel config for the install-cd and admin-cd.
Add rt2800pci support - fixes bug 544758.
Add x2apic - fixes bug 553814.
Enable pax_softmode - fixes bug 557350.
Add nvme support for the install-cd - fixes bug 557876.
Add hyper-v drivers - fixes bug 587638.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-07-30 12:32:15 +00:00
Anthony G. Basile 524d86ceca Revert "tools-uclibc: build wget with LDFLAGS=-liconv", bug #587620
This reverts commit 6d3139efcf.
2016-07-18 05:49:05 -04:00
Anthony G. Basile 6d3139efcf tools-uclibc: build wget with LDFLAGS=-liconv 2016-07-07 13:02:50 -04:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) c03fe1c1a1 Keyword latest openssh version to allow root password logins in the live-cds - fixes bug 585232.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-06-19 15:51:01 +00:00
Robin H. Johnson e243f99edf
catalyst-auto: squelch all pushd/popd
Have some sed magic, including a negative match.

git grep -l -e pushd -e popd \
| xargs sed -i -r \
  -e '/(pushd|popd)/{ /null/! { s,$, >/dev/null,g } }'

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-06-14 18:31:06 -07:00
Anthony G. Basile 984255449b too-uclibc: enable fenv.h on arm, bug #585264 2016-06-13 14:05:06 -04:00
Anthony G. Basile fa003ea458 tool-uclibc: extend =sys-devel/gcc-config-1.8-r1 to all hardened arches 2016-06-04 12:15:23 -04:00
Anthony G. Basile 1ae8501b23 tools-musl/run.sh: restore code accidentally removed 2016-06-04 12:09:00 -04:00
Anthony G. Basile 15af59a809 tool-uclibc: =dev-libs/libintl-0.19.7 is stable in the tree 2016-06-04 12:02:39 -04:00
Anthony G. Basile 9925136e53 tools-musl: correct portage_confdir for hardened amd64 and armv7a 2016-06-04 11:21:06 -04:00
Anthony G. Basile 237a0f59fb tools-{musl,uclibc}: keyword =sys-devel/gcc-config-1.8-r1 and =dev-libs/libintl-0.19.7
This is a stop gap measure to get around bug #584234 and bug #584616 to keep the
stages rolling until those bugs are fixed.
2016-05-31 08:41:20 -04:00
Robin H. Johnson 3a6d81ff2e
catalyst-auto: do not fail if /usr/bin/time is not present.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-30 09:13:32 -07:00
Robin H. Johnson da8eca6283
infra-boxes: go more parallel to use CPU better.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 14:40:27 -07:00
Robin H. Johnson 17b064f0b9
update*tree: fix variable.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 14:01:39 -07:00
Robin H. Johnson b33c6d98be
infra hosts: tweak build options.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 13:59:39 -07:00
Robin H. Johnson 69b94063ec
emerge must use repos.conf now, instead of PORTDIR.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 13:55:55 -07:00
Robin H. Johnson 380990612e
catalyst-auto: datestamp tmpdir for ease of debug.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 13:43:08 -07:00
Robin H. Johnson fbd9bd975a
Add envscript for more infra boxes.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-27 11:47:18 -07:00
Mike Frysinger bc049160cb stage_build.sh: punt unused script
No one seems to use it or ask about it, so punt it until someone notices.
2016-05-23 22:27:18 -04:00
Mike Frysinger 948570e7a4 drop duplicate default e-mail values
The catalyst-auto defaults already align with these.
2016-05-23 22:05:09 -04:00
Mike Frysinger d97b2662fa catalyst-auto: use local in a few more places 2016-05-23 22:02:22 -04:00
Mike Frysinger b86673c791 catalyst-auto: convert echo -e to printf
Makes the code a bit more robust.
2016-05-23 22:00:31 -04:00
Mike Frysinger 5d4de9e446 hppa: netboot: enable USE=unicode
This is better for international users, and it fixes a build error with
procps/ncurses deps.
2016-05-21 23:36:55 -04:00
Mike Frysinger d4e6ae0019 convert GITDIR over to REPO_DIR
The variables were representing the same thing, so merge them.
2016-05-19 22:17:41 -04:00
Mike Frysinger 170331ecea catalyst-auto: automatically calculate REPO_DIR
Rather than hardcode it to a path that works on only a few systems,
switch it to the dynamic calculation like we use for GITDIR.
2016-05-19 22:16:14 -04:00
Mike Frysinger 1294da6932 catalyst-auto: try to fix syntax error in previous commits 2016-05-07 16:04:33 -04:00
Robin H. Johnson 060a341e10
copy_buildsync: squelch errors.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-05-06 11:31:55 -07:00