+1 for RC1
git clone --branch release-2.2.2-rc1 https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.2.2-src-mine cd apache-ambari-2.2.2-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.2.2-src-mine.tar.gz apache-ambari-2.2.2-src-mine # Verify signature, gpg --verify apache-ambari-2.2.2-src.tar.gz.asc apache-ambari-2.2.2-src.tar.gz # Note, if you version of npm or brunch is different, then app.js, vendor.js, and test.js will be compiled differently and you can ignore those. openssl md5 apache-ambari-2.2.2-src-mine.tar.gz > apache-ambari-2.2.2-src-mine.tar.gz.md5 # and compare to the file on the server openssl sha1 apache-ambari-2.2.2-src-mine.tar.gz > apache-ambari-2.2.2-src-mine.tar.gz.sha1 # and compare to the file on the server # I made sure ratcheck passes cp -R apache-ambari-2.2.2-src apache-ambari-2.2.2-ratcheck cd apache-ambari-2.2.2-ratcheck mvn clean apache-rat:check Thank you, Alejandro Fernandez Apache Ambari PMC On 4/25/16, 6:00 PM, "Nate Cole" <[email protected]> wrote: >+1 for rc1 > >On 4/25/16, 8:37 PM, "Srimanth Gunturi" <[email protected]> wrote: > >>Hello, >> >>I have created an ambari-2.2.2 release candidate RC1. >> >>GIT source tag (release-2.2.2-rc1) >>https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h= >>r >>efs/tags/release-2.2.2-rc1 >> >>Staging site: http://people.apache.org/~srimanth/apache-ambari-2.2.2-rc1/ >> >>PGP release keys (signed using 2F261D94?) >>http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2F261D94 >> >>One can look into the issues fixed in this release at >>https://issues.apache.org/jira/browse/AMBARI/fixforversion/12334712/?sele >>c >>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) >> >> >>Best regards, >>Srimanth?? >> > >
