Commit graph

5 commits

Author SHA1 Message Date
Olek Wojnar
d9edddbb71 Remove obsolete buildTime/buildDate system
The __TIME__ and __DATE__ macros were interfering with reproducible builds.
2016-09-04 15:35:21 -04:00
Erik Ogenvik
eb81c7eecb Use "git describe" for buildid.
Also removed circular dependency as well as CVS leftover script.
2016-06-22 17:06:50 +02:00
Alistair Riddoch
15d3b437d7 Remove a race from buildid file generation 2011-02-16 13:20:44 +00:00
Al Riddoch
adedf138f4 2006-12-27 Al Riddoch <alriddoch@zepler.org>
* common/const.h: Add declaration for buildid, an incrementing
	  build number to give finer version tracking of development code.

	* server/ServerRouting.cpp: Add buildid to the server status
	  made available to all clients. Fix entity count in server status
	  as it wasn't fully added in the last change.

	* server/Makefile.am, scripts/gen_buildid.py: Implement buildid
	  by pulling the RCS revision number out of ChangeLog from its
	  embedded RCS $Id$ entry.
2006-12-27 10:49:05 +00:00
Al Riddoch
23ec5d757a 2006-12-27 Al Riddoch <alriddoch@zepler.org>
* common/const.cpp: Remove build time and date, because they almost
	  never get updated here.

	* scripts/gen_buildid.py: New script to generate a source file
	  to note the build time and date.

	* server/Makefile.am: Create a new file that depends on all server
	  sources that contains the build time and data, and will contain
	  the build number.

	* server/ServerRouting.cpp: Add number of entities in the world
	  to the server info.
2006-12-27 01:11:57 +00:00