lib: Disable emerge color

Although Jenkins is supposed to be able to decode ANSI escape sequences
for terminal colors, it doesn't do so in all cases and when it does, it
doesn't seem to produce the right result for output from `emerge`.
lib/main
Dustin 2024-12-14 14:02:18 -06:00
parent 9377c9423c
commit 961cb0078c
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ emerge -kvnuUDj --rebuilt-binaries=y --root=/mnt/gentoo sys-apps/baselayout
# At some point, we may end up with an Aimee OS profile for Portage. # At some point, we may end up with an Aimee OS profile for Portage.
# If/when that happens, we can override @system to remove the stuff we # If/when that happens, we can override @system to remove the stuff we
# don't want, like virtual/service-manager and virtual/openssh. # don't want, like virtual/service-manager and virtual/openssh.
xargs emerge -kvnuUDj --rebuilt-binaries=y --root=/mnt/gentoo --color=y <<EOF xargs emerge -kvnuUDj --rebuilt-binaries=y --root=/mnt/gentoo <<EOF
app-arch/gzip app-arch/gzip
dev-build/make dev-build/make
net-misc/wget net-misc/wget

View File

@ -17,7 +17,7 @@ masters = gentoo
auto-sync = no auto-sync = no
EOF EOF
emerge -kvnuUDj --rebuilt-binaries=y --color=y sys-devel/crossdev emerge -kvnuUDj --rebuilt-binaries=y sys-devel/crossdev
crossdev --stable -t "$1" crossdev --stable -t "$1"

View File

@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
xargs -r emerge -vnuUj --rebuilt-binaries=y --color=y <<EOF xargs -r emerge -vnuUj --rebuilt-binaries=y <<EOF
sys-apps/shadow sys-apps/shadow
EOF EOF
xargs -r emerge -vnuUj --rebuilt-binaries=y --color=y <<EOF xargs -r emerge -vnuUj --rebuilt-binaries=y <<EOF
app-emulation/qemu app-emulation/qemu
sec-policy/selinux-base sec-policy/selinux-base
sys-apps/policycoreutils sys-apps/policycoreutils