proxied importtree=yes remotes are untrustworthy
Even without exporttree=yes.
This commit is contained in:
parent
3ea835c7e8
commit
349b1e443b
1 changed files with 2 additions and 1 deletions
|
@ -231,7 +231,8 @@ gen r u rc gc rs
|
||||||
, readonly = Git.repoIsHttp r && not (isP2PHttp' gc)
|
, readonly = Git.repoIsHttp r && not (isP2PHttp' gc)
|
||||||
, appendonly = False
|
, appendonly = False
|
||||||
, untrustworthy = isJust (remoteAnnexProxiedBy gc)
|
, untrustworthy = isJust (remoteAnnexProxiedBy gc)
|
||||||
&& exportTree c && not (isVersioning c)
|
&& (exportTree c || importTree c)
|
||||||
|
&& not (isVersioning c)
|
||||||
, availability = repoAvail r
|
, availability = repoAvail r
|
||||||
, remotetype = remote
|
, remotetype = remote
|
||||||
, mkUnavailable = unavailable r u rc gc rs
|
, mkUnavailable = unavailable r u rc gc rs
|
||||||
|
|
Loading…
Reference in a new issue