lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gubllt: A script to test your patches with gub


From: Knut Petersen
Subject: Gubllt: A script to test your patches with gub
Date: Tue, 2 Jul 2019 11:52:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

Hi everybody!

Attached find a bash script gubllt.

Gubllt

 * first builds a regression test archive for a specified version of lilypond,
 * performs a full build (installers for all supported platforms, 
documentation, etc) for another specified version of lilypond. The regression 
test archive generated in the first step is used for the test.


Gubllt takes for arguments:

1. A relative or absolute path to the local gub repository that shall be used.
2. A relative or absolute path to the local lilypond repository that shall be 
used.
3. The lilypond version to use as a testbase. This might be a branch name, the 
sha-1 of a commit, even something like 'HEAD~1' is acceptable.
4. The lilypond version to test. This might be a branch name, the sha-1 of a 
commit, even something like 'HEAD~1' is acceptable. You might also give the URL 
of a rietveld review patch.

The gubllt script tries to handle error conditions gracefully, it should be 
stored in a directory listed in PATH.

Examples:

   gubllt /home/foobar/devel/gub /home/foobar/devel/lily master testver
   gubllt ~/devel/gub ~/devel/lily master 0e9237da8
   gubllt gub lily master 
https://codereview.appspot.com/download/issue572640043_552640044.diff

Knut


Attachment: gubllt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]