Merged. Thanks. On Thu, Jun 2, 2016 at 2:47 PM, Xose Vazquez Perez <[email protected]> wrote:
> Add info how to get a specific release from git. > > Cc: Christophe Varoqui <[email protected]> > Cc: device-mapper development <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]> > --- > 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 > >
-- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
