]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
build: Allow official tarball builds to be considered "clean"
authorKevin O'Connor <kevin@koconnor.net>
Thu, 22 Oct 2015 15:59:47 +0000 (11:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 23 Oct 2015 15:11:09 +0000 (11:11 -0400)
commit98a100c24febc9e8bd677d65e808ad6cf83fb1ee
treee9bafca3d24db3c58f0225257a351c233c5e2290
parent08d39868d326c0a75a188639d86f1a248178d1c6
build: Allow official tarball builds to be considered "clean"

If building from an official tarball and EXTRAVERSION info is
provided, then consider the build to be "clean" (don't include
hostname/build timestamp).  This is done on the expectation that
EXTRAVERSION will have enough information to allow developers to find
the builder and build environment should a defect be reported, and
therefore the hostname/timestamp is not necessary.

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