You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/10/23 10:26:44 UTC

[distributedlog] branch debug_postcommit_job created (now 49e6ce1)

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

sijie pushed a change to branch debug_postcommit_job
in repository https://gitbox.apache.org/repos/asf/distributedlog.git.


      at 49e6ce1  Fix publish-website.sh on cloning apache repo

This branch includes the following new commits:

     new 49e6ce1  Fix publish-website.sh on cloning apache repo

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
['"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>'].

[distributedlog] 01/01: Fix publish-website.sh on cloning apache repo

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

sijie pushed a commit to branch debug_postcommit_job
in repository https://gitbox.apache.org/repos/asf/distributedlog.git

commit 49e6ce180393c6be5f5feb57e530ec408a839e19
Author: Sijie Guo <si...@apache.org>
AuthorDate: Mon Oct 23 03:25:18 2017 -0700

    Fix publish-website.sh on cloning apache repo
---
 website/scripts/publish-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/scripts/publish-website.sh b/website/scripts/publish-website.sh
index 6d05504..2758a5d 100755
--- a/website/scripts/publish-website.sh
+++ b/website/scripts/publish-website.sh
@@ -23,7 +23,7 @@
 
 CONTENT_ROOT_DIR=$1
 TMP_DIR=/tmp/distributedlog-site-tmp
-ORIGIN_REPO=$(git remote show apache | grep 'Push  URL' | awk -F// '{print $NF}')
+ORIGIN_REPO=$(git remote show origin | grep 'Push  URL' | awk -F// '{print $NF}')
 # ORIGIN_REPO=$(git remote show origin | grep 'Push  URL' | awk -F// '{print $NF}')
 echo "ORIGIN_REPO: $ORIGIN_REPO"
 

-- 
To stop receiving notification emails like this one, please contact
"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>.