diff mbox series

[autobuilder,v3,5/5] scripts/send-qa-email: add symlink to preserve compatibility with autobuilder

Message ID 20230124173017.134017-6-alexis.lothore@bootlin.com
State New
Headers show
Series generate regression reports against proper releases | expand

Commit Message

Alexis Lothoré Jan. 24, 2023, 5:30 p.m. UTC
Merely renaming send-qa-email to send_qa_email.py would imply to update
yocto-autobuilder2 scripts, which can be daunting. In order to preserve
compatibility with current configuration, add a symlink pointing to the
new script

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
---
 scripts/send-qa-email | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 scripts/send-qa-email
diff mbox series

Patch

diff --git a/scripts/send-qa-email b/scripts/send-qa-email
new file mode 120000
index 0000000..d82d07f
--- /dev/null
+++ b/scripts/send-qa-email
@@ -0,0 +1 @@ 
+send_qa_email.py
\ No newline at end of file