build: Rename update-bugs as update-bugs.sh.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 14:25:57 +0000 (14:25 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 14:29:28 +0000 (14:29 +0000)
Makefile.am
update-bugs.sh [moved from update-bugs with 99% similarity]

index e6da029..35bf7a9 100644 (file)
@@ -172,7 +172,7 @@ website: $(HTMLFILES) $(TEXTFILES)
 dist-hook:
        $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
        cp ChangeLog $(distdir)/ChangeLog
 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 | \
        mv BUGS-t BUGS
        cp BUGS $(distdir)/BUGS
        git log --pretty="format:%an" | sort -u | \
similarity index 99%
rename from update-bugs
rename to update-bugs.sh
index 58f6b67..e035bd2 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash -
 #!/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
 # 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.
 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
 echo -n 'Last updated: ' ; date +'%Y-%m-%d %H:%M:%S'
 echo '
 This contains a local list of the bugs that are open against