On Thu, Jul 25, 2013 at 06:04:27PM +0000, Musayev, Ilya wrote: > Hi All, > > I've created a 4.1.1 release, with the following artifacts up for a vote: > > Git Branch and Commit SH: > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.1 > Commit: d2c646f0a434831bd5aef88b5692c108fe26e718 > > Release notes: > > http://jenkins.cloudstack.org/view/4.1/job/docs-4.1-releasenotes/23/ > > > Source release (checksums and signatures are available at the same > location): > https://dist.apache.org/repos/dist/dev/cloudstack/4.1/ > > PGP release keys (signed using B7B5E7FD): > https://dist.apache.org/repos/dist/release/cloudstack/KEYS > > Vote will be open for 72 hours. > > For sanity in tallying the vote, can PMC members please be sure to indicate > "(binding)" with their vote? > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > d2c646f0a434831bd5aef88b5692c108fe26e718
+1 (binding) Tested as follows: AUTOMATED TESTING RESULTS: [PASS] rm -Rf /tmp/cloudstack [PASS] rm -Rf ~/.m2 [PASS] mkdir /tmp/cloudstack [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/release/cloudstack/KEYS [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2 [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.asc [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.md5 [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.sha [PASS] gpg --verify apache-cloudstack-4.1.1-src.tar.bz2.asc [PASS] gpg --print-md MD5 apache-cloudstack-4.1.1-src.tar.bz2 | diff - apache-cloudstack-4.1.1-src.tar.bz2.md5 [PASS] gpg --print-md SHA512 apache-cloudstack-4.1.1-src.tar.bz2 | diff - apache-cloudstack-4.1.1-src.tar.bz2.sha [PASS] mkdir /tmp/cloudstack/git [PASS] mkdir /tmp/cloudstack/tree [PASS] git clone -q https://git-wip-us.apache.org/repos/asf/cloudstack.git /tmp/cloudstack/git [PASS] git archive --prefix=/tmp/cloudstack/tree/ d2c646f0a434831bd5aef88b5692c108fe26e718 | tar Pxf - [PASS] tar xvfj apache-cloudstack-4.1.1-src.tar.bz2 [PASS] diff -r /tmp/cloudstack/apache-cloudstack-4.1.1-src /tmp/cloudstack/tree [PASS] mvn --projects='org.apache.cloudstack:cloudstack' org.apache.rat:apache-rat-plugin:0.8:check [PASS] mvn -P developer,systemvm clean install [PASS] mvn -P developer -pl developer,tools/devcloud -Ddeploydb I then tested some scenarios using devcloud. -chip