]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
build: Use git describe --always
authorKevin O'Connor <kevin@koconnor.net>
Tue, 27 Feb 2018 16:27:59 +0000 (11:27 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Feb 2018 16:27:59 +0000 (11:27 -0500)
commita3c93bd81df628a218b9363f13188367417baaec
treea8717f338f95d9a21e768ae79f14cb9f7d5633ea
parent42812e062a77b27b0544c8e0d46d206afc3b2fae
build: Use git describe --always

Add --always flag to "git describe" command to get a build identifier
even if one checks out the repo with a depth parameter that prunes out
the last tagged version.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
scripts/buildversion.py