[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1848393 - in /subversion/site: publish/.message-ids.tsv tools/haxx-url-to-message-id.sh

From: Julian Foad <julianfoad_at_apache.org>
Date: Thu, 13 Dec 2018 10:49:14 +0000

Julian Foad wrote on 2018-12-11:
> # Update our Haxx-URL-to-Message-Id map (a manual cron entry, for now)
> 0 4 * * * fn=publish/.message-ids.tsv; cd ~/src/svn/site && svn up -q &&
> tools/haxx-url-to-message-id.sh publish > $fn.tmp && if diff -q -I'^#
> Generated' $fn $fn.tmp > /dev/null; then rm $fn.tmp; else mv $fn.tmp $fn
> && svn ci -q -m "* $fn: Automatically regenerated" $fn; fi

In r1848836 I moved that logic into 'tools/generate-message-id-map.py'. The crontab entry is now:

# Update our Haxx-URL-to-Message-Id map (a manual cron entry, for now)
0 4 * * * cd ~/src/svn/site && svn up -q && tools/generate-message-id-map.py

-- 
- Julian
Received on 2018-12-13 11:49:22 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.