From: Greg Sabino Mullane Date: Mon, 4 May 2009 15:55:08 +0000 (-0400) Subject: Don't track index.html here. X-Git-Tag: 2.9.0~22 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bcb852a7a88c61ff0763841221702f00e9dc3ea8;p=check_postgres.git Don't track index.html here. --- diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 5d9d5db23..24da8d88c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -6,4 +6,3 @@ Makefile pm_to_blib TODO tar.gz$ -index.html \ No newline at end of file diff --git a/Makefile.PL b/Makefile.PL index c6855340a..39a80e6f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,8 +64,6 @@ my %opts = $string .= qq{\nsignature_asc : \n}; $string .= qq{\t@ gpg --yes -ba check_postgres.pl\n}; $string .= qq{\t@ gpg --verify check_postgres.pl.asc\n}; - $string .= qq{\nrelease : \n\t}; - $string .= q{perl -pi -e "s/released on ([^\.]+)/released on `date +\"%B %-d, %Y\"`/" index.html}; $string .= qq{\n\nhtml : \n\t}; $string .= <<'EOM'; pod2html check_postgres.pl > check_postgres.pl.html @@ -80,13 +78,6 @@ EOM return $string; } - sub manifypods { - my $string = shift->SUPER::manifypods(@_); - $string .= <<'EOM'; - @ perl -pi -e "s/\d+\.\d+\.\d+/`grep describes check_postgres.pl | cut -d' ' -f6`/" index.html -EOM - return $string; - } } my $output = WriteMakefile(%opts); diff --git a/index.html b/index.html index 7d4a8062f..b9a557ceb 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ h1 {

check_postgres.pl

-

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 2.8.0, and was released on April 30, 2009.

+

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 2.8.0, and was released on May 4, 2009.