From 16ca38e5c1fc7913ba8d1265b324099112b8e959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 19 Dec 2020 12:54:47 +0100 Subject: [PATCH] add scripts submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć --- .gitmodules | 3 +++ 3rd_party/scripts | 1 + scripts | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 3rd_party/scripts create mode 120000 scripts diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9eb4e9e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rd_party/scripts"] + path = 3rd_party/scripts + url = https://gitlab.com/src_prepare/scripts diff --git a/3rd_party/scripts b/3rd_party/scripts new file mode 160000 index 0000000..ffa106f --- /dev/null +++ b/3rd_party/scripts @@ -0,0 +1 @@ +Subproject commit ffa106fad9b08f73fc3023fe6c2b02cdf37a89c7 diff --git a/scripts b/scripts new file mode 120000 index 0000000..a848809 --- /dev/null +++ b/scripts @@ -0,0 +1 @@ +3rd_party/scripts/src \ No newline at end of file