Daily builds of latest Git now available as Ubuntu packages

Austin English austinenglish at gmail.com
Tue Sep 20 13:56:03 CDT 2011


On Tue, Sep 20, 2011 at 11:48, Octavian Voicu <octavian.voicu at gmail.com> wrote:
> On Tue, Sep 20, 2011 at 9:27 PM, Qian Hong <fracting at gmail.com> wrote:
>> Is there any good ways to get the git-describe-like version number
>> from the daily build ppa version number?
>> That's useful while running a regression test. For example, I'd like
>> to know exactly what is wine1.3_1.3.28+daily-20110912
>> in http://bugs.winehq.org/show_bug.cgi?id=28450 .
>
> I'm guessing daily builds are done after daily commits, so you could
> use the build id (which is just a prefix of the last commit id) from
> here [1].
>
> In your case, it's probably 9b729bb1b348 - 12-Sep-2011 15:45.
>
> Octavian
>
> [1] http://test.winehq.org/data/

Or use 'git describe', which will also contain the wine version/number
of commits since that version. E.g., today's is:
wine-1.3.28-421-gb615335

and the sha1 hash is b6153354dd28c57fb1f92f85df1f1ba751794fc1.

-- 
-Austin



More information about the wine-devel mailing list