commit | 23cf9eb04f41d86ab98050eed6e016b98d2c99fe | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 11 12:06:30 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 11 12:15:46 2012 -0400 |
tree | d6b9a76582f470e429cc5c34fe3c21e03e2e5b13 | |
parent | ed2aae7ab3b9e99f66bdaaae26320183dfad4664 [diff] [blame] |
Refine the build id string We use git describe to get the SHA1 so that we append -dirty for dirty worktrees and include the HEAD commit subject and date.
diff --git a/src/compositor.c b/src/compositor.c index aa862cd..26c9a95 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -3220,7 +3220,7 @@ STAMP_SPACE "Bug reports to: %s\n" STAMP_SPACE "Build: %s\n", PACKAGE_STRING, PACKAGE_URL, PACKAGE_BUGREPORT, - WESTON_SHA1); + BUILD_ID); log_uname(); display = wl_display_create();