[Fusionforge-commits] FusionForge branch 6.0 updated. v6.0.2-84-g7f480d0

Sylvain Beucler beuc-inria at libremir.placard.fr.eu.org
Wed Sep 16 16:24:30 CEST 2015


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  7f480d03b4ec1e3b74d6bdc91ddf5db3a3d7dd52 (commit)
      from  8786451ed3c68f291e37e38d8df2953632ccf1ad (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7f480d03b4ec1e3b74d6bdc91ddf5db3a3d7dd52

commit 7f480d03b4ec1e3b74d6bdc91ddf5db3a3d7dd52
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Sep 16 16:19:08 2015 +0200

    debian: remove apache conf symlink
    
    Cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798706
    Not sure about removing (possibly user-installed) certificates, asked for claritication.

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 8efc184..d8054db 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -156,6 +156,7 @@ case "$1" in
     remove)
 	if [ -x /usr/sbin/a2ensite ]; then
 	    a2dissite fusionforge.conf
+	    rm -f /etc/apache2/sites-available/fusionforge.conf
 	elif [ -e /etc/redhat-release ]; then
 	    rm /etc/httpd/conf.d/fusionforge.conf
 	fi

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

Summary of changes:
 src/post-install.d/web/web.sh | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list