mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
String handling has changed on python3.
Before this patch, on python3:
#define MESA_GIT_SHA1 "git-b'b99dcbfeb3'"
After:
#define MESA_GIT_SHA1 "git-b99dcbfeb3"
(No change on python2, it always looked ok)
Cc: Jose Fonseca <jfonseca@vmware.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| .gitignore | ||
| bugzilla_mesa.sh | ||
| get-extra-pick-list.sh | ||
| get-fixes-pick-list.sh | ||
| get-pick-list.sh | ||
| get-typod-pick-list.sh | ||
| git_sha1_gen.py | ||
| perf-annotate-jit.py | ||
| shortlog_mesa.sh | ||