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 7:4
+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 packer, or looking for th
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 C++
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 but here’s a rough d
+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 && \
apt-get install
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 wrote:
> Think of it as
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 m
Hi Mark,
Our thinking was to make our packer (and associated) scripts available such
that a community member could use them to create a VM that would be very
equivalent to our build environment.
There is some info/documentation that would need to be created to show how
to do this, but it should be
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 dev AMI
>
> This closes #384
>