From 5d1586cf4da126342829399914f96666f275b09d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 6 Apr 2020 09:56:19 +0000 Subject: [PATCH] examples/grok-pull.post_update_hook: fetch mirror description The $INBOX_URL/description endpoint is available since v1.3.0, so use it in mirrors. --- examples/grok-pull.post_update_hook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/grok-pull.post_update_hook.sh b/examples/grok-pull.post_update_hook.sh index d003448e..e04eb2c5 100755 --- a/examples/grok-pull.post_update_hook.sh +++ b/examples/grok-pull.post_update_hook.sh @@ -93,6 +93,7 @@ case $cfg_dir in # only one newsgroup per inbox break done + curl -sSfv "remote_inbox_url"/description >"$inbox_dir"/description echo "I: $inbox_name at $inbox_dir ($addresses) $local_url" ;; esac -- 2.44.0