You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by ea...@apache.org on 2016/07/12 18:36:08 UTC

[26/26] incubator-pirk git commit: Jekyll build from gh-pages:1bc2096

Jekyll build from gh-pages:1bc2096

updating website to include website build/maintenance instructions


Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/4ac4ac99
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/4ac4ac99
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/4ac4ac99

Branch: refs/heads/asf-site
Commit: 4ac4ac991b64ec5281c1bdd81a1052d8cd8fc3a7
Parents: fee5ae3
Author: eawilliams <ea...@apache.org>
Authored: Tue Jul 12 20:33:35 2016 +0200
Committer: eawilliams <ea...@apache.org>
Committed: Tue Jul 12 20:33:38 2016 +0200

----------------------------------------------------------------------
 downloads/index.html                            |    1 +
 faq.html                                        |    3 +-
 feed.xml                                        |    4 +-
 for_developers.html                             |    1 +
 for_users.html                                  |    1 +
 get_involved_pirk.html                          |    1 +
 index.html                                      |    1 +
 logs/aip.log                                    | 7863 ----------------
 logs/aip.log.1                                  | 7794 ----------------
 logs/aip.log.2                                  | 8554 ------------------
 mailing_list_pirk.html                          |    1 +
 news.html                                       |    1 +
 papers/index.html                               |    1 +
 people_pirk.html                                |    1 +
 pirk_papers.html                                |    1 +
 releasing.html                                  |    1 +
 roadmap/index.html                              |    1 +
 target/classes/META-INF/BenchmarkList           |    2 +-
 target/maven-archiver/pom.properties            |    5 -
 .../default-testCompile/createdFiles.lst        |    1 +
 target/pirk-0.0.1-SNAPSHOT-exe.jar              |  Bin 143629980 -> 0 bytes
 target/pirk-0.0.1-SNAPSHOT.jar                  |  Bin 263622 -> 0 bytes
 .../TEST-test.general.ISO8601DateParserTest.xml |    9 +-
 .../TEST-test.general.KeyedHashTest.xml         |   66 -
 .../TEST-test.general.PaillierTest.xml          |   67 -
 .../TEST-test.general.PartitionUtilsTest.xml    |   67 -
 .../TEST-test.general.QueryParserUtilsTest.xml  |   73 -
 ...TEST-test.schema.data.LoadDataSchemaTest.xml |   67 -
 ...ST-test.schema.query.LoadQuerySchemaTest.xml |   68 -
 ...test.wideskies.standalone.StandaloneTest.xml |   65 -
 ...est.general.ISO8601DateParserTest-output.txt |   10 +-
 .../test.general.ISO8601DateParserTest.txt      |    2 +-
 .../test.general.KeyedHashTest-output.txt       |   28 -
 .../test.general.KeyedHashTest.txt              |    4 -
 .../test.general.PaillierTest-output.txt        |  158 -
 .../test.general.PaillierTest.txt               |    4 -
 .../test.general.PartitionUtilsTest-output.txt  |    8 -
 .../test.general.PartitionUtilsTest.txt         |    4 -
 ...test.general.QueryParserUtilsTest-output.txt | 4582 ----------
 .../test.general.QueryParserUtilsTest.txt       |    4 -
 ...st.schema.data.LoadDataSchemaTest-output.txt |   60 -
 .../test.schema.data.LoadDataSchemaTest.txt     |    4 -
 ....schema.query.LoadQuerySchemaTest-output.txt | 6192 -------------
 .../test.schema.query.LoadQuerySchemaTest.txt   |    4 -
 ...deskies.standalone.StandaloneTest-output.txt | 1228 ---
 ...test.wideskies.standalone.StandaloneTest.txt |    4 -
 target/test-classes/META-INF/BenchmarkList      |    0
 target/test-classes/META-INF/CompilerHints      |    5 +
 verifying_releases.html                         |    1 +
 website_updates.html                            |  217 +
 50 files changed, 251 insertions(+), 36988 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 6a22283..0382013 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/faq.html
----------------------------------------------------------------------
diff --git a/faq.html b/faq.html
index 8b28fbb..e4349ac 100644
--- a/faq.html
+++ b/faq.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>
@@ -148,8 +149,6 @@
           
           <p>FAQ coming soon!</p>
 
-<p>Post commit test</p>
-
 
         </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 532a6d1..55622ec 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>http://pirk.incubator.apache.org//pirk/</link>
     <atom:link href="http://pirk.incubator.apache.org//pirk/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 12 Jul 2016 12:32:16 -0400</pubDate>
-    <lastBuildDate>Tue, 12 Jul 2016 12:32:16 -0400</lastBuildDate>
+    <pubDate>Tue, 12 Jul 2016 20:33:36 +0200</pubDate>
+    <lastBuildDate>Tue, 12 Jul 2016 20:33:36 +0200</lastBuildDate>
     <generator>Jekyll v3.1.6</generator>
     
   </channel>

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/for_developers.html
----------------------------------------------------------------------
diff --git a/for_developers.html b/for_developers.html
index cf04686..9e5293d 100644
--- a/for_developers.html
+++ b/for_developers.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/for_users.html
----------------------------------------------------------------------
diff --git a/for_users.html b/for_users.html
index d0313bc..d3bb17b 100644
--- a/for_users.html
+++ b/for_users.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/get_involved_pirk.html
----------------------------------------------------------------------
diff --git a/get_involved_pirk.html b/get_involved_pirk.html
index fec2742..5ddcba6 100644
--- a/get_involved_pirk.html
+++ b/get_involved_pirk.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 9283a79..02805bb 100644
--- a/index.html
+++ b/index.html
@@ -113,6 +113,7 @@
         <ul class="dropdown-menu">
           <li id="nav_releasing"><a href="/pirk/releasing">Making Releases</a></li>
           <li id="nav_nav_verify_release"><a href="/pirk/verifying_releases">Verifying Releases</a></li>
+          <li id="nav_update_website"><a href="/pirk/website_updates">Website Updates</a></li>
           <hr>
           <li><a href="https://issues.apache.org/jira/browse/PIRK ">Issue Tracker/JIRA <i class="fa fa-external-link"></i></a></li>
           <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li>