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

[apisix] branch master updated: rocks: use tag instead of branch. (#2003)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87c252c  rocks: use tag instead of branch. (#2003)
87c252c is described below

commit 87c252ccebaaf05e08b6991a80030662ab0e52a3
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Thu Aug 6 10:28:24 2020 +0800

    rocks: use tag instead of branch. (#2003)
    
    fix #1872, which not using the right way to install from luarocks.
---
 rockspec/apisix-0.9-0.rockspec   | 2 +-
 rockspec/apisix-1.0-0.rockspec   | 2 +-
 rockspec/apisix-1.1-0.rockspec   | 2 +-
 rockspec/apisix-1.2-0.rockspec   | 2 +-
 rockspec/apisix-1.3-0.rockspec   | 2 +-
 rockspec/apisix-1.4-0.rockspec   | 4 ++--
 rockspec/apisix-1.4.1-0.rockspec | 2 +-
 rockspec/apisix-1.5-0.rockspec   | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/rockspec/apisix-0.9-0.rockspec b/rockspec/apisix-0.9-0.rockspec
index 94c7962..28952bb 100644
--- a/rockspec/apisix-0.9-0.rockspec
+++ b/rockspec/apisix-0.9-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.0-0.rockspec b/rockspec/apisix-1.0-0.rockspec
index 0a97198..5e4f401 100644
--- a/rockspec/apisix-1.0-0.rockspec
+++ b/rockspec/apisix-1.0-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.1-0.rockspec b/rockspec/apisix-1.1-0.rockspec
index 1add562..f194026 100644
--- a/rockspec/apisix-1.1-0.rockspec
+++ b/rockspec/apisix-1.1-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.2-0.rockspec b/rockspec/apisix-1.2-0.rockspec
index e57a61d..1a6ad32 100644
--- a/rockspec/apisix-1.2-0.rockspec
+++ b/rockspec/apisix-1.2-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.3-0.rockspec b/rockspec/apisix-1.3-0.rockspec
index 580bf48..99dddc5 100644
--- a/rockspec/apisix-1.3-0.rockspec
+++ b/rockspec/apisix-1.3-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.4-0.rockspec b/rockspec/apisix-1.4-0.rockspec
index f0f8242..f9bb44d 100644
--- a/rockspec/apisix-1.4-0.rockspec
+++ b/rockspec/apisix-1.4-0.rockspec
@@ -21,11 +21,11 @@ supported_platforms = {"linux", "macosx"}
 
 source = {
     url = "git://github.com/apache/incubator-apisix",
-    branch = "1.4",
+    tag = "1.4",
 }
 
 description = {
-    summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX(incubating) is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix",
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.4.1-0.rockspec b/rockspec/apisix-1.4.1-0.rockspec
index 3fc6ea4..02d1577 100644
--- a/rockspec/apisix-1.4.1-0.rockspec
+++ b/rockspec/apisix-1.4.1-0.rockspec
@@ -21,7 +21,7 @@ supported_platforms = {"linux", "macosx"}
 
 source = {
     url = "git://github.com/apache/incubator-apisix",
-    branch = "1.4.1",
+    tag = "1.4.1",
 }
 
 description = {
diff --git a/rockspec/apisix-1.5-0.rockspec b/rockspec/apisix-1.5-0.rockspec
index ce0cf2c..1774b97 100644
--- a/rockspec/apisix-1.5-0.rockspec
+++ b/rockspec/apisix-1.5-0.rockspec
@@ -21,7 +21,7 @@ supported_platforms = {"linux", "macosx"}
 
 source = {
     url = "git://github.com/apache/apisix",
-    branch = "1.5",
+    tag = "1.5",
 }
 
 description = {