[
https://issues.apache.org/jira/browse/APEXCORE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123038#comment-15123038
]
Sandeep Deshmukh commented on APEXCORE-215:
-------------------------------------------
Here are the commands that should be used to verify the build. I will open a
pull request for the page today with generic instructions.
For .tar.gz
gpg --verify malhar-3.3.0-incubating-source-release.tar.gz.asc
md5sum --check malhar-3.3.0-incubating-source-release.tar.gz.md5
sha512sum --check malhar-3.3.0-incubating-source-release.tar.gz.sha
For .zip
gpg --verify malhar-3.3.0-incubating-source-release.zip.asc
md5sum --check malhar-3.3.0-incubating-source-release.zip.md5
sha512sum --check malhar-3.3.0-incubating-source-release.zip.sha
To verify sources:
tar -zxvf malhar-3.3.0-incubating-source-release.tar.gz
or
unzip malhar-3.3.0-incubating-source-release.zip
cd malhar-3.3.0-incubating-source-release
mvn clean package
mvn apache-rat:check verify -Dlicense.skip=false -Pall-modules
mvn verify -Papache-release (needs gpg setup )
Then run few demos from the build.
Run dtcli and launch then one by one. Make sure all them are successfully
launched and run without any
Let me know if something is missing.
> Release vote build/test/verification instructions
> -------------------------------------------------
>
> Key: APEXCORE-215
> URL: https://issues.apache.org/jira/browse/APEXCORE-215
> Project: Apache Apex Core
> Issue Type: Task
> Reporter: Thomas Weise
> Assignee: Sandeep Deshmukh
>
> Add a page to the web site that explains contributors how to test a release
> candidate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)