Thanks Anthony!! This is great progress as the community marches towards the first GEODE release!
Besides the missing LICENSE and NOTICE files (you have a separate thread on GEODE-610), I noticed a few things in the src artifact: - The copyright updates are missing - It still has jgroups/ LGPL files Do you know if the srcDistTar getting generated from 'master'? Once the release is cut, it'll probably pick-up the latest changes from develop so maybe this is intentional. I'll check the gradle file on my end too. -Nitin PS: I've updated the release wiki page with the latest status: https://cwiki.apache.org/confluence/display/GEODE/1.0.0-alpha1+%28First%29+Release ________________________________________ From: Anthony Baker <aba...@pivotal.io> Sent: Thursday, December 31, 2015 5:08 AM To: dev@geode.incubator.apache.org Subject: Source distribution I added a build command for creating a source distribution (see GEODE-627): `gradle srcDistTar` A normal build will create both the binary and src tar/zip files. Anthony-Baker-MacBook-Pro:incubator-geode abaker$ ls -l gemfire-assembly/build/distributions/ total 404040 -rw-r--r-- 1 abaker staff 89908576 Dec 31 06:53 apache-geode-1.0.0-incubating-SNAPSHOT.tar.gz -rw-r--r-- 1 abaker staff 89923450 Dec 31 06:53 apache-geode-1.0.0-incubating-SNAPSHOT.zip -rw-r--r-- 1 abaker staff 10381760 Dec 31 06:59 apache-geode-src-1.0.0-incubating-SNAPSHOT.tar.gz -rw-r--r-- 1 abaker staff 16648398 Dec 31 06:57 apache-geode-src-1.0.0-incubating-SNAPSHOT.zip Anthony