Re: [Tools-discuss] bibxml3 database reload frequency

Carsten Bormann <cabo@tzi.org> Thu, 20 August 2020 16:30 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 180DF3A048D for <tools-discuss@ietfa.amsl.com>; Thu, 20 Aug 2020 09:30:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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 kn6JPwpxxUik for <tools-discuss@ietfa.amsl.com>; Thu, 20 Aug 2020 09:29:57 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E9DD3A0796 for <tools-discuss@ietf.org>; Thu, 20 Aug 2020 09:29:52 -0700 (PDT)
Received: from [172.16.42.100] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4BXVVQ5ccxzyhc; Thu, 20 Aug 2020 18:29:50 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <010001740c9e6adf-5f978dea-f19a-4298-8376-b82bf3be0835-000000@email.amazonses.com>
Date: Thu, 20 Aug 2020 18:29:50 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 619633790.31828-b9b763506ec64c43a7065a86d96c35dd
Content-Transfer-Encoding: quoted-printable
Message-Id: <263F8477-FCD3-4C78-8B36-16AE8D383C4A@tzi.org>
References: <010001740c9e6adf-5f978dea-f19a-4298-8376-b82bf3be0835-000000@email.amazonses.com>
To: Kent Watsen <kent+ietf@watsen.net>
X-Mailer: Apple Mail (2.3608.120.23.2.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/I9SbCchrz5vjT81G9wFlYxfIgLI>
Subject: Re: [Tools-discuss] bibxml3 database reload frequency
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Aug 2020 16:30:01 -0000


> On 2020-08-20, at 18:05, Kent Watsen <kent+ietf@watsen.net> wrote:
> 
> 
> Hi Tools Team.
> 
> How often is https://xml2rfc.tools.ietf.org/public/rfc/bibxml3 rebuilt?  

I’m not the tools team, and I cannot answer the question in general.
(I seem to remember the answer used to be: hourly.)
Right now, the last additions are dated 2020-08-17 07:00Z, e.g.:

reference.I-D.corcoran-cnsa-ipsec-profile.xml

The most recent I-D I can find is: draft-ietf-bier-tether-00.txt

Datatracker does have the libxml:
https://datatracker.ietf.org/doc/bibxml3/draft-ietf-bier-tether/xml

Protip:

curl https://datatracker.ietf.org/doc/bibxml3/draft-ietf-bier-tether/xml -o ~/.cache/xml2rfc/reference.I-D.ietf-bier-tether.xml

(And set:
export KRAMDOWN_REFCACHEDIR=$HOME/.cache/xml2rfc
in your ~/.profile to get that same cache in kramdown-rfc as well.)

Grüße, Carsten


> Is there a way to have it rebuild more often and/or for draft authors to externally prompt it to rebuild?
> 
> See below for background info.
> 
> Thanks,
> Kent
> 
> 
> Background:
> 
> I have one draft depending on another.  The new <relref> element is used, but the resulting hyperlinks point to the previous version of the referenced draft (before it was updated ~1 hour ago).
> 
> Looking at https://xml2rfc.tools.ietf.org/public/rfc, I see that “bibxml3” hasn’t been updated for roughly one day:
> 
> 	bibxml3/	19-Aug-2020 00:49
> 
> Note that the timestamp for “bibxml” (without the ‘3’) is roughly 24 hours newer:
> 
> 	bibxml/	20-Aug-2020 00:45
> 
> In any case, the hyperlinks produced by the <relref> elements are all resolving to the previous version of the referenced draft.   I tried `xml2rfc —clear-cache`, but I think the source issue is with https://xml2rfc.tools.ietf.org/public/rfc/bibxml3 not having updated…
> 
> How often is https://xml2rfc.tools.ietf.org/public/rfc/bibxml3 built?  Is there a way to prompt it to reload?
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
> 
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
> 
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org