[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avro-commits
Subject:    [avro] branch master updated: Fix packaging of src dist to not include "build" directory as part of 
From:       dkulp () apache ! org
Date:       2019-04-29 17:31:38
Message-ID: 155655909816.20957.14735301466775077856 () gitbox ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ba925e  Fix packaging of src dist to not include "build" directory as part of path
7ba925e is described below

commit 7ba925e86775ddb34a736fafced646837b73d08c
Author: Daniel Kulp <dkulp@apache.org>
AuthorDate: Mon Apr 29 13:31:06 2019 -0400

    Fix packaging of src dist to not include "build" directory as part of path
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 6089d54..acac250 100755
--- a/build.sh
+++ b/build.sh
@@ -105,7 +105,7 @@ do
       mvn -N -P rat antrun:run verify
 
       mkdir -p dist
-      tar czf dist/${SRC_DIR}.tar.gz build/${SRC_DIR}
+      (cd build; tar czf ../dist/${SRC_DIR}.tar.gz ${SRC_DIR})
 
       # build lang-specific artifacts
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic