> From: Bruce Dubbs <[email protected]> > Date: Mon, 12 Sep 2016 11:49:30 -0500 > Subject: Re: [blfs-support] Certificate Authority Certificates > . . > > Note that we get the data from: > > https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt > > We have to parse that (which actually comes as html) to get the raw file
On that page, the top-menu has a link, 'raw', that gives text-only format, and that has url: https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt ; difference between the two urls is the '/file/' in former, and '/raw-file/' in latter. Is the html easier to parse? (But yeah, '.txt != text' ... 'what is the world coming to ...' .) > and then insert a header to make it compatible with out scripts. > . . > akh -- -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
