From 0f478933108de342b0948b9e3cc6d4f00fbbfe0a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 24 Nov 2010 14:25:57 +0000 Subject: [PATCH] build: Rename update-bugs as update-bugs.sh. --- Makefile.am | 2 +- update-bugs => update-bugs.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename update-bugs => update-bugs.sh (99%) 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 -- 1.8.3.1