[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-1-2-g0495fbd

Sergey B Kirpichev skirpichev at gmail.com
Fri Apr 2 09:36:39 UTC 2010


The following commit has been merged in the master branch:
commit 7dde0170d16342802c190296d23d994f98a7f72e
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri Apr 2 13:23:20 2010 +0400

    Fail on error in buildstatic.sh.

diff --git a/debian/buildstatic.sh b/debian/buildstatic.sh
index 8a74759..91dd4d9 100755
--- a/debian/buildstatic.sh
+++ b/debian/buildstatic.sh
@@ -4,6 +4,9 @@
 ##
 ## Build all static html reports from AWStats data (Debian specific)
 ##
+
+set -e
+
 DEFAULT=/etc/default/awstats
 AWSTATS=/usr/lib/cgi-bin/awstats.pl
 BUILDSTATICPAGES=/usr/share/awstats/tools/awstats_buildstaticpages.pl

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list