From 1ed799156dbaa8f313b413d28a6dacc7775ce88f Mon Sep 17 00:00:00 2001 From: Carl Yeksigian Date: Mon, 3 Jun 2013 18:29:31 -0400 Subject: [PATCH] THRIFT-1985: Add a Vagrantfile to build and test Apache Thrift fully reproducable Moved the Vagrantfile to the contrib/ directory to prevent polluting the top level directory --- .gitignore | 2 +- Makefile.am | 1 - Vagrantfile => contrib/Vagrantfile | 26 ++++++++++++++++++++++---- 3 files changed, 23 insertions(+), 6 deletions(-) rename Vagrantfile => contrib/Vagrantfile (63%) diff --git a/.gitignore b/.gitignore index 8c4ba8e6..b9c63dca 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ gen-* /Makefile /Makefile.in -/.vagrant/ +/contrib/.vagrant/ /aclocal/libtool.m4 /aclocal/ltoptions.m4 /aclocal/ltsugar.m4 diff --git a/Makefile.am b/Makefile.am index f7758af2..c8d85aea 100755 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,6 @@ EXTRA_DIST = \ doap.rdf \ sonar-project.properties \ tutorial \ - Vagrantfile \ LICENSE \ CHANGES \ NOTICE diff --git a/Vagrantfile b/contrib/Vagrantfile similarity index 63% rename from Vagrantfile rename to contrib/Vagrantfile index b63dae98..dd2e2ee9 100644 --- a/Vagrantfile +++ b/contrib/Vagrantfile @@ -1,9 +1,25 @@ -# © The Apache Software Foundation -# http://www.apache.org/licenses/LICENSE-2.0 - # -*- mode: ruby -*- # vi: set ft=ruby : +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + $script = <