Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 364BE200C81 for ; Thu, 11 May 2017 23:20:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33AA5160BB3; Thu, 11 May 2017 21:20:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 83DAA160BC7 for ; Thu, 11 May 2017 23:20:54 +0200 (CEST) Received: (qmail 21265 invoked by uid 500); 11 May 2017 21:20:53 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 21138 invoked by uid 99); 11 May 2017 21:20:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 21:20:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 82E9BDFFB4; Thu, 11 May 2017 21:20:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davor@apache.org To: commits@beam.apache.org Date: Thu, 11 May 2017 21:20:54 -0000 Message-Id: <7d1a8c9bca1a466d9876b939f46abc4f@git.apache.org> In-Reply-To: <21e1d891dd7e4a47a973ecc2f5b1d9b5@git.apache.org> References: <21e1d891dd7e4a47a973ecc2f5b1d9b5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] beam-site git commit: Regenerate website archived-at: Thu, 11 May 2017 21:20:55 -0000 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 Authored: Thu May 11 14:20:25 2017 -0700 Committer: Davor Bonaci 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}"
 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
 
  • Create hashes for source files and sign the python source file file

    -
     sha1sum apache-beam-${VERSION}.tar.gz > apache-beam-${VERSION}.tar.gz.sha1
    - md5sum apache-beam-${VERSION}.tar.gz > apache-beam-${VERSION}.tar.gz.md5
    +    
     sha1sum apache-beam-${VERSION}-source-release.zip > apache-beam-${VERSION}-source-release.zip.sha1
    + md5sum apache-beam-${VERSION}-source-release.zip > apache-beam-${VERSION}-source-release.zip.md5
      gpg --armor --detach-sig apache-beam-${VERSION}-python.zip
      sha1sum apache-beam-${VERSION}-python.zip > apache-beam-${VERSION}-python.zip.sha1
      md5sum apache-beam-${VERSION}-python.zip > apache-beam-${VERSION}-python.zip.md5