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  5cc04f1f6724afcd3a7f7026143eee0465844a8a (commit)
       via  0f91e4a057eeb16fa443ed9e5ec4a3895439a00f (commit)
      from  3d5ecb298a034dce8e6898c12914ff8d597301c4 (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 5cc04f1f6724afcd3a7f7026143eee0465844a8a
Author: Sylvain Beucler <[email protected]>
Date:   Tue Apr 7 17:30:22 2015 +0200

    scm: reserve *_scmro and *_scmrw group names

diff --git a/src/common/include/account.php b/src/common/include/account.php
index 010f197..ce5dded 100644
--- a/src/common/include/account.php
+++ b/src/common/include/account.php
@@ -118,7 +118,7 @@ function account_groupnamevalid($name) {
        $regExpReservedGroupNames = 
"^(www[0-9]?|cvs[0-9]?|shell[0-9]?|ftp[0-9]?|"
                . 
"irc[0-9]?|news[0-9]?|mail[0-9]?|ns[0-9]?|download[0-9]?|pub|users|"
                . 
"compile|lists|slayer|orbital|tokyojoe|webdev|projects|cvs|monitor|"
-               . "mirrors?)$";
+               . "mirrors?|.*_scmro|.*_scmrw)$";
        if(preg_match("/$regExpReservedGroupNames/i",$name)) {
                $GLOBALS['register_error'] = _('Name is reserved for DNS 
purposes.');
                return 0;

commit 0f91e4a057eeb16fa443ed9e5ec4a3895439a00f
Author: Sylvain Beucler <[email protected]>
Date:   Tue Apr 7 17:29:49 2015 +0200

    Typo

diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index ded0028..6dc7c0e 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -30,7 +30,7 @@ This metapackage installs a stand-alone FusionForge site.
 make %{?_smp_mflags}
 
 %install
-# List package files automatically by installing separately on relying on 
'make install'
+# List package files automatically by installing separately and relying on 
'make install'
 # Marking /etc as conffiles and exclude locales (cf. mandatory %%find_lang)
 # Not using recursive dirs listing because that is processed when all
 #   packages are mixed in the common install dir (so using %%dir instead)

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

Summary of changes:
 src/common/include/account.php |    2 +-
 src/rpm/fusionforge.spec.in    |    2 +-
 2 files changed, 2 insertions(+), 2 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