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
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.
--
luigi