X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150716161104.7869.qmail@stuge.se> Date: Thu, 16 Jul 2015 18:11:04 +0200 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Re: geda-gaf on FreeBSD and probably other architectures Mail-Followup-To: geda-user AT delorie DOT com References: <1507142204 DOT AA17911 AT ivan DOT Harhan DOT ORG> <55A58A48 DOT 80501 AT neurotica DOT com> <20150715014343 DOT GA6516 AT recycle DOT lbl DOT gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Bob Paddock (graceindustries AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > I added the time stamp to the help screen .. > It is a trade off. Ideally I want bit-by-bit reproducible AND a > timestamp in the code. There is no tradeoff. You put a source code identifier into the build and not a build identifier. git describe --tags is e.g. an excellent source of such a source identifier, when one uses Git. > In my newer code I use a 'buildnumber' to know the differences > between versions Don't reinvent this. Use your version control system. //Peter