mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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 cdd11b758f)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user