Skip to content

Commit

Permalink
bin/job.sh: export GCC_COLORS="never"
Browse files Browse the repository at this point in the history
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
  • Loading branch information
toralf committed May 4, 2016
1 parent 5b72359 commit 1dc54ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,11 @@ tsfile=/usr/portage/metadata/timestamp.chk
old=$(cat $tsfile 2>/dev/null) # timestamp of the package repository
pks=/tmp/packages # the package list file, pre-filled at setup

# eg.; PORTAGE_ELOG_MAILFROM="amd64-gnome-unstable_20150913-104240 <tinderbox@zwiebeltoralf.de>"
# eg.: PORTAGE_ELOG_MAILFROM="amd64-gnome-unstable_20150913-104240 <tinderbox@zwiebeltoralf.de>"
#
name=$(grep "^PORTAGE_ELOG_MAILFROM=" /etc/portage/make.conf | cut -f2 -d '"' | cut -f1 -d ' ')

export GCC_COLORS="" # suppress colour output of gcc-4.9 and above
export GCC_COLORS="never" # suppress colour output of gcc-4.9 and above
export XDG_CACHE_HOME=/tmp/xdg # https://bugs.gentoo.org/show_bug.cgi?id=567192

# sometimes an update was made outside of this script
Expand Down

0 comments on commit 1dc54ae

Please sign in to comment.