This commit is contained in:
Joey Hess 2020-01-17 17:18:44 -04:00
parent 5c58f86790
commit b1c224dd48
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 0 deletions

View file

@ -14,3 +14,5 @@ At least for the built in special remotes (not external) this should be possible
[[!meta author=yoh]]
[[!tag projects/dandi]]
> [[done]] --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2020-01-17T21:15:16Z"
content="""
Added LISTCONFIGS to external special remote protocol, and once your
special remotes implement it, initremote will notice if the user provides
any setting with the wrong name.
(external special remotes could already verify the values of settings using
GETCONFIG at the INITREMOTE stage, and use INITREMOTE-FAILURE to inform the
user of bad or missing values)
"""]]