Repository: incubator-htrace
Updated Branches:
  refs/heads/3.1 f1f74a685 -> 68ea191dd


HTRACE-73 Exclude .orig and pkg when building src tarball


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/68ea191d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/68ea191d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/68ea191d

Branch: refs/heads/3.1
Commit: 68ea191dd2f745286dfe0be2d50c8dc3ba501595
Parents: f1f74a6
Author: stack <[email protected]>
Authored: Tue Jan 13 16:23:10 2015 -0800
Committer: stack <[email protected]>
Committed: Tue Jan 13 16:23:10 2015 -0800

----------------------------------------------------------------------
 src/main/assembly/src.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/68ea191d/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index 605e808..7ddd723 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -38,12 +38,13 @@
               <exclude>target/</exclude>
               <exclude>test/</exclude>
               <exclude>.classpath</exclude>
+              <exclude>**/*.orig</exclude>
               <exclude>.project</exclude>
               <exclude>.git</exclude>
               <exclude>.gitignore</exclude>
               <exclude>.settings/</exclude>
               <exclude>**/src/go/bin/**</exclude>
-              <exclude>**/src/go/pkg/**</exclude>
+              <exclude>**/pkg/**</exclude>
             </excludes>
           </fileSet>
         </fileSets>

Reply via email to