From 1eead823df0b806e70a9736e2ba336998ccffa19 Mon Sep 17 00:00:00 2001 From: Axel Andersson Date: Tue, 22 Oct 2024 16:22:28 +0200 Subject: [PATCH] Forcing LF in NOTICE file ansible-split-streams must be used to avoid warnings in the git diff command (which is streamed on stderr) from polluting the diff output on stdout. Change-Id: I6483df8da1f416d10bd1b9c128b696191e44fc44 --- .gitattributes | 1 + zuul.d/jobs.yaml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c4dc26f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +NOTICE text eol=lf diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 6ac265e..8e8587e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -5,6 +5,7 @@ run: playbooks/powertrain-build-blackduck.yaml timeout: 10800 attempts: 1 + ansible-split-streams: true vars: blackduck_additional_arguments: --detect.pip.path=/usr/bin/pip