This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  9ce4ae485feb741afa5dc82b9d4e7b65e1c1668e (commit)
      from  d96952162bf9be5c4ef0953fd7b4796a5f2e2b75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ce4ae485feb741afa5dc82b9d4e7b65e1c1668e
Author: Sylvain Beucler <[email protected]>
Date:   Wed Apr 8 18:25:14 2015 +0200

    Don't impact other distros when a Debian maintainer is unresponsive

diff --git a/tests/func/db_reload.sh b/tests/func/db_reload.sh
index 8718050..3ff2df6 100755
--- a/tests/func/db_reload.sh
+++ b/tests/func/db_reload.sh
@@ -45,7 +45,7 @@ stop_database () {
     fi
 
     # Work-around http://bugs.debian.org/759725
-    if [ -x /bin/systemctl ]; then
+    if [ -f /etc/debian_version -a -x /bin/systemctl ]; then
         sleep 1  # bleh
     fi
 }

-----------------------------------------------------------------------

Summary of changes:
 tests/func/db_reload.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to