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  a08e4909c1623bea37372b6d50cc00f5bd1bdf70 (commit)
       via  7d7f6dcb19e9bbbf58d85755e24999e282d87fe3 (commit)
       via  486a25f5cf5140ab1608b88198d390514906b48c (commit)
      from  34aa48875d381681b531db3dfbd0e02a53668e25 (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 a08e4909c1623bea37372b6d50cc00f5bd1bdf70
Author: Sylvain Beucler <[email protected]>
Date:   Mon Mar 16 18:44:41 2015 +0100

    shell: make comment about specifying user 'fusionforge' more visible

diff --git a/src/post-install.d/common/user.sh 
b/src/post-install.d/common/user.sh
index 4d94bd1..0d4f325 100755
--- a/src/post-install.d/common/user.sh
+++ b/src/post-install.d/common/user.sh
@@ -18,14 +18,13 @@
 # with FusionForge; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-# TODO: specify the role of this user and its permissions
-# Currently used in: plugin-scmbzr, plugin-moinmoin, ???
-
 system_user=$(forge_get_config system_user)
 data_path=$(forge_get_config data_path)
 
 case "$1" in
     configure)
+       # TODO: specify the role of this user and its permissions
+       # Currently used in: plugin-scmbzr, plugin-moinmoin, ???
        if ! getent passwd $system_user >/dev/null; then
            useradd $system_user -s /bin/false -M -d $data_path
        fi

commit 7d7f6dcb19e9bbbf58d85755e24999e282d87fe3
Author: Sylvain Beucler <[email protected]>
Date:   Mon Mar 16 18:43:57 2015 +0100

    testsuite: reset database even if there was no previous database

diff --git a/tests/func/db_reload.sh b/tests/func/db_reload.sh
index 9ea8758..333edbf 100755
--- a/tests/func/db_reload.sh
+++ b/tests/func/db_reload.sh
@@ -117,7 +117,7 @@ if [ "$reset" = 1 ]; then
     # Reset connections
     service fusionforge-systasksd stop
     service postgresql restart
-    su - postgres -c "dropdb $database"
+    su - postgres -c "dropdb $database" || true
     $(forge_get_config source_path)/post-install.d/db/db.sh configure
     forge_set_password admin myadmin
     service fusionforge-systasksd start

commit 486a25f5cf5140ab1608b88198d390514906b48c
Author: Sylvain Beucler <[email protected]>
Date:   Mon Mar 16 18:43:28 2015 +0100

    Tidy .gitignore

diff --git a/.gitignore b/.gitignore
index 75c90d7..0ab4f75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,6 @@ htdocs/deb-repo/mkdebidx.log
 htdocs/deb-repo/timestamp
 src/www/scm/viewvc/viewvc.org/*.tar.gz
 src/www/scm/viewvc/viewvc.org/*.zip
-*~
 # Debian packaging:
 /*.dsc
 /*.tar.gz
@@ -26,7 +25,7 @@ src/.pc
 fusionforge*.orig.tar.bz2
 src/debian/control
 # RPM packaging:
-build
+build/
 src/fusionforge.spec
 # Emacs backup files
 *~

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

Summary of changes:
 .gitignore                        |    3 +--
 src/post-install.d/common/user.sh |    5 ++---
 tests/func/db_reload.sh           |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to