Re: [xml2rfc] [rfc-i] whose on first

Randy Bush <randy@psg.com> Fri, 19 February 2021 22:39 UTC

Return-Path: <randy@psg.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AA08B3A0C4E for <xml2rfc@ietfa.amsl.com>; Fri, 19 Feb 2021 14:39:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T4Rd3vq1rFaE for <xml2rfc@ietfa.amsl.com>; Fri, 19 Feb 2021 14:39:11 -0800 (PST)
Received: from psg.com (psg.com [IPv6:2001:418:1::62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB5D33A0C3B for <xml2rfc@ietf.org>; Fri, 19 Feb 2021 14:39:11 -0800 (PST)
Received: from [198.180.150.2] (helo=mail.rg.net) by psg.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from <randy@psg.com>) id 1lDEQZ-0006en-Kx; Fri, 19 Feb 2021 22:39:11 +0000
Received: from 162-195-241-81.lightspeed.sntcca.sbcglobal.net ([162.195.241.81] helo=[192.168.0.18]) by mail.rg.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <randy@psg.com>) id 1lDEQY-0002DV-99; Fri, 19 Feb 2021 22:39:10 +0000
From: Randy Bush <randy@psg.com>
To: Carsten Bormann <cabo@tzi.org>
Cc: XML2RFC Interest Group <xml2rfc@ietf.org>, RFC Interest Group <rfc-interest@rfc-editor.org>
Date: Fri, 19 Feb 2021 14:39:08 -0800
X-Mailer: MailMate (1.13.2r5673)
Message-ID: <D9D9B72B-B743-473E-A694-3B1370A66642@psg.com>
In-Reply-To: <3267FC6B-932B-4036-9EC4-DA14F0A04616@tzi.org>
References: <m2wnv3n1sz.wl-randy@psg.com> <CA975ECC-B70A-4856-8760-443740DB5531@tzi.org> <3F9B1FDA-20C6-4112-83B2-44EB9C64DBFE@psg.com> <3267FC6B-932B-4036-9EC4-DA14F0A04616@tzi.org>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_MailMate_7E52A1F3-FCF1-4F37-B06E-6112946115A7_="
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/Zc3pWXz0ro6hY03RGhulIW7qCNE>
Subject: Re: [xml2rfc] [rfc-i] whose on first
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Feb 2021 22:39:14 -0000

>> my rsync does not get it
>
> I don’t think we can rsync bibxml from the datatracker yet.
> Might be interesting to pull something together that does the 
> equivalent over HTTP so one can then rsync from that…  But the 
> datatracker is not very fast, so this might overload it.

this is my nightly rsync

```
#!/bin/sh
RSY="/usr/bin/rsync -vaHx --delete"
$RSY rfc-editor.org::rfcs-text-only $HOME/rfcs
$RSY ietf.org::internet-drafts $HOME/ids
# old + new, though i really want only old
$RSY rsync.tools.ietf.org::tools.id $HOME/ids.old
# for xml2rfc
$RSY xml2rfc.tools.ietf.org::xml2rfc.bibxml/bibxml $HOME/refs/rfc
$RSY xml2rfc.tools.ietf.org::xml2rfc.bibxml/bibxml3 $HOME/refs/id
```

i am quite open to improving it

randy

---
randy@psg.com
`gpg --locate-external-keys --auto-key-locate wkd randy@psg.com`
signatures are back thanks to dmarc header mangling