mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
scripts/send_qa_email.py: Rename send-qa-email to send_qa_email.py
This rename fixes send-qa-email regarding python guidelines, which allows to import the script content in another script (for unit testing purpose for example) Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f195338438
commit
5adb7a7dc3
|
@ -61,7 +61,7 @@ for repo in sorted(repos.keys()):
|
|||
utils.printheader("Copying in repo %s" % repo)
|
||||
utils.mkdir(targetsubdir)
|
||||
if args.target in ["a-full", "a-quick"]:
|
||||
# full/quick need all repo data due to send-qa-email
|
||||
# full/quick need all repo data due to send_qa_email.py
|
||||
subprocess.check_call(["tar", "-I", "zstd", "-C", targetsubdir, "-xf", "%s.tar.zst" % args.cache_dir])
|
||||
else:
|
||||
subprocess.check_call(["tar", "-I", "zstd", "-C", targetsubdir, "-xf", "%s.tar.zst" % args.cache_dir, "./" + repo])
|
||||
|
|
Loading…
Reference in New Issue
Block a user