Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-03 Thread Dan Smith
There is another PR on these packer scripts. I'm going to go ahead and merge the changes, given that it sounds like we're working towards a readme and making these scripts useful to everyone in the community. If there are objections, I can stop accepting these PRs. -Dan On Thu, Feb 2, 2017 at

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread William Markito Oliveira
+1 for packer scripts. With Jake's readme everyone should be able to use it as a standard way to build environment for the native client. Thanks for sharing that! Sent from my iPhone > On Feb 2, 2017, at 7:20 PM, Michael Martell wrote: > > For those unfamiliar with

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Michael Martell
For those unfamiliar with packer, or looking for the simplest path to building and learning the code, it may be advantageous to post the steps for each platform. Personally, I like to learn new code by stepping thru examples in the debugger. I'd be happy to post my setup for debugging the Geode

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Jacob Barrett
I have a readme started that I will commit when I am back from vacation in a week. On Thu, Feb 2, 2017 at 4:36 PM Anthony Baker wrote: > +1 for a README > > I started on a Dockerfile so we could run a job on builds.apache.org. I > haven’t been able to get back to it recently

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Anthony Baker
+1 for a README I started on a Dockerfile so we could run a job on builds.apache.org. I haven’t been able to get back to it recently but here’s a rough draft: FROM ubuntu MAINTAINER Apache Geode Geode ARG GEODE_VERSION RUN \ apt-get update && \ apt-get -y upgrade

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Dan Smith
It does seem like this stuff needs a README on how to use it. Are we going to need these images do a release of the native client code? How many of these platforms will we need to build on to release the native client? -Dan On Thu, Feb 2, 2017 at 3:43 PM, Jacob Barrett

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Jacob Barrett
Think of it as a Dockerfile for things not Docker, like Solaris and Windows. It describes and can build a machine capable of compile or developing the native client. The toolchain is slightly more complicated than the Java side. Currently the Packer files are implemented for AWS but can easily be

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Mark Bretl
Hi, How does/will this help the community? --Mark On Thu, Feb 2, 2017 at 2:25 PM, wrote: > Repository: geode > Updated Branches: > refs/heads/next-gen-native-client-software-grant e79c4072b -> 340f2fca8 > > > GEODE-2421: Adding packer portion of making a VS2015