You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2016/11/09 07:35:29 UTC

incubator-distributedlog git commit: Fix the build scripts

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master f3f0d55ac -> 3fadd14aa


Fix the build scripts

- the baseurl is the relative path
- url is the protocol + domain name

Author: Sijie Guo <si...@twitter.com>

Reviewers: Franck Cuny <fr...@gmail.com>

Closes #29 from sijie/sijie/fix_website_build_scripts


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/3fadd14a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/3fadd14a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/3fadd14a

Branch: refs/heads/master
Commit: 3fadd14aa1afab5661ccb4ceda3a0133dd682af2
Parents: f3f0d55
Author: Sijie Guo <si...@twitter.com>
Authored: Tue Nov 8 23:35:26 2016 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Nov 8 23:35:26 2016 -0800

----------------------------------------------------------------------
 docs/_config-production.yml    | 2 +-
 docs/_config.yml               | 3 +--
 website/_config-production.yml | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/docs/_config-production.yml
----------------------------------------------------------------------
diff --git a/docs/_config-production.yml b/docs/_config-production.yml
index 2c71bf5..d5c50d4 100644
--- a/docs/_config-production.yml
+++ b/docs/_config-production.yml
@@ -1 +1 @@
-baseurl: "http://distributedlog.incubator.apache.org/docs/latest"
+baseurl: "/docs/latest"

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index c93ef96..0ddd55d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -17,8 +17,7 @@ distributedlog_version: "0.4.0-SNAPSHOT"
 distributedlog_version_short: "0.4.0"
 
 # the base hostname & protocol for your site
-# url: "http://distributedlog.incubator.apache.org"
-url: ""
+url: "http://distributedlog.incubator.apache.org"
 
 twitter_username: distributedlog
 twitter_url: https://twitter.com/distributedlog

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/website/_config-production.yml
----------------------------------------------------------------------
diff --git a/website/_config-production.yml b/website/_config-production.yml
index c63e3ec..2f8879a 100644
--- a/website/_config-production.yml
+++ b/website/_config-production.yml
@@ -1 +1 @@
-baseurl: "http://distributedlog.incubator.apache.org"
+baseurl: "/"