#85 — Provide real links to zfs-fuse
| State | Rejected |
|---|---|
| Version: |
—
|
| Area | Web site |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | (anonymous) |
| Submitted on | Sep 04, 2010 |
| Responsible | Seth Heeren |
| Target release: |
—
|
Last modified on
Sep 04, 2010
by
Seth Heeren
The link to the testing branch currently points to http://gitweb.zfs-fuse.net/[…]a=snapshot;h=testing;sf=tgz
After downloading this link with wget, the result is an html file, so you can't really download zfs-fuse from a remote location.
After downloading this link with wget, the result is an html file, so you can't really download zfs-fuse from a remote location.
Added by
Seth Heeren
on
Sep 04, 2010 08:00 AM
Issue state:
unconfirmed → rejected
Responsible manager:
(UNASSIGNED) → sgheeren
I'm pretty sure you forgot about shell quoting. Works for me.
wget -c "http://gitweb.zfs-fuse.net/[…]shot;h=testing;sf=tgz"
Note: don't copy paste from this response as Plone/zope will shorten the url in non-copyable fashion... sorry about that. I'm sure you'll be able to copy the URL yourself :)
wget -c "http://gitweb.zfs-fuse.net/[…]shot;h=testing;sf=tgz"
Note: don't copy paste from this response as Plone/zope will shorten the url in non-copyable fashion... sorry about that. I'm sure you'll be able to copy the URL yourself :)

