summaryrefslogtreecommitdiffstats
path: root/update-bugs.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-06-04 22:47:52 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-06-04 22:48:13 +0100
commitcdd11b758f2601f7eeda4fca684638b0335d531a (patch)
tree26b8d5c5e3fba59ae7104d61135d7907bf9910ad /update-bugs.sh
parent503c8f8661a9bfd4928d720cbfd985121149230c (diff)
downloadlibguestfs-cdd11b758f2601f7eeda4fca684638b0335d531a.tar.gz
libguestfs-cdd11b758f2601f7eeda4fca684638b0335d531a.tar.xz
libguestfs-cdd11b758f2601f7eeda4fca684638b0335d531a.zip
Only include date, not time, in BUGS file.
This is so the file does not change so often when using 'make dist'.
Diffstat (limited to 'update-bugs.sh')
-rwxr-xr-xupdate-bugs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-bugs.sh b/update-bugs.sh
index e035bd2c..7d50ae41 100755
--- a/update-bugs.sh
+++ b/update-bugs.sh
@@ -30,7 +30,7 @@ set -e
# 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