Only include date, not time, in BUGS file.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 4 Jun 2011 21:47:52 +0000 (22:47 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 4 Jun 2011 21:48:13 +0000 (22:48 +0100)
This is so the file does not change so often when using 'make dist'.

update-bugs.sh

index e035bd2..7d50ae4 100755 (executable)
@@ -30,7 +30,7 @@ set -e
 
 # Print prologue.
 echo 'NOTE: This file is automatically generated from "update-bugs.sh".'
 
 # Print prologue.
 echo 'NOTE: This file is automatically generated from "update-bugs.sh".'
-echo -n 'Last updated: ' ; date +'%Y-%m-%d %H:%M:%S'
+echo -n 'Last updated: ' ; date +'%Y-%m-%d'
 echo '
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database
 echo '
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database