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.1 has been updated
via f2381f9eefb40d15733ba4ff3b1ab537ab3763ab (commit)
from d73b778ece3bb37b7ca8ce05fb7b961a0dbb9bb8 (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=f2381f9eefb40d15733ba4ff3b1ab537ab3763ab
commit f2381f9eefb40d15733ba4ff3b1ab537ab3763ab
Author: Franck Villaume <[email protected]>
Date: Wed Jul 4 11:36:37 2018 +0000
fix stats repo gathering for Bzr
diff --git a/src/plugins/scmbzr/common/BzrPlugin.class.php
b/src/plugins/scmbzr/common/BzrPlugin.class.php
index 2ab4e17..8bddac8 100644
--- a/src/plugins/scmbzr/common/BzrPlugin.class.php
+++ b/src/plugins/scmbzr/common/BzrPlugin.class.php
@@ -318,8 +318,8 @@ over it to the project's administrator.");
$res = db_query_params('DELETE FROM stats_cvs_group
WHERE month = $1 AND day = $2 AND group_id = $3 AND reponame = $4',
array($month_string,
$day,
- $project->getID()),
-
$project->getUnixName());
+ $project->getID(),
+
$project->getUnixName()));
if(!$res) {
echo "Error while cleaning stats_cvs_group\n";
db_rollback () ;
@@ -329,8 +329,8 @@ over it to the project's administrator.");
$res = db_query_params('DELETE FROM stats_cvs_user
WHERE month = $1 AND day = $2 AND group_id = $3 AND reponame = $4',
array ($month_string,
$day,
- $project->getID()),
-
$project->getUnixName());
+ $project->getID(),
+
$project->getUnixName()));
if(!$res) {
echo "Error while cleaning stats_cvs_user\n" ;
db_rollback () ;
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmbzr/common/BzrPlugin.class.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits