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.
master
Mike Swanson 2014-01-22 19:28:07 -08:00
parent f99f800772
commit be70a52bec
1 changed files with 1 additions and 4 deletions

View File

@ -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