type alias cleanup
This commit is contained in:
parent
a2ec2d3760
commit
4a02c2ea62
38 changed files with 129 additions and 122 deletions
|
@ -27,7 +27,7 @@ data RsyncOpts = RsyncOpts {
|
|||
rsyncOptions :: [CommandParam]
|
||||
}
|
||||
|
||||
remote :: RemoteType Annex
|
||||
remote :: RemoteType
|
||||
remote = RemoteType {
|
||||
typename = "rsync",
|
||||
enumerate = findSpecialRemotes "rsyncurl",
|
||||
|
@ -35,7 +35,7 @@ remote = RemoteType {
|
|||
setup = rsyncSetup
|
||||
}
|
||||
|
||||
gen :: Git.Repo -> UUID -> Maybe RemoteConfig -> Annex (Remote Annex)
|
||||
gen :: Git.Repo -> UUID -> Maybe RemoteConfig -> Annex Remote
|
||||
gen r u c = do
|
||||
o <- genRsyncOpts r
|
||||
cst <- remoteCost r expensiveRemoteCost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue