This is an automated email from the ASF dual-hosted git repository.
dijiekstra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new 9ac96114 [Feature] Add seatunnel main repository as seatunnel-web
submodule (#13)
9ac96114 is described below
commit 9ac961140d13e99b12f1bdc505cb5317ef0af475
Author: Eric <[email protected]>
AuthorDate: Mon Nov 14 15:04:45 2022 +0800
[Feature] Add seatunnel main repository as seatunnel-web submodule (#13)
* remove submodule
* add submodule
* ignore submodule license header check
* ignore submodule license header check
---
.gitmodules | 3 +++
.licenserc.yaml | 2 ++
seatunnel-main-repository | 1 +
3 files changed, 6 insertions(+)
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..fb837904
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "seatunnel-main-repository"]
+ path = seatunnel-main-repository
+ url = https://github.com/apache/incubator-seatunnel.git
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 0fd78f91..d60ffae0 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -40,5 +40,7 @@ header:
- '**/NOTICE'
- '**/.gitkeep'
- '**/com/typesafe/config/**'
+ - 'seatunnel-main-repository/**'
+ - '**/.gitmodules'
comment: on-failure
diff --git a/seatunnel-main-repository b/seatunnel-main-repository
new file mode 160000
index 00000000..b85317bc
--- /dev/null
+++ b/seatunnel-main-repository
@@ -0,0 +1 @@
+Subproject commit b85317bcbe080d6278030a8a5d0206995df50b30