From be70a52becfa8afd606549cec9e9faa257ad6ee9 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 22 Jan 2014 19:28:07 -0800 Subject: [PATCH] graphics: remove the date from the titlepic This is a small step towards deterministic builds (#41). It's not very useful information on its own: what it tells, you can gather by the file modification date (which is preserved in the zip files), and even better (the titlepic date was based on the builder's local time, not UTC!). Some people have tended to refer to the date as well when talking about what build they have, which is also unhelpful, multiple commits can happen per day and the Version marker already uses git describe for more accurate information. --- graphics/titlepic/create_caption | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index 26b8b862..66a9de9c 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -1,6 +1,5 @@ #!/bin/sh -DATE=`date +%Y/%m/%d` VERSION=`git describe` || VERSION=`cat ../../VERSION` convert titlepic.gif -fill white -font Helvetica-Bold \ @@ -13,7 +12,5 @@ convert titlepic.gif -fill white -font Helvetica-Bold \ -gravity southwest \ -draw "text 5,5 'http://freedoom.github.io/'" \ -gravity southeast \ - -draw "text 10,25 'Version: $VERSION'" \ - -draw "text 10,5 '$DATE'" \ + -draw "text 10,5 'Version: $VERSION'" \ $3 -