You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/11/22 23:21:27 UTC

[1/2] accumulo-website git commit: Update docs for updating the website

Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site 59a6d65dc -> bd585f68c
  refs/heads/master 1baf2e666 -> b9e3c6412


Update docs for updating the website


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/b9e3c641
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/b9e3c641
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/b9e3c641

Branch: refs/heads/master
Commit: b9e3c64120ab067a8989fde2271445f8201b17c5
Parents: 1baf2e6
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Nov 22 18:15:43 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Nov 22 18:18:55 2016 -0500

----------------------------------------------------------------------
 .travis.yml              | 5 ++---
 contributor/releasing.md | 4 ++--
 contributor/source.md    | 8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b9e3c641/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 03396ad..15c8296 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,8 @@ language: ruby
 rvm:
   - 2.2
 branches:
-  only:
-    - gh-pages
-    - /^.*$/
+  except:
+    - asf-site
 notifications:
   irc:
     channels:

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b9e3c641/contributor/releasing.md
----------------------------------------------------------------------
diff --git a/contributor/releasing.md b/contributor/releasing.md
index 39be39a..6e308de 100644
--- a/contributor/releasing.md
+++ b/contributor/releasing.md
@@ -116,13 +116,13 @@ to avoid known [vulnerabilities][7]), follow these steps:
 1. Unpack the source release tarball and change to its root directory, or checkout the SCM tag for the release
 2. Build the javadocs with `mvn clean package javadoc:aggregate -DskipTests -Paggregate-javadocs`
 3. Take note that the javadocs you will need to copy are the entire contents of `./target/site/apidocs/`
-4. Checkout the `gh-pages` branch (you may need to move the contents of `./target/site/apidocs` outside your git workspace to switch branches)
+4. Checkout the `master` branch of the accumulo-website repo (you may need to move the contents of `./target/site/apidocs` outside your git workspace to switch branches)
 5. Remove any existing apidocs from the appropriate version folder (e.g. 1.6/apidocs for a 1.6.x release)
 6. Copy the entire contents of the new apidocs directory (identified in step 3) to the destination (e.g. to 1.6/apidocs)
 7. Continue updating the site content, as needed
 8. Commit the changes
 9. Update the site using jekyll with `./_devtools/git-hooks/post-commit` (if you don't have the commit hook already configured)
-10. Don't forget to push both the `gh-pages` and `asf-site` branches
+10. Don't forget to push both the `master` and `asf-site` branches back to the accumulo-website repo
 11. Verify that javadocs have been updated on the production site (e.g. https://accumulo.apache.org/1.6/apidocs/)
 
 ## References

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/b9e3c641/contributor/source.md
----------------------------------------------------------------------
diff --git a/contributor/source.md b/contributor/source.md
index e8de7ff..4ae22ea 100644
--- a/contributor/source.md
+++ b/contributor/source.md
@@ -29,7 +29,7 @@ Accumulo has a number of [contrib projects][contrib] that maintain their own cod
 ### Website
 
 Accumulo's web site is developed using [Jekyll][jekyll]. Development is
-performed by editing the contents of the [gh-pages][gh-pages] branch, either
+performed by editing the contents of the [accumulo-website master][website-branch] branch, either
 directly by a committer, with a pull request to [GitHub][github], or a patch
 submitted to [JIRA][jiraloc]. The rendered site can be previewed locally or on
 [GitHub][site-mirror], and the rendered site (in the `_site` directory) will be
@@ -66,7 +66,7 @@ For preview convenience and consistent builds and testing, build using a
 version which looks the same locally and on GitHub.
 
 A [post-commit hook][hook] is available for you to automatically create a
-commit in the `asf-site` branch locally each time you commit to the `gh-pages`
+commit in the `asf-site` branch locally each time you commit to the `master`
 branch. You can also run this command manually:
 
     ./_devtools/git-hooks/post-commit
@@ -213,11 +213,11 @@ Accumulo's release guide can be found [here][release].
 [cgit]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary
 [contrib]: {{ "/contributor/contrib-projects" | relative_url }}
 [devlist]: mailto:dev@accumulo.apache.org
-[gh-pages]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;h=gh-pages
+[website-branch]: https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=tree;h=master
 [git-instr]: https://git-wip-us.apache.org
 [git]: https://git-scm.com
 [github]: https://github.com/apache/accumulo
-[hook]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=gh-pages
+[hook]: https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=master
 [intellij-formatter]: https://code.google.com/p/eclipse-code-formatter-intellij-plugin
 [jekyll]: https://jekyllrb.com
 [jenkins]: https://jenkins.io


[2/2] accumulo-website git commit: Jekyll build from master:b9e3c64

Posted by ct...@apache.org.
Jekyll build from master:b9e3c64

Update docs for updating the website


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/bd585f68
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/bd585f68
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/bd585f68

Branch: refs/heads/asf-site
Commit: bd585f68c4bec11fd5871652d774d2e55391902b
Parents: 59a6d65
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Nov 22 18:15:43 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Nov 22 18:19:13 2016 -0500

----------------------------------------------------------------------
 contributor/releasing.html | 4 ++--
 contributor/source.html    | 6 +++---
 feed.xml                   | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/bd585f68/contributor/releasing.html
----------------------------------------------------------------------
diff --git a/contributor/releasing.html b/contributor/releasing.html
index 9eec7f2..7135175 100644
--- a/contributor/releasing.html
+++ b/contributor/releasing.html
@@ -262,13 +262,13 @@ to avoid known <a href="https://www.kb.cert.org/vuls/id/225657">vulnerabilities<
   <li>Unpack the source release tarball and change to its root directory, or checkout the SCM tag for the release</li>
   <li>Build the javadocs with <code class="highlighter-rouge">mvn clean package javadoc:aggregate -DskipTests -Paggregate-javadocs</code></li>
   <li>Take note that the javadocs you will need to copy are the entire contents of <code class="highlighter-rouge">./target/site/apidocs/</code></li>
-  <li>Checkout the <code class="highlighter-rouge">gh-pages</code> branch (you may need to move the contents of <code class="highlighter-rouge">./target/site/apidocs</code> outside your git workspace to switch branches)</li>
+  <li>Checkout the <code class="highlighter-rouge">master</code> branch of the accumulo-website repo (you may need to move the contents of <code class="highlighter-rouge">./target/site/apidocs</code> outside your git workspace to switch branches)</li>
   <li>Remove any existing apidocs from the appropriate version folder (e.g. 1.6/apidocs for a 1.6.x release)</li>
   <li>Copy the entire contents of the new apidocs directory (identified in step 3) to the destination (e.g. to 1.6/apidocs)</li>
   <li>Continue updating the site content, as needed</li>
   <li>Commit the changes</li>
   <li>Update the site using jekyll with <code class="highlighter-rouge">./_devtools/git-hooks/post-commit</code> (if you don\u2019t have the commit hook already configured)</li>
-  <li>Don\u2019t forget to push both the <code class="highlighter-rouge">gh-pages</code> and <code class="highlighter-rouge">asf-site</code> branches</li>
+  <li>Don\u2019t forget to push both the <code class="highlighter-rouge">master</code> and <code class="highlighter-rouge">asf-site</code> branches back to the accumulo-website repo</li>
   <li>Verify that javadocs have been updated on the production site (e.g. https://accumulo.apache.org/1.6/apidocs/)</li>
 </ol>
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/bd585f68/contributor/source.html
----------------------------------------------------------------------
diff --git a/contributor/source.html b/contributor/source.html
index 79c168a..7223aaa 100644
--- a/contributor/source.html
+++ b/contributor/source.html
@@ -166,7 +166,7 @@
 <h3 id="website">Website</h3>
 
 <p>Accumulo\u2019s web site is developed using <a href="https://jekyllrb.com">Jekyll</a>. Development is
-performed by editing the contents of the <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;h=gh-pages">gh-pages</a> branch, either
+performed by editing the contents of the <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=tree;h=master">accumulo-website master</a> branch, either
 directly by a committer, with a pull request to <a href="https://github.com/apache/accumulo">GitHub</a>, or a patch
 submitted to <a href="https://issues.apache.org/jira/browse/ACCUMULO">JIRA</a>. The rendered site can be previewed locally or on
 <a href="http://apache.github.io/accumulo">GitHub</a>, and the rendered site (in the <code class="highlighter-rouge">_site</code> directory) will be
@@ -214,8 +214,8 @@ bundle install
 <p>For preview convenience and consistent builds and testing, build using a
 version which looks the same locally and on GitHub.</p>
 
-<p>A <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=gh-pages">post-commit hook</a> is available for you to automatically create a
-commit in the <code class="highlighter-rouge">asf-site</code> branch locally each time you commit to the <code class="highlighter-rouge">gh-pages</code>
+<p>A <a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-website.git;a=blob_plain;f=_devtools/git-hooks/post-commit;hb=master">post-commit hook</a> is available for you to automatically create a
+commit in the <code class="highlighter-rouge">asf-site</code> branch locally each time you commit to the <code class="highlighter-rouge">master</code>
 branch. You can also run this command manually:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>./_devtools/git-hooks/post-commit

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/bd585f68/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 52cd0d1..6e3a8d1 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 21 Nov 2016 11:23:52 -0500</pubDate>
-    <lastBuildDate>Mon, 21 Nov 2016 11:23:52 -0500</lastBuildDate>
+    <pubDate>Tue, 22 Nov 2016 18:19:07 -0500</pubDate>
+    <lastBuildDate>Tue, 22 Nov 2016 18:19:07 -0500</lastBuildDate>
     <generator>Jekyll v3.3.0</generator>
     
       <item>