From: Richard W.M. Jones Date: Wed, 24 Nov 2010 14:25:57 +0000 (+0000) Subject: build: Rename update-bugs as update-bugs.sh. X-Git-Tag: 1.7.13~8 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0f478933108de342b0948b9e3cc6d4f00fbbfe0a;hp=4e3837d0f31af26dd460f7196323af10aac24be1;p=libguestfs.git build: Rename update-bugs as update-bugs.sh. --- diff --git a/Makefile.am b/Makefile.am index e6da029..35bf7a9 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 similarity index 99% rename from update-bugs rename to update-bugs.sh index 58f6b67..e035bd2 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