[node-patches] Change in ovirt-node[master]: build: Snapsho without gz
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Mon Jun 30 10:41:26 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: build: Snapsho without gz
......................................................................
build: Snapsho without gz
… for b/c with CentOS
Change-Id: I02b5b46c67ae511a1e65c976e2f96493750a75cc
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/97/29397/1
diff --git a/Makefile.am b/Makefile.am
index 8243b7d..225806b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,8 +86,8 @@
snapshot:
eval export $$(grep ^PACKAGE_ configure) ; \
git archive \
- -o $$PACKAGE_NAME-$$PACKAGE_VERSION.$$(date +%Y%m%d)git$$(git log -n1 --format=%h).tar.gz \
- --format=tar.gz \
+ -o $$PACKAGE_NAME-$$PACKAGE_VERSION.$$(date +%Y%m%d)git$$(git log -n1 --format=%h).tar \
+ --format=tar \
--prefix=$$PACKAGE_NAME-$$PACKAGE_VERSION/ master
# vim: ts=2
--
To view, visit http://gerrit.ovirt.org/29397
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I02b5b46c67ae511a1e65c976e2f96493750a75cc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list