summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:25:57 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:29:28 +0000
commit0f478933108de342b0948b9e3cc6d4f00fbbfe0a (patch)
treeabdfc152713049477ebd9a8913ddeb620478f59a
parent4e3837d0f31af26dd460f7196323af10aac24be1 (diff)
downloadlibguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.tar.gz
libguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.tar.xz
libguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.zip
build: Rename update-bugs as update-bugs.sh.
-rw-r--r--Makefile.am2
-rwxr-xr-xupdate-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