Signed-off-by: Michael Halstead <[email protected]>
---
scripts/send-qa-email | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/send-qa-email b/scripts/send-qa-email
index abc17e2..f38c876 100755
--- a/scripts/send-qa-email
+++ b/scripts/send-qa-email
@@ -70,10 +70,10 @@ if 'poky' in repos and os.path.exists(resulttool) and
args.results_dir:
elif basebranch:
cloneopts = ["--branch", basebranch]
try:
- subprocess.check_call(["git", "clone",
"[email protected]:yocto-testresults", tempdir, "--depth", "5"] +
cloneopts)
+ subprocess.check_call(["git", "clone",
"[email protected]:yocto-testresults", tempdir, "--depth", "5"] +
cloneopts)
except subprocess.CalledProcessError:
print("No comparision branch found, falling back to master")
- subprocess.check_call(["git", "clone",
"[email protected]:yocto-testresults", tempdir, "--depth", "5"])
+ subprocess.check_call(["git", "clone",
"[email protected]:yocto-testresults", tempdir, "--depth", "5"])
# If the base comparision branch isn't present regression comparision
won't work
# at least until we can tell the tool to ignore internal branch
information
--
2.26.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50426): https://lists.yoctoproject.org/g/yocto/message/50426
Mute This Topic: https://lists.yoctoproject.org/mt/76560641/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-