You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, repos-config file list repositories with optional fields: repositories: [ <string> <URL> { {<string>}+ } { <int> } ... ]. The last two optional arguments for each repository are the trust anchors (fingerprints of the trusted signing identities, and the quorum, i.e. how many of them are required for a signature to be accepted (see manual.
We need to add some information per repository (see #4933, #5966), that are optional too, and handling these list of optional elements is not the best, even if the file is not meant to be read by a human.
Proposal: use one section per repository, we would have
At the moment,
repos-config
file list repositories with optional fields:repositories: [ <string> <URL> { {<string>}+ } { <int> } ... ]
. The last two optional arguments for each repository are the trust anchors (fingerprints of the trusted signing identities, and the quorum, i.e. how many of them are required for a signature to be accepted (see manual.We need to add some information per repository (see #4933, #5966), that are optional too, and handling these list of optional elements is not the best, even if the file is not meant to be read by a human.
Proposal: use one
section
per repository, we would haveLike that we have each repository have its own properties well defined.
The text was updated successfully, but these errors were encountered: