diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | update-bugs.sh (renamed from update-bugs) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e6da0296..35bf7a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,7 @@ website: $(HTMLFILES) $(TEXTFILES) dist-hook: $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog - $(top_srcdir)/update-bugs > BUGS-t + $(top_srcdir)/update-bugs.sh > BUGS-t mv BUGS-t BUGS cp BUGS $(distdir)/BUGS git log --pretty="format:%an" | sort -u | \ diff --git a/update-bugs b/update-bugs.sh index 58f6b678..e035bd2c 100755 --- a/update-bugs +++ b/update-bugs.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# update-bugs +# update-bugs.sh # Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ bugzilla query -c libguestfs --outputformat='%{bug_id} %{bug_status} %{short_des set -e # Print prologue. -echo 'NOTE: This file is automatically generated from "update-bugs".' +echo 'NOTE: This file is automatically generated from "update-bugs.sh".' echo -n 'Last updated: ' ; date +'%Y-%m-%d %H:%M:%S' echo ' This contains a local list of the bugs that are open against |