Added updateproxy command and remote.name.annex-proxy configuration
So far this only records proxy information on the git-annex branch.
This commit is contained in:
parent
f3f40e03b4
commit
f97f4b8bdb
10 changed files with 207 additions and 1 deletions
4
Logs.hs
4
Logs.hs
|
@ -98,6 +98,7 @@ topLevelOldUUIDBasedLogs =
|
|||
topLevelNewUUIDBasedLogs :: [RawFilePath]
|
||||
topLevelNewUUIDBasedLogs =
|
||||
[ exportLog
|
||||
, proxyLog
|
||||
]
|
||||
|
||||
{- Other top-level logs. -}
|
||||
|
@ -154,6 +155,9 @@ multicastLog = "multicast.log"
|
|||
exportLog :: RawFilePath
|
||||
exportLog = "export.log"
|
||||
|
||||
proxyLog :: RawFilePath
|
||||
proxyLog = "proxy.log"
|
||||
|
||||
{- This is not a log file, it's where exported treeishes get grafted into
|
||||
- the git-annex branch. -}
|
||||
exportTreeGraftPoint :: RawFilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue