From 2ed2fa694221a801eb849c13796d7e18cf90bf2a Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 15 Oct 2021 15:20:26 +0100
Subject: [PATCH] Provide a root symlink for default.xml

In this way, repo will know how to pick the default XML file without
having to be always provided with the path to it.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 default.xml | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 default.xml

diff --git a/default.xml b/default.xml
new file mode 120000
index 00000000..03d69be0
--- /dev/null
+++ b/default.xml
@@ -0,0 +1 @@
+manifests/default.xml
\ No newline at end of file
-- 
GitLab