Find safer way to get date and git info during build #190
Labels
area: main-source
Relating to the src/ directory (main Conquest source code)
improves: stability
Fix or enhance issues with stability or robustness
time: hours
type: bug
Currently the makefile extracts the current date and time and the git branch and hash via a mixture of sed and shell commands. I found this fails, e.g. when I have a
/
in the git branch name. There might be a safer way to get this information.CONQUEST-release/src/Makefile
Line 61 in 3a6e1f6
The text was updated successfully, but these errors were encountered: