You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/03/29 02:06:51 UTC

[incubator-apisix] branch master updated: dashboard: add dashboard as submodule. (#1360)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ff43d5  dashboard: add dashboard as submodule. (#1360)
7ff43d5 is described below

commit 7ff43d51ca1251a3969c2dc587df3ce4c30f5a25
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Sun Mar 29 10:06:42 2020 +0800

    dashboard: add dashboard as submodule. (#1360)
---
 .gitignore              | 1 -
 .gitmodules             | 3 ++-
 .travis/ASF-Release.cfg | 3 +++
 dashboard               | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f3c389a..8327a3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,7 +55,6 @@ client_body_temp
 utils/lj-releng
 .idea/
 *.iml
-dashboard/
 \.*
 
 # .travis
diff --git a/.gitmodules b/.gitmodules
index 73b8155..31a8b7e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
 [submodule "dashboard"]
 	path = dashboard
-	url = https://github.com/apache/incubator-apisix-dashboard-built.git
+	url = https://github.com/apache/incubator-apisix-dashboard.git
+
diff --git a/.travis/ASF-Release.cfg b/.travis/ASF-Release.cfg
index 703a361..5021dab 100644
--- a/.travis/ASF-Release.cfg
+++ b/.travis/ASF-Release.cfg
@@ -91,6 +91,9 @@ t/servroot
 conf
 .travis/openwhisk-utilities
 
+# Exclude dashboard files
+dashboard
+
 [Options]
 # Not all code files allow licenses to appear starting at the first character
 # of the file. This option tells the scan to allow licenses to appear starting
diff --git a/dashboard b/dashboard
new file mode 160000
index 0000000..cfb3ee7
--- /dev/null
+++ b/dashboard
@@ -0,0 +1 @@
+Subproject commit cfb3ee7b8721076975c1deaff3e52da3ea4a312a