You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/02/18 13:59:48 UTC

svn commit: r1783553 - in /kylin/site: development/howto_package.html development/howto_release.html feed.xml

Author: lidong
Date: Sat Feb 18 13:59:48 2017
New Revision: 1783553

URL: http://svn.apache.org/viewvc?rev=1783553&view=rev
Log:
minor fix document style

Modified:
    kylin/site/development/howto_package.html
    kylin/site/development/howto_release.html
    kylin/site/feed.xml

Modified: kylin/site/development/howto_package.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_package.html?rev=1783553&r1=1783552&r2=1783553&view=diff
==============================================================================
--- kylin/site/development/howto_package.html (original)
+++ kylin/site/development/howto_package.html Sat Feb 18 13:59:48 2017
@@ -579,7 +579,7 @@ build/script/package.sh
 
 <h5 id="build-package-for-cdh-57">Build Package for CDH 5.7</h5>
 <div class="highlighter-rouge"><pre class="highlight"><code>cd kylin
-build/script/package.sh -P cdh 5.7
+build/script/package.sh -P cdh5.7
 </code></pre>
 </div>
 

Modified: kylin/site/development/howto_release.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_release.html?rev=1783553&r1=1783552&r2=1783553&view=diff
==============================================================================
--- kylin/site/development/howto_release.html (original)
+++ kylin/site/development/howto_release.html Sat Feb 18 13:59:48 2017
@@ -962,8 +962,18 @@ svn commit -m <span class="s1">'Remove o
 <ul>
   <li>Git checkout the tag for current release;</li>
   <li>Make a binary package by refering to <a href="howto_package.html">this doc</a>;</li>
-  <li>Sign the generated binary package with gpg, e.g,: “gpg –armor –output apache-kylin-1.5.0-bin.tar.gz.asc –detach-sig apache-kylin-1.5.0-bin.tar.gz”</li>
-  <li>Generate the md5 file for the binary package, e.g,: “md5sum &lt; apache-kylin-1.5.0-bin.tar.gz &gt; apache-kylin-1.5.0-bin.tar.gz.md5”</li>
+  <li>Sign the generated binary package with gpg, e.g,:</li>
+</ul>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">gpg --armor --output apache-kylin-1.5.0-bin.tar.gz.asc --detach-sig apache-kylin-1.5.0-bin.tar.gz</code></pre></div>
+
+<ul>
+  <li>Generate the md5 file for the binary package, e.g,:</li>
+</ul>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">md5sum &lt; apache-kylin-1.5.0-bin.tar.gz &gt; apache-kylin-1.5.0-bin.tar.gz.md5</code></pre></div>
+
+<ul>
   <li>Move the binary package, the signature file and the md5 fileto the svn release folder for this version;</li>
   <li>For different Hadoop/HBase version, you may need repeat the above steps;</li>
   <li>Add the files and then commit the svn changes.</li>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1783553&r1=1783552&r2=1783553&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sat Feb 18 13:59:48 2017
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 16 Feb 2017 05:59:08 -0800</pubDate>
-    <lastBuildDate>Thu, 16 Feb 2017 05:59:08 -0800</lastBuildDate>
+    <pubDate>Sat, 18 Feb 2017 05:59:03 -0800</pubDate>
+    <lastBuildDate>Sat, 18 Feb 2017 05:59:03 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>