Updated Branches:
  refs/heads/master 14ff9c8a6 -> 0236434bd

THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable
add EXTRA_DIST


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/0236434b
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/0236434b
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/0236434b

Branch: refs/heads/master
Commit: 0236434bdc06b8480d5f46a228d9f4dfa84b69dc
Parents: 14ff9c8
Author: Roger Meier <[email protected]>
Authored: Thu May 30 21:57:34 2013 +0200
Committer: Roger Meier <[email protected]>
Committed: Thu May 30 21:57:34 2013 +0200

----------------------------------------------------------------------
 .gitignore  |    1 +
 Makefile.am |    8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/0236434b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0c44429..8c4ba8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ gen-*
 *.swp
 .project
 .pydevproject
+.sonar
 .DS_Store
 
 /Makefile

http://git-wip-us.apache.org/repos/asf/thrift/blob/0236434b/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
old mode 100644
new mode 100755
index 54c45a2..f7758af
--- 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

Reply via email to