[ 
https://issues.apache.org/jira/browse/BEAM-3255?focusedWorklogId=110218&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-110218
 ]

ASF GitHub Bot logged work on BEAM-3255:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jun/18 18:41
            Start Date: 08/Jun/18 18:41
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on a change in pull request #424: 
[BEAM-3255] Updating release guide to use Gradle commands
URL: https://github.com/apache/beam-site/pull/424#discussion_r194148134
 
 

 ##########
 File path: src/contribute/release-guide.md
 ##########
 @@ -289,30 +355,57 @@ Copy the source release to the dev repository of 
`dist.apache.org`.
 
 1. Make a directory for the new release:
 
-        mkdir beam/${VERSION}
-        cd beam/${VERSION}
+        mkdir beam/${RELEASE}
+        cd beam/${RELEASE}
 
-1. Copy and rename the Beam source distribution, hashes, and GPG signature:
+1. Download source zip from GitHub:
 
-        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
+    wget https://github.com/apache/beam/archive/release-${RELEASE}.zip \
+         -O apache-beam-${RELEASE}-source-release.zip
 
-1. Create hashes for source files and sign the python source file file
+1. Create hashes and sign the source distribution:
 
-        sha512sum apache-beam-${VERSION}-source-release.zip > 
apache-beam-${VERSION}-source-release.zip.sha512
-        gpg --armor --detach-sig apache-beam-${VERSION}-python.zip
-        sha512sum apache-beam-${VERSION}-python.zip > 
apache-beam-${VERSION}-python.zip.sha512
+        gpg --armor --detach-sig apache-beam-${RELEASE}-source-release.zip
+        sha512sum apache-beam-${RELEASE}-source-release.zip > 
apache-beam-${RELEASE}-source-release.zip.sha512
 
 1. Add and commit all the files.
 
-        svn add beam/${VERSION}
+        svn add beam/${RELEASE}
         svn commit
 
 1. Verify that files are 
[present](https://dist.apache.org/repos/dist/dev/beam).
 
+### Stage python binaries on dist.apache.org
 
 Review comment:
   Do we explain how to generate all python dependencies? (If not could we file 
a JIRA?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 110218)
    Time Spent: 11.5h  (was: 11h 20m)

> Update release process to use Gradle
> ------------------------------------
>
>                 Key: BEAM-3255
>                 URL: https://issues.apache.org/jira/browse/BEAM-3255
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Luke Cwik
>            Assignee: Alan Myrvold
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 11.5h
>  Remaining Estimate: 0h
>
> This task is about configuring Gradle to generate pom's and artifacts 
> required to perform a release and update the nightly release snapshot Jenkins 
> jobs found here 
> https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
> We will also require some integration tests to run against the released 
> nightly snapshot artifacts to ensure that what was built is valid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to