On 08/02/14 13:59, Dave Hylands wrote:
> Probably the 2 most useful "version" identifiers are the current hashes from 
> the gaia and gecko repositories.
> 
> You could create a script which contained the following:
> 
> #!/bin/bash
> (cd gaia;  echo "gaia  $(git rev-parse HEAD)")
> (cd gecko; echo "gecko $(git rev-parse HEAD)")

Thanks.  This is cool. Version identifiers. I'm doing it in my own build
script. Is there no version numbering with a strict ordering (perhaps a
time stamp of the most recently updated file)?

This would be useful for the case where Joe and Jill have both built
trees (an investment of time) and are noticing different behaviours, and
Joe would like to know if Jill built from more recent or "less recent"
sources.

Should I file a bug?

Worik

-- 
The only true evil is turning people into things....
                                         Granny Weatherwax
       [email protected] 021-1680650, (03) 4821804
                          Aotearoa (New Zealand)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to