let url claims optionally include a suggested filename
This commit is contained in:
parent
7c9149a44f
commit
85df9c30e9
11 changed files with 67 additions and 26 deletions
|
@ -10,6 +10,7 @@ module Command.RmUrl where
|
|||
import Common.Annex
|
||||
import Command
|
||||
import Logs.Web
|
||||
import Annex.URLClaim
|
||||
import qualified Remote
|
||||
|
||||
cmd :: [Command]
|
||||
|
@ -27,7 +28,7 @@ start (file, url) = flip whenAnnexed file $ \_ key -> do
|
|||
|
||||
cleanup :: String -> Key -> CommandCleanup
|
||||
cleanup url key = do
|
||||
r <- Remote.claimingUrl url
|
||||
r <- fst <$> urlClaim url
|
||||
let url' = if Remote.uuid r == webUUID
|
||||
then url
|
||||
else setDownloader url OtherDownloader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue