Add annex-trustlevel configuration settings, which can be used to override the trust level of a remote.
This overrides the trust.log, and is overridden by the command-line trust parameters. It would have been nicer to have Logs.Trust.trustMap just look up the configuration for all remotes, but a dependency loop prevented that (Remotes depends on Logs.Trust in several ways). So instead, look up the configuration when building remotes, storing it in the same forcetrust field used for the command-line trust parameters.
This commit is contained in:
parent
9ffd97442b
commit
0d5c402210
7 changed files with 64 additions and 26 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ git-annex (3.20120107) UNRELEASED; urgency=low
|
|||
|
||||
* log: Add --gource mode, which generates output usable by gource.
|
||||
* map: Fix display of remote repos
|
||||
* Add annex-trustlevel configuration settings, which can be used to
|
||||
override the trust level of a remote.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 07 Jan 2012 18:12:09 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue