Added bittorrent special remote
addurl behavior change: When downloading an url ending in .torrent, it will download files from bittorrent, instead of the old behavior of adding the torrent file to the repository. Added Recommends on aria2 and bittornado | bittorrent. This commit was sponsored by Asbjørn Sloth Tønnesen.
This commit is contained in:
parent
386880a763
commit
a7690de016
12 changed files with 404 additions and 7 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -9,6 +9,11 @@ git-annex (5.20141204) UNRELEASED; urgency=medium
|
|||
*.torrent urls.
|
||||
* Use wget -q --show-progress for less verbose wget output,
|
||||
when built with wget 1.16.
|
||||
* Added bittorrent special remote.
|
||||
* addurl behavior change: When downloading an url ending in .torrent,
|
||||
it will download files from bittorrent, instead of the old behavior
|
||||
of adding the torrent file to the repository.
|
||||
* Added Recommends on aria2 and bittornado | bittorrent.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Fri, 05 Dec 2014 13:42:08 -0400
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -99,6 +99,8 @@ Recommends:
|
|||
quvi,
|
||||
git-remote-gcrypt (>= 0.20130908-6),
|
||||
nocache,
|
||||
aria2
|
||||
bittornado | bittorrent,
|
||||
Suggests:
|
||||
graphviz,
|
||||
bup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue