unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@yhbt.net>
To: meta@public-inbox.org
Subject: [PATCH 1/3] examples/grok-pull.post_update_hook: fetch mirror description
Date: Mon,  6 Apr 2020 09:56:19 +0000	[thread overview]
Message-ID: <20200406095621.5656-2-e@yhbt.net> (raw)
In-Reply-To: <20200406095621.5656-1-e@yhbt.net>

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

  reply	other threads:[~2020-04-06  9:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06  9:56 [PATCH 0/3] examples/grok-pull.post_update_hook updates Eric Wong
2020-04-06  9:56 ` Eric Wong [this message]
2020-04-06  9:56 ` [PATCH 2/3] examples/grok-pull.post_update_hook: capture infourl Eric Wong
2020-04-06  9:56 ` [PATCH 3/3] examples/grok-pull.post_update_hook: move url_base to the top Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200406095621.5656-2-e@yhbt.net \
    --to=e@yhbt.net \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).