diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-04 22:47:52 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-13 14:21:23 +0100 |
commit | 62fa31f7ee1dc321d5b5cf9e7dbdbc9075720cf3 (patch) | |
tree | ae80601fbd03edcde91a237a8e37cbf82cfedaa1 | |
parent | e0a365696ef09853748ded55828856e6e2157042 (diff) | |
download | libguestfs-62fa31f7ee1dc321d5b5cf9e7dbdbc9075720cf3.tar.gz libguestfs-62fa31f7ee1dc321d5b5cf9e7dbdbc9075720cf3.tar.xz libguestfs-62fa31f7ee1dc321d5b5cf9e7dbdbc9075720cf3.zip |
Only include date, not time, in BUGS file.
This is so the file does not change so often when using 'make dist'.
(cherry picked from commit cdd11b758f2601f7eeda4fca684638b0335d531a)
-rwxr-xr-x | update-bugs.sh | 2 |
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 |