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 49490052a9ecd3653ba13898cfaa7be17e72a4b7 (commit)
via 85e7c3f6794eb664c0bb7b82404b6032e636dd61 (commit)
from 7bc3fbe9eb8ae5f9748038eba39b9f7d99abab02 (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 49490052a9ecd3653ba13898cfaa7be17e72a4b7
Author: Sylvain Beucler <[email protected]>
Date: Mon Apr 13 17:13:42 2015 +0200
itk: fixup return status for the upgrade script
diff --git a/src/db/20150404-scmperms.php b/src/db/20150404-scmperms.php
index 7dfbd52..868ddfd 100644
--- a/src/db/20150404-scmperms.php
+++ b/src/db/20150404-scmperms.php
@@ -80,3 +80,5 @@ foreach ($groups as $group) {
system("chmod -R g+rwX,o+rX-w $projroot/*.git");
}
}
+
+echo "SUCCESS\n";
commit 85e7c3f6794eb664c0bb7b82404b6032e636dd61
Author: Sylvain Beucler <[email protected]>
Date: Mon Apr 13 16:49:58 2015 +0200
utils: document why util_sudo_effective_user() isn't actually relying on
effective users
diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index 950d5f3..703dbb4 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -1773,6 +1773,8 @@ function util_mkdtemp($suffix = '', $prefix = 'tmp') {
/**
* Run a function with only the permissions of a given Unix user
* Function can be an anonymous
+ * Used to rely on posix_seteuid, but standard Bash reverts euid=uid,
+ * cf. Debian patch "privmode.diff", so using fork&exec
* Optional arguments in an array
* @param string $username Unix user name
* @param function $function function to run (possibly
anonymous)
-----------------------------------------------------------------------
Summary of changes:
src/common/include/utils.php | 2 ++
src/db/20150404-scmperms.php | 2 ++
2 files changed, 4 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits