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:35:57 UTC

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

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/target/surefire-reports/test.wideskies.standalone.StandaloneTest.txt
----------------------------------------------------------------------
diff --git a/target/surefire-reports/test.wideskies.standalone.StandaloneTest.txt b/target/surefire-reports/test.wideskies.standalone.StandaloneTest.txt
deleted file mode 100644
index 738bd7d..0000000
--- a/target/surefire-reports/test.wideskies.standalone.StandaloneTest.txt
+++ /dev/null
@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: test.wideskies.standalone.StandaloneTest
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.015 sec - in test.wideskies.standalone.StandaloneTest

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/target/test-classes/META-INF/BenchmarkList
----------------------------------------------------------------------
diff --git a/target/test-classes/META-INF/BenchmarkList b/target/test-classes/META-INF/BenchmarkList
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/target/test-classes/META-INF/CompilerHints
----------------------------------------------------------------------
diff --git a/target/test-classes/META-INF/CompilerHints b/target/test-classes/META-INF/CompilerHints
new file mode 100644
index 0000000..fd001cd
--- /dev/null
+++ b/target/test-classes/META-INF/CompilerHints
@@ -0,0 +1,5 @@
+dontinline,*.*_all_jmhStub
+dontinline,*.*_avgt_jmhStub
+dontinline,*.*_sample_jmhStub
+dontinline,*.*_ss_jmhStub
+dontinline,*.*_thrpt_jmhStub

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/4ac4ac99/verifying_releases.html
----------------------------------------------------------------------
diff --git a/verifying_releases.html b/verifying_releases.html
index 704a50a..dac45ac 100644
--- a/verifying_releases.html
+++ b/verifying_releases.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/website_updates.html
----------------------------------------------------------------------
diff --git a/website_updates.html b/website_updates.html
new file mode 100644
index 0000000..ccf07a6
--- /dev/null
+++ b/website_updates.html
@@ -0,0 +1,217 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="/pirk/css/bootstrap.min.css" rel="stylesheet">
+<link href="/pirk/css/bootstrap-theme.min.css" rel="stylesheet">
+<link href="/pirk/css/dataTables.bootstrap.css" rel="stylesheet">
+<link href="/pirk/css/pirk.css" rel="stylesheet" type="text/css">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+<title>Updating the Website</title>
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/pirk/js/bootstrap.min.js"></script>
+<script src="/pirk/js/jquery.dataTables.min.js"></script>
+<script src="/pirk/js/dataTables.bootstrap.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'pirk.incubator.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  
+  // decorate menu with currently navigated page
+  $(function() {
+    $("#nav_website_updates").addClass("active");
+  });
+  
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
+  }
+</script>
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/pirk/"><img id="nav-logo" alt="Apache Pirk" class="img-responsive" src="/pirk/images/pirkImage.png" width="150"/></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/pirk/downloads">Download</a></li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li id="nav_users"><a href="/pirk/for_users">For Users</a></li>
+          <li id="nav_developers"><a href="/pirk/for_developers">For Developers</a></li>
+          <li id="nav_papers"><a href="/pirk/papers">Papers</a></li>
+          <li class="nav_faq"><a href="/pirk/faq">FAQ</a></li>
+          <li class="divider"></li>
+           <li><a href="/pirk/javadocs">Javadocs</a></li>     
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li id="nav_getinvolvedpirk"><a href="/pirk/get_involved_pirk">Get Involved</a></li>
+          <li id="nav_listspirk"><a href="/pirk/mailing_list_pirk">Mailing Lists</a></li>
+          <li id="nav_peoplepirk"><a href="/pirk/people_pirk">People</a></li>
+       	</ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a>
+        <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>
+          <li><a href="https://github.com/apache/incubator-pirk"> Pirk Github Mirror <i class="fa fa-external-link"></i></a></li>
+        </ul>
+        </li>
+        <li class="nav-link"><a href="/pirk/roadmap">Roadmap</a></li>
+       <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+          <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+          <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+          <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+          <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+        </ul>
+        </li>
+        </ul>
+        </ul>
+    </div> 
+  </div>  
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+        <div id="content">
+          
+          <h1 class="title">Updating the Website</h1>
+          
+          <p>Pirk\u2019s web site is developed using <a href="https://jekyllrb.com">Jekyll</a>. The Jekyll source is contained in the <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-pirk.git;a=tree;h=gh-pages">gh-pages</a> branch and the <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-pirk.git;a=tree;h=asf-site">asf-site</a> branch contains the HTML content.</p>
+
+<p>Website development is
+performed by editing the contents of the <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-pirk.git;a=tree;h=gh-pages">gh-pages</a> branch, either
+directly by a committer, with a pull request to <a href="https://github.com/apache/incubator-pirk">GitHub</a>, or a patch
+submitted to <a href="https://issues.apache.org/jira/browse/PIRK">JIRA</a>. The rendered site can be previewed locally or on
+<a href="https://apache.github.io/incubator-pirk/">GitHub</a>, and the rendered site (in the <code class="highlighter-rouge">_site</code> directory) will be
+merged into the <code class="highlighter-rouge">asf-site</code> branch to update the <a href="http://pirk.incubator.apache.org/">official site</a> after being built with the <code class="highlighter-rouge">_config-asf.yml</code> configuration.</p>
+
+<p>To manage any Gem dependencies, it is highly recommended to use <a href="https://bundler.io">Bundler</a>.
+To start using Bundler, install it and then install the dependencies for the website:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>gem install bundler
+bundle install
+</code></pre>
+</div>
+
+<p>To get help with jekyll:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>jekyll help
+</code></pre>
+</div>
+
+<p>To test the site locally (usually on http://localhost:4000):</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll serve --config _config-asf.yml --safe
+</code></pre>
+</div>
+
+<p>To build for updating the <code class="highlighter-rouge">asf-site</code> branch:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll build --config _config-asf.yml --safe
+</code></pre>
+</div>
+
+<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 (Thanks <a href="https://accumulo.apache.org/">Apache Accumulo!</a>) 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>
+branch. You can also run this command manually:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>./_devtools/git-hooks/post-commit
+</code></pre>
+</div>
+
+<p>To automatically run this post-commit hook in your local repository, copy
+the given file into your <code class="highlighter-rouge">.git/hook</code> directory:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>cp ./_devtools/git-hooks/post-commit .git/hooks/
+</code></pre>
+</div>
+
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org"><img src="/pirk/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright � 2016-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache�License,�Version�2.0</a>.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>