Oh, I see. So then how can I check if a commit is included or not in a specific nightly 5.1 download?
Cheers On Thu, Sep 5, 2019 at 10:47 AM Ian McInerney <[email protected]> wrote: > > I believe that OSX adds several patches to the build process still, so the > last few commits are OSX specific and the one being picked for the version > string is probably one of this. Adam should be able to confirm this. > > -Ian > > On Thu, Sep 5, 2019 at 10:12 AM Jonatan Liljedahl <[email protected]> wrote: >> >> Hmm, weird. >> I'm looking at nightlies of the 5.1 branch for OSX. For example the >> latest: >> https://kicad-downloads.s3.cern.ch/osx/testing/5.1/kicad-5.1-nightly-20190904-112458-3d75100e0-10_14.dmg >> >> Looking at the hash (3d75100e0), this yields no results: >> >> $ git log --oneline | grep 3d75100e0 >> >> On Thu, Sep 5, 2019 at 9:49 AM Andrew Lutsenko <[email protected]> wrote: >> > >> > Hello, >> > What do you mean? The hex string in the file name is the prefix of the >> > commit hash, common way to identify commits in git. >> > E.g. latest nightly kicad-r14168.6688e8013-x86_64.exe is built from commit >> > 6688e80131e8283ecd2b45e0e2c04a4f3d6fcef2. >> > >> > Regards, >> > Andrew >> > >> > On Thu, Sep 5, 2019 at 12:25 AM Jonatan Liljedahl <[email protected]> >> > wrote: >> >> >> >> Hi list, >> >> Is there any way to see from which commit a nightly was built? The hex >> >> strings in the download files doesn't seem to be git refs. >> >> >> >> -- >> >> /Jonatan >> >> http://kymatica.com >> >> >> >> _______________________________________________ >> >> Mailing list: https://launchpad.net/~kicad-developers >> >> Post to : [email protected] >> >> Unsubscribe : https://launchpad.net/~kicad-developers >> >> More help : https://help.launchpad.net/ListHelp >> >> >> >> -- >> /Jonatan >> http://kymatica.com >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp -- /Jonatan http://kymatica.com _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

