Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/0a96efa2
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/0a96efa2
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/0a96efa2

Branch: refs/heads/asf-site
Commit: 0a96efa27864751af87488af44109fc946156c3f
Parents: 1e58519
Author: Davor Bonaci <da...@google.com>
Authored: Thu May 11 14:20:25 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Thu May 11 14:20:25 2017 -0700

----------------------------------------------------------------------
 content/contribute/release-guide/index.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/0a96efa2/content/contribute/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/release-guide/index.html 
b/content/contribute/release-guide/index.html
index 2ef2032..105bd87 100644
--- a/content/contribute/release-guide/index.html
+++ b/content/contribute/release-guide/index.html
@@ -555,16 +555,15 @@ TAG="v${VERSION}-RC${RC_NUM}"
 
     <div class="highlighter-rouge"><pre class="highlight"><code> cp 
${BEAM_ROOT}/target/apache-beam-${VERSION}-source-release.zip .
  cp ${BEAM_ROOT}/target/apache-beam-${VERSION}-source-release.zip.asc .
- cp ${BEAM_ROOT}/sdks/python/target/apache-beam-${VERSION}.zip
- apache-beam-${VERSION}-python.zip
+ cp ${BEAM_ROOT}/sdks/python/target/apache-beam-${VERSION}.zip 
apache-beam-${VERSION}-python.zip
 </code></pre>
     </div>
   </li>
   <li>
     <p>Create hashes for source files and sign the python source file file</p>
 
-    <div class="highlighter-rouge"><pre class="highlight"><code> sha1sum 
apache-beam-${VERSION}.tar.gz &gt; apache-beam-${VERSION}.tar.gz.sha1
- md5sum apache-beam-${VERSION}.tar.gz &gt; apache-beam-${VERSION}.tar.gz.md5
+    <div class="highlighter-rouge"><pre class="highlight"><code> sha1sum 
apache-beam-${VERSION}-source-release.zip &gt; 
apache-beam-${VERSION}-source-release.zip.sha1
+ md5sum apache-beam-${VERSION}-source-release.zip &gt; 
apache-beam-${VERSION}-source-release.zip.md5
  gpg --armor --detach-sig apache-beam-${VERSION}-python.zip
  sha1sum apache-beam-${VERSION}-python.zip &gt; 
apache-beam-${VERSION}-python.zip.sha1
  md5sum apache-beam-${VERSION}-python.zip &gt; 
apache-beam-${VERSION}-python.zip.md5

Reply via email to