diff options
-rw-r--r-- | classes/sota_bleeding.inc | 1 | ||||
-rwxr-xr-x | scripts/ci/oe-selftest.sh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/classes/sota_bleeding.inc b/classes/sota_bleeding.inc index fc5947d..77d004b 100644 --- a/classes/sota_bleeding.inc +++ b/classes/sota_bleeding.inc | |||
@@ -1 +1,2 @@ | |||
1 | SRCREV_pn-aktualizr ?= "${AUTOREV}" | 1 | SRCREV_pn-aktualizr ?= "${AUTOREV}" |
2 | SRCREV_pn-aktualizr-native ?= "${AUTOREV}" | ||
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 | ) |