Hi Worik, 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)") Dave Hylands ----- Original Message ----- > From: "Worik Stanton" <[email protected]> > To: "Mozilla B2G mailing list" <[email protected]> > Sent: Friday, February 7, 2014 4:45:09 PM > Subject: [b2g] Advice on bug reporting > > For my sins I keep my keon updated to as bleeding edge B2G as I know > how. I started from > https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build. > > These days each day I ./repo sync ; ./build.sh ; ./flash.sh > > My version number in settings->Device Information has stayed steady on > 1.4.0.0-prerelease for a while now. > > My question is: When I make a bug report I want to be specific about > which version I am running. Other than noting the time of day I ran > ./repo is there somewhere I can get useful version information that is > more finely grained than 1.4.0.0-prerelease? > > I have a meta question too: Where should I have been looking in the > documentation (if anywhaere) to find out for myself? > > cheers > Worik > -- > The only true evil is turning people into things.... > Granny Weatherwax > [email protected] 021-1680650, (03) 4821804 > Aotearoa (New Zealand) > > > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
