]> Sergey Matveev's repositories - public-inbox.git/commit
admin: preserve config ordering of `--all' switch
authorEric Wong <e@80x24.org>
Tue, 13 Oct 2020 01:34:30 +0000 (01:34 +0000)
committerEric Wong <e@80x24.org>
Tue, 13 Oct 2020 07:15:14 +0000 (07:15 +0000)
commit8080720d242f7450ecaf7e962c0f4ac9c5c2115b
tree66e4c4dfdc9aa1fc8e6ed5f8f9fb4b43080b7570
parent4c10137458c95adf45babd388c639c1344b62211
admin: preserve config ordering of `--all' switch

When `--all' is passed to -index and similar commands, process
them in the same order as what is given in the config file.
This ensures predictable behavior so admins can ensure certain
inboxes see updated indices before others.  For (upcoming)
external indices, this will ensure stable Xref: ordering for
predictable caching/memoization by NNTP clients.
lib/PublicInbox/Admin.pm