|
From: Florent R. <f.r...@gm...> - 2020-04-28 16:49:02
|
Dany, Your 'git reset --hard <commit id>' and 'd&c.sh -dn FGFS' commands both look fine. I'd say that either the build failed due to SimGear needing a rewind too (but you would have noticed?), or you did build the revision you wanted to test (or mixed up dirs/FG installations...). You can check the FG revision (commit): 1) In FG using the Help -> About dialog (see “Revision”). 2) In your clone of the FG repo using gitk as you said, or 'git log' (first entry = the commit currently checked out) or 'git rev-parse HEAD'. Regards |