[check_postgres] [commit] Don't track index.html here.

check_postgres at bucardo.org check_postgres at bucardo.org
Mon May 4 15:55:52 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Don't track index.html here.

---
 MANIFEST.SKIP |    1 -
 Makefile.PL   |    9 ---------
 index.html    |    2 +-
 3 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 5d9d5db..24da8d8 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 c685534..39a80e6 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 7d4a806..b9a557c 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@ h1 {
 
 <h1>check_postgres.pl</h1>
 
-<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.8.0</b>, and was released on April 30, 2009.</p>
+<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.8.0</b>, and was released on May 4, 2009.</p>
 
 <ul>
  <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.8.0</a></li>
-- 
1.6.0.5



More information about the Check_postgres mailing list