[
https://issues.apache.org/jira/browse/BEAM-3255?focusedWorklogId=109557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109557
]
ASF GitHub Bot logged work on BEAM-3255:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/18 21:48
Start Date: 06/Jun/18 21:48
Worklog Time Spent: 10m
Work Description: alanmyrvold 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_r193569851
##########
File path: src/contribute/release-guide.md
##########
@@ -289,30 +355,34 @@ 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).
Review comment:
Need a step to build the python binaries and stage on
dist.apache.org/dev/beam, like
https://dist.apache.org/repos/dist/dev/beam/2.5.0/
----------------------------------------------------------------
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: 109557)
Time Spent: 9h 40m (was: 9.5h)
> 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: 9h 40m
> 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)