[
https://issues.apache.org/jira/browse/BEAM-3255?focusedWorklogId=110219&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-110219
]
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_r194147737
##########
File path: src/contribute/release-guide.md
##########
@@ -158,12 +169,54 @@ Adjust any of the above properties to the improve
clarity and presentation of th
### Verify that a Release Build Works
-Run `mvn -Prelease clean install` to ensure that the build processes that are
specific to that
-profile are in good shape.
+Pre-installation for python build
+* Install pip
+
+ ```
+ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+ python get-pip.py
+ ```
+* Install virtualenv
+
+ ```
+ pip install --upgrade virtualenv
+ ```
+* Cython
+
+ ```
+ sudo pip install cython
+ sudo apt-get install gcc
+ sudo apt-get install python-dev
+ ```
+Make sure your ```time``` alias to ```/usr/bin/time```, if not:
Review comment:
Why do we need ``time`` for release verification?
----------------------------------------------------------------
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: 110219)
Time Spent: 11h 40m (was: 11.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: 11h 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)