summaryrefslogtreecommitdiff
path: root/debian/patches/series
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2021-04-12 12:27:09 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-12-01 16:24:01 +0100
commitab6ccd1a81ead7cbaa9c026b2ac90427ed9a9763 (patch)
treed1935e4d65cd1d546ed1c6329fcc156e708518c3 /debian/patches/series
parent46504353572fd0a877872f3e6c2bd1cc507331df (diff)
Unset $TERM to prevent unexpectedly colorized output from breaking builds
Our OBS workers run under a `screen` session, which gives them an actual `$TERM` variable. Some packages like `color.js` then enable colored output, which confuses some other packages like `node-grunt-legacy-log` which use it in their testsuite and do not expect colored output. To avoid that, unset `TERM`. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 41fb4c3..9df590f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ python3-openstack-console.patch
fallback-stable-dist.patch
Force-locale-to-C.UTF-8.patch
Force-the-local-timezone-to-be-UTC.patch
+Unset-TERM-to-prevent-unexpectedly-colorized-output-from-.patch