This is an automated email from the ASF dual-hosted git repository.
omalley pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b4be230 Fixup site
b4be230 is described below
commit b4be23039e12b152d61b1d619feea3fec5c36168
Author: Owen O'Malley <[email protected]>
AuthorDate: Fri Jan 31 10:36:01 2020 -0800
Fixup site
---
develop/make-release/index.html | 59 ++++++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 28 deletions(-)
diff --git a/develop/make-release/index.html b/develop/make-release/index.html
index 4f511f4..d07d1c7 100644
--- a/develop/make-release/index.html
+++ b/develop/make-release/index.html
@@ -211,7 +211,7 @@ extra releases (say I.J.K) from the Apache dist area.
% cd target
Set up site/target to be a separate git workspace that tracks the asf-site
branch.
% git init
-% git remote add origin https://gitbox.apache.org/repos/asf/orc.git -t asf-site
+% git remote add origin [email protected]:apache/orc.git -t asf-site
% git fetch origin
% git checkout asf-site
% cd ..
@@ -229,45 +229,48 @@ Set up site/target to be a separate git workspace that
tracks the asf-site branc
</ul>
</li>
<li>create a new file _posts/YYYY-MM-DD-ORC-X.Y.Z.md for the news
section</li>
- <li>Run “docker build -t orc-site .”</li>
- <li>Run “docker run -d -p 4000:4000 orc-site”</li>
- <li>Check the website on http://0.0.0.0:4000/</li>
+ <li>Run <code class="highlighter-rouge">docker build -t orc-site
.</code></li>
+ <li>Run <code class="highlighter-rouge">CONTAINER=$(docker run -d -p
4000:4000 orc-site)</code></li>
+ <li>Check the website on <a
href="http://0.0.0.0:4000/">http://0.0.0.0:4000/</a></li>
<li>If it looks good, copy the results out of docker:
<ul>
- <li>Find the name of the container using “docker ps”.</li>
- <li>Run “docker cp $CONTAINER:/home/orc/site/target .”</li>
- <li>Run “docker stop $CONTAINER”
-~~~
-% pwd</li>
+ <li>Run <code class="highlighter-rouge">docker cp
$CONTAINER:/home/orc/site/target .</code></li>
+ <li>Run <code class="highlighter-rouge">docker stop
$CONTAINER</code></li>
</ul>
</li>
</ul>
-<path-to-master-src>/site
-% git commit -am "Update site for X.Y.Z"
-% git push origin master
-~~~
-* Change directory into site/target for publishing the site.
-* Add the new files that you just generated.
- * This assumes you've set up site/target to be a separate git workspace
that tracks the asf-site branch.
-* Commit to asf-site to publish the updated site.
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>% git commit -am "Update site for X.Y.Z"
+% git push origin master
+</code></pre></div></div>
-~~~
-% cd target
-% pwd
-<path-to-master-src>/site/target
+<ul>
+ <li>Change directory into site/target for publishing the site.</li>
+ <li>Add the new files that you just generated.
+ <ul>
+ <li>This assumes you’ve set up site/target to be a separate git
workspace that tracks the asf-site branch.</li>
+ </ul>
+ </li>
+ <li>Commit to asf-site to publish the updated site.
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>% cd target
% git commit -am "Publish site for X.Y.Z"
% git push origin asf-site
-~~~
+</code></pre></div> </div>
+ </li>
+</ul>
-Update ORC's jira to reflect the released version.
+<p>Update ORC’s jira to reflect the released version.</p>
-* Select the resolved issues and bulk transition them to closed with following
query [here](https://issues.apache.org/jira/issues/?filter=-1).
- * query: project = ORC AND fixVersion = X.Y.Z and status = Resolved ORDER
BY created desc
-* Mark the version as released and set the date
[here](https://issues.apache.org/jira/projects/ORC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page).
+<ul>
+ <li>Select the resolved issues and bulk transition them to closed with
following query <a
href="https://issues.apache.org/jira/issues/?filter=-1">here</a>.
+ <ul>
+ <li>query: project = ORC AND fixVersion = X.Y.Z and status = Resolved
ORDER BY created desc</li>
+ </ul>
+ </li>
+ <li>Mark the version as released and set the date <a
href="https://issues.apache.org/jira/projects/ORC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page">here</a>.</li>
+</ul>
-It usually take up to 24 hours for the apache dist mirrors and maven central
to update with the new release.
-</path-to-master-src></path-to-master-src>
+<p>It usually take up to 24 hours for the apache dist mirrors and maven
central to update with the new release.</p>
</article>
</div>