diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-27 12:26:03 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-27 12:26:03 +0100 |
commit | 660fe8d258e996360345ff827e09a897ba059503 (patch) | |
tree | 0b061335cecfbd91cdbfec0393dde8da1d30faec /scripts/ci | |
parent | 427e0d1b459bcd98871a3a78965dd780242d01ba (diff) | |
download | meta-updater-660fe8d258e996360345ff827e09a897ba059503.tar.gz |
oe-selftest.sh: This also now requires setting git identity.fix/sota-bleeding-native
Not sure why this only started cropping up now.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci/oe-selftest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/oe-selftest.sh b/scripts/ci/oe-selftest.sh index 178e7c1..d441d02 100755 --- a/scripts/ci/oe-selftest.sh +++ b/scripts/ci/oe-selftest.sh | |||
@@ -22,5 +22,9 @@ set -x | |||
22 | # see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67 | 22 | # see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67 |
23 | mkdir -p "tmp/log" | 23 | mkdir -p "tmp/log" |
24 | 24 | ||
25 | # This is apparently required here now as well. | ||
26 | git config --global user.email "meta-updater-ci@example.org" | ||
27 | git config --global user.name "meta-updater-ci" | ||
28 | |||
25 | oe-selftest -r "$@" | 29 | oe-selftest -r "$@" |
26 | ) | 30 | ) |