You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/03/19 07:39:25 UTC

[incubator-dubbo-website] branch master updated (4926c87 -> ba051fc)

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

huxing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git.


    from 4926c87  Add DISCLAIMER
     new 1000e0d  Ignore .DS_Store file.
     new ba051fc  Modify dubbo-docs url.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore    | 1 +
 script/deploy | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.

[incubator-dubbo-website] 01/02: Ignore .DS_Store file.

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1000e0dd2b89d97c1e34b5193c958216d6bb40ac
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Mar 19 14:21:54 2018 +0800

    Ignore .DS_Store file.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4c972ab..6bd8d26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ _site
 .sass-cache
 Gemfile.lock
 *.gem
+.DS_Store

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.

[incubator-dubbo-website] 02/02: Modify dubbo-docs url.

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ba051fc23535f701129229b17c5169b2f7ee97ca
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Mar 19 15:10:49 2018 +0800

    Modify dubbo-docs url.
---
 script/deploy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/deploy b/script/deploy
index 4ed5171..f609ed5 100755
--- a/script/deploy
+++ b/script/deploy
@@ -22,7 +22,7 @@ host=0.0.0.0
 script_dir=$(cd `dirname $0`; pwd)
 base_dir=`dirname ${script_dir}`
 parent_dir=`dirname ${base_dir}`
-git_book_dir="${parent_dir}/dubbo-docs"
+git_book_dir="${parent_dir}/incubator-dubbo-docs"
 
 saved_dir=${git_book_dir}
 
@@ -42,7 +42,7 @@ else
 
    # clone github code for books
    echo "git clone $git_book_url"
-   git clone https://github.com/dubbo/dubbo-docs.git
+   git clone https://github.com/apache/incubator-dubbo-docs.git
 
    cd ${base_dir}
    # first time , we should install jekyll dependency plugin

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.