<div class="gmail_quote"><div dir="ltr">On Wed, Apr 25, 2018, 12:32 PM Jeremy Hansen <<a href="mailto:jebrhansen%2BSBo@gmail.com">jebrhansen+SBo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div dir="ltr">On Wed, Apr 25, 2018, 12:30 PM Matteo Bernardini <<a href="mailto:matteo.bernardini@gmail.com">matteo.bernardini@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2018-04-25 17:50 GMT+02:00 Jeremy Hansen <<a href="mailto:jebrhansen%2BSBo@gmail.com" target="_blank">jebrhansen+SBo@gmail.com</a>>:<br>
> It took some digging, but I found the download url for their tagged<br>
> releases. To get to where I found it, read on, otherwise, skip to the direct<br>
> link for 0.7.6 (the latest tag right now). On their main page,<br>
> <a href="http://christophe.varoqui.free.fr" rel="noreferrer" target="_blank">http://christophe.varoqui.free.fr</a>, click on the link for git tags (which I<br>
> have linked at the bottom of this message). From there, click on tag you<br>
> want. Then click the tag again next to the commit message. Then click the<br>
> "Tree" in the top area (not the one at the end of the commit line). Then you<br>
> should be able to click snapshot for the link. Every other method I found<br>
> for the snapshot would provide the hash, rather than the tag. What a pain!<br>
><br>
> <a href="https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/0.7.6;sf=tgz" rel="noreferrer" target="_blank">https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/0.7.6;sf=tgz</a><br>
<br>
this, unfortunately, doesn't work with wget...<br></blockquote></div><div><br></div><div>Crap. Didn't think to look at that since my computers are all packed up (movers picked up everything yesterday).</div></blockquote></div><div><br></div><div>It does look like someone mirrors it on GitHub. They don't tag the releases, and I'm not sure if it'll continue to sync when new tags are pushed on their other git instance, but it could be used to grab a tarball.<br><br><a href="https://github.com/cathay4t/multipath-tools">https://github.com/cathay4t/multipath-tools</a><br><br>Another option would be to just download the file using where and the above link (it'll still download the tarball, it'll just have an ugly name -- although, this test was done on a non-Slackware system that had wget -- looks like Debian 8), add a test in the slackbuild to see if there's an index.html file in the folder and then move it to the expected filename and continue on with the script.<br><br>Something like:<br><br>if ls index.html*.tgz; then<br>    mv index.html*.tgz $PRGNAM-$VERSION.tar.gz<br>fi<br><br>But I don't know if that method would be frowned on by SBo admins (if the wget does actually download the file, but has an ugly name)<br><br>Jeremy<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></blockquote></div>