+1 for Apache Ambari RC0 Verified tag: https://github.com/apache/ambari/tree/release-2.5.0-rc0 Key-chain is good Rat-check passes (mvn clean apache-rat:check)
# Had to update nodejs to a version greater than v4. I used v4.6.0 git clone --branch release-2.5.0-rc0 https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.5.0-src-mine cd apache-ambari-2.5.0-src-mine git clean -xdf cd ambari-web npm install ulimit -n 2048 brunch build rm -rf node_modules mv public public-static cd ../.. tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf apache-ambari-2.5.0-src-mine.tar.gz apache-ambari-2.5.0-src-mine # Verified signature, gpg --verify apache-ambari-2.5.0-src.tar.gz.asc apache-ambari-2.5.0-src.tar.gz openssl md5 apache-ambari-2.5.0-src-mine.tar.gz > apache-ambari-2.5.0-src-mine.tar.gz.md5 # and compare openssl sha1 apache-ambari-2.5.0-src-mine.tar.gz > apache-ambari-2.5.0-src-mine.tar.gz.sha1 # and compare Folder comparison differed as a lot of the images have a .png.gz extension in uploaded artifacts. Thanks, Alejandro Fernandez On 3/22/17, 12:22 PM, "Aravindan Vijayan" <[email protected]> wrote: >Hello all, > >I have created an apache-ambari-2.5.0 release candidate. > >GIT source tag (release-2.5.0-rc0) >https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=r >efs/tags/release-2.5.0-rc0 > >Staging site: http://home.apache.org/~avijayan/apache-ambari-2.5.0-rc0/ > >PGP release keys (signed using 088372a9) - >http://pgp.mit.edu:11371/pks/lookup?search=0x088372A9&op=vindex > >One can look into the issues fixed in this release at >https://issues.apache.org/jira/browse/AMBARI/fixforversion/12336060/?selec >tedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel > >Vote will be open for 72 hours. >[ ] +1 approve >[ ] +0 no opinion >[ ] -1 disapprove (and reason why) > >My vote: +1 > > >-- >Thanks and Regards, >Aravindan Vijayan
