Thanks, applied. On Wed, Mar 7, 2018 at 2:28 PM, Xose Vazquez Perez wrote: > On 01/12/2018 05:56 PM, Xose Vazquez Perez wrote: > > > gitweb is able to extract and serve a release right away. > > This one is missing. > > > Cc: Christophe Varoqui > > Cc: device-mapper development > > Signed-off-by: Xose Vazquez Perez > > --- > > README | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/README b/README > > index 570224d..89bab74 100644 > > --- a/README > > +++ b/README > > @@ -20,7 +20,8 @@ git archive --format=tar.gz > --prefix=multipath-tools-X.Y.Z/ X.Y.Z > ../multipath > > > > Alternatively it may be obtained from gitweb, go to: > > https://git.opensvc.com/?p=multipath-tools/.git;a=tags > > -select a release-tag and then click on "snapshot". > > +select a release-tag and then click on "snapshot". Or get it with > > +wget "https://git.opensvc.com/?p=multipath-tools/.git;a= > snapshot;sf=tgz;h=refs/tags/X.Y.Z" -O multipath-tools-X.Y.Z.tar.gz > > > > > > Source code > > > >