You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/08/05 12:43:23 UTC

qpid-proton git commit: NO-JIRA: update tar.gz creation to avoid the initial '.' in the archive paths

Repository: qpid-proton
Updated Branches:
  refs/heads/master 2e38d661a -> 9e5db4183


NO-JIRA: update tar.gz creation to avoid the initial '.' in the archive paths


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9e5db418
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9e5db418
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9e5db418

Branch: refs/heads/master
Commit: 9e5db4183a034cec23a5aed3cde31e79bce07f1f
Parents: 2e38d66
Author: Robert Gemmell <ro...@apache.org>
Authored: Wed Aug 5 11:42:50 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Wed Aug 5 11:42:50 2015 +0100

----------------------------------------------------------------------
 bin/export.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9e5db418/bin/export.sh
----------------------------------------------------------------------
diff --git a/bin/export.sh b/bin/export.sh
index c87d80d..4bad515 100755
--- a/bin/export.sh
+++ b/bin/export.sh
@@ -76,6 +76,6 @@ WORKDIR=$(mktemp -d)
     tar -c -z \
         --owner=root --group=root --numeric-owner \
         --mtime="${MTIME}" \
-        -f ${ARCHIVE} .
+        -f ${ARCHIVE} ${PREFIX}
     echo "${ARCHIVE}"
 )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org