----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3460/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11471:a25afe7f3710 --------------------------- scons: Rewrite git style hook installer The SCons script currently assumes that .git is a proper directory with all git meta data. This isn't the case if the working directory was checked out using git worktrees. In such case .git is a file with meta data telling git where the repository data is stored. This changeset updates changes the SConstruct file to rely on git rev-parse to get the real git directory. Change-Id: I3d0475eabc12e868193797067a88e540a9b6e927 Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Diffs ----- SConstruct 015cad6e65d5 Diff: http://reviews.gem5.org/r/3460/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
