Re: release about ready

2016-06-30 Thread Kam Kasravi
Got it. thx. On Thu, Jun 30, 2016 at 3:38 PM, Andrew Purtell wrote: > What I see done customarily is tagging of release candidates as e.g. > "0.8.1RC0" with subsequent push that tag. > > $ git tag -m"0.8.1RC0" 0.8.1RC0 > $ git push --tags > > > Once a candidate is voted to

Re: release about ready

2016-06-30 Thread Andrew Purtell
What I see done customarily is tagging of release candidates as e.g. "0.8.1RC0" with subsequent push that tag. $ git tag -m"0.8.1RC0" 0.8.1RC0 $ git push --tags Once a candidate is voted to become a release, then add another tag in the permanent rel/ namespace, e.g. $ git co 0.8.1RC0 $ git tag

Re: release about ready

2016-06-30 Thread Andrew Purtell
Sounds like great progress. Let's start a candidate release vote! I'll give it a good looking over before casting my vote. We have a long holiday weekend coming up in the US. You might want to extend the vote beyond the customary 72 hours into next week. On Thu, Jun 30, 2016 at 2:44 PM, Kam

Re: release about ready

2016-06-30 Thread Kam Kasravi
Hi Andy I've update KEYS and files in RC0 with updates as suggested (see https://dist.apache.org/repos/dist/dev/incubator/gearpump/) Updates include: KEYS file now includes code signing key LICENSE file now includes SIL Font license NOTICE file looks to be complete for source only release Rat

Re: release about ready

2016-06-27 Thread Kam Kasravi
Manu Rebase from https://github.com/apache/incubator-gearpump/pull/47 so you pick up the latest. Thanks Kam On Mon, Jun 27, 2016 at 7:27 PM, Jiang Weihua wrote: > +1 on this shading-on-fly solution. > > 在 16/6/28 上午9:25,“Manu Zhang” 写入: > > > > >

Re: release about ready

2016-06-27 Thread Jiang Weihua
+1 on this shading-on-fly solution. 在 16/6/28 上午9:25,“Manu Zhang” 写入: > > What is > > http://dl.bintray.com/fvunicorn/maven/org/apache/gearpump/gearpump-shaded-gs-collections/6.2.0/gearpump-shaded-gs-collections-6.2.0.jar > ? I'm not sure this will be fatal to the

Re: release about ready

2016-06-27 Thread Manu Zhang
> > What is > > http://dl.bintray.com/fvunicorn/maven/org/apache/gearpump/gearpump-shaded-gs-collections/6.2.0/gearpump-shaded-gs-collections-6.2.0.jar > ? I'm not sure this will be fatal to the release candidate but this is > something that needs to be fixed. At the least it should be hosted on >

Re: release about ready

2016-06-27 Thread Andrew Purtell
> You can run 'sbt dumpLicenseReport', which runs the equivalent of the RAT tool. I don't think so. Apache RAT does more than just report on licenses, it checks for Apache specific release policy compliance. Or did you mean that sbt's dumpLicenseReport is actually set up in your project to run

Re: release about ready

2016-06-27 Thread Kam Kasravi
Thanks Andy for going through RC0! Comments inline. I'll update and upload back under RC0. > - I imported the KEYS file but then failed to find the signing key. > > gpg --verify gearpump-0.8.1-incubating-src.tgz.asc gearpump-0.8.1-incubating-src.tgz > gpg: Signature made Fri 24 Jun 2016 03:07:40