Am 2012-04-24 um 23:57 schrieb luigi scarso:
On Tue, Apr 24, 2012 at 11:00 PM, Henning Hraban Ramm
wrote: Any hints?
1) start with a new standalone on folder ~/workspace/context/standalone Don't run #> . setuptex ie #> source setuptex
2) put the repo under ~/workspace/context/git
3) search the commit you need with git log #> git log e.g commit 47864ebdfe2d9916e365c2f278585a94879c813d Author: Marius
Date: Mon Jan 2 18:40:26 2012 +0200 beta 2012.01.02 17:18
4) build a zip #> git archive --format=zip -v -o 'beta_2012_01_02_17_18.zip' 47864ebdfe2d9916e365c2f278585a94879c813d
--format zip (without =)
5) replace all the files under ~/workspace/context/standalone/tex/texmf-context with the content of beta_2012_01_02_17_18.zip
6) now run setuptex: #> cd ~/workspace/context/standalone/tex #> . setuptex or #> source setuptex
7>) rebuild the format and the font cache #>context --generate #># mtxrun --script fonts --reload
Update the repo with git pull, maybe with a daily cron.
Thank you very much! Of course a made a little script for that; parsing of the log to get the beta of a specified date is still missing; browsing GitX is easier. Up to now I didn’t find a working version, though. :-( Greetlings, Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)