Christian Ridderström wrote: > On Wed, 10 Dec 2008, Pavel Sanda wrote: > >> - building some script architecture (in bash) for checking of my >> documents to be properly converted via lyx2lyx (ie check for lyx 1.x >> -> 1.x+1). additionaly put some files in the tree, each with some >> basic lyx feature, and run such checks automatically with current >> trunk on aussie, so we know problems immediately after lyx2lyx changes >> in trunk. maybe we can introduce new policy, that each fileformat >> change deserves new testing lyx file, which will be add to this tree. > > I'll be doing similar things, and in fact I already have a script for > automatically compiling different revisions. Although I was thinking of > learning Python and using that instead... one reason is for fun, another > that lyx2lyx uses Python. :-) > > Pavel, which do you think is better: Early deployment using bash for > automatic build test and generation of documents, or the same functionality > in Python.
from the lyx point of view python is a better idea; but i'm failing to have some fun with learning python so i'll stay in bash :) pavel
