[dm-devel] [PATCH] multipath-tools: tarballs are not generated anymore

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jun 2 12:47:09 UTC 2016


Add info how to get a specific release from git.

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 README | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README b/README
index a81666c..25a194e 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
 multipath-tools for Linux <http://christophe.varoqui.free.fr/>
 
+
 This package provides the following binaries to drive the
 Device Mapper multipathing driver:
 
@@ -8,7 +9,15 @@ multipathd - Multipath daemon.
 mpathpersist - Manages SCSI persistent reservations on dm multipath devices.
 kpartx - Create device maps from partition tables.
 
-To get latest code: git clone http://git.opensvc.com/multipath-tools/.git
+
+tarballs are not generated anymore, to get a specific release do:
+git clone http://git.opensvc.com/multipath-tools/.git
+cd multipath-tools
+git tag
+git archive --format=tar.gz --prefix=multipath-tools-X.Y.Z/ X.Y.Z > ../multipath-tools-X.Y.Z.tar.gz
+
+
+To get latest devel code: git clone http://git.opensvc.com/multipath-tools/.git
 
 Mailing list: http://www.redhat.com/mailman/listinfo/dm-devel
 Gitweb: http://git.opensvc.com/?p=multipath-tools/.git
-- 
2.5.5




More information about the dm-devel mailing list