From: Roger Meier Date: Thu, 30 May 2013 19:57:34 +0000 (+0200) Subject: THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=0236434bdc06b8480d5f46a228d9f4dfa84b69dc;p=common%2Fthrift.git THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable add EXTRA_DIST --- diff --git a/.gitignore b/.gitignore index 0c444290..8c4ba8e6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ gen-* *.swp .project .pydevproject +.sonar .DS_Store /Makefile diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 54c45a24..f7758af2 --- a/Makefile.am +++ b/Makefile.am @@ -34,9 +34,13 @@ print-version: @echo $(VERSION) EXTRA_DIST = \ - doc \ - tutorial \ + .travis.yml \ contrib \ + doc \ + doap.rdf \ + sonar-project.properties \ + tutorial \ + Vagrantfile \ LICENSE \ CHANGES \ NOTICE