add Remote.readonly
Does nothing yet. Considered making bup readonly, but while the content can't be removed, it is able to delete a branch, so didn't. This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
parent
a3fa9ea0b5
commit
02630b39ee
17 changed files with 19 additions and 0 deletions
|
@ -76,6 +76,7 @@ gen r _ c gc = do
|
|||
, localpath = Nothing
|
||||
, getRepo = return r
|
||||
, readonly = True
|
||||
, appendonly = False
|
||||
, availability = GloballyAvailable
|
||||
, remotetype = remote
|
||||
, mkUnavailable = return Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue