[Fusionforge-commits] FusionForge branch master updated. 0b65b59b24ff615e59ce7a421aec1c341c889740

Sylvain Beucler beuc-inria at fusionforge.org
Thu Sep 25 17:48:01 CEST 2014


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, master has been updated
       via  0b65b59b24ff615e59ce7a421aec1c341c889740 (commit)
       via  d0357e71b68708cee37d934c724303697331b53c (commit)
      from  94452222cc96c98c2b4443d333bb2e6d8c46752d (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 0b65b59b24ff615e59ce7a421aec1c341c889740
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Sep 25 17:30:30 2014 +0200

    rpm: rpmlint: fix non-standard-dir-perm

diff --git a/src/GNUmakefile b/src/GNUmakefile
index 4242b4d..ad05ced 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -219,6 +219,7 @@ dist: all
 	mkdir $(TAR_PREFIX)/
 	$(CP_R) $$(ls -A | grep -v '^\.git' | grep -v $(TAR_PREFIX)) $(TAR_PREFIX)/
 	find $(TAR_PREFIX)/ -name '*~' -print0 | xargs -r0 rm
+	find $(TAR_PREFIX)/ -type d -print0 | xargs -r0 chmod g-s  # rpmlint non-standard-dir-perm
 	tar cjf $(TAR_PREFIX).tar.bz2 $(TAR_PREFIX)/
 	rm -rf $(TAR_PREFIX)/
 

commit d0357e71b68708cee37d934c724303697331b53c
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Sep 25 17:14:51 2014 +0200

    rpm: rpmlint: more spelling mistakes

diff --git a/src/debian/control.in b/src/debian/control.in
index 9884ce0..2d3d8e2 100644
--- a/src/debian/control.in
+++ b/src/debian/control.in
@@ -83,7 +83,7 @@ Description: collaborative development tool - web part (using Apache)
  integrated into one web site and managed through a web interface.
  .
  This package contains the files needed to run the web part of
- FusionForge on an Apache webserver.
+ FusionForge on an Apache web server.
 
 
 Package: fusionforge-web-vhosts
@@ -97,7 +97,7 @@ Description: collaborative development tool - web vhosts (using Apache)
  integrated into one web site and managed through a web interface.
  .
  This package contains the files needed to run project vhosts
- on an Apache webserver.
+ on an Apache web server.
 
 
 Package: fusionforge-shell
diff --git a/src/plugins/admssw/include/admsswPlugin.class.php b/src/plugins/admssw/include/admsswPlugin.class.php
index 95335fd..9b77fae 100644
--- a/src/plugins/admssw/include/admsswPlugin.class.php
+++ b/src/plugins/admssw/include/admsswPlugin.class.php
@@ -51,7 +51,7 @@ class admsswPlugin extends Plugin {
 		$this->text = _("ADMS.SW"); // To show in the tabs, use...
 		$this->pkg_desc =
 _("This plugin provides ADMS.SW additions to the DOAP RDF documents for
-projects on /projects URLs with content-negociation
+projects on /projects URLs with content-negotiation
 (application/rdf+xml).");
 
 		// The standard RDF namespaces that will be used in the plugin
diff --git a/src/plugins/doaprdf/include/doaprdfPlugin.class.php b/src/plugins/doaprdf/include/doaprdfPlugin.class.php
index 53c1c37..87ed23a 100644
--- a/src/plugins/doaprdf/include/doaprdfPlugin.class.php
+++ b/src/plugins/doaprdf/include/doaprdfPlugin.class.php
@@ -35,7 +35,7 @@ class doaprdfPlugin extends Plugin {
 		$this->text = _("DoaPRDF!"); // To show in the tabs, use...
 		$this->pkg_desc =
 _("This plugin provides DOAP RDF documents for projects on /projects URLs 
-with content-negociation (application/rdf+xml).");
+with content-negotiation (application/rdf+xml).");
 		$this->_addHook("script_accepted_types");
 		$this->_addHook("content_negociated_project_home");
 		$this->_addHook("alt_representations");
diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index 2b45eea..0c6bd81 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -159,7 +159,7 @@ web/FTP hosting, release management, etc. All these services are
 integrated into one web site and managed through a web interface.
 
 This package contains the files needed to run the web part of
-FusionForge on an Apache webserver.
+FusionForge on an Apache web server.
 %files web -f web.rpmfiles
 %post web
 %{_datadir}/%{name}/post-install.d/web/web.sh configure
@@ -176,7 +176,7 @@ web/FTP hosting, release management, etc. All these services are
 integrated into one web site and managed through a web interface.
 
 This package contains the files needed to run project vhosts
-on an Apache webserver.
+on an Apache web server.
 %files web-vhosts -f web-vhosts.rpmfiles
 
 

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

Summary of changes:
 src/GNUmakefile                                     |    1 +
 src/debian/control.in                               |    4 ++--
 src/plugins/admssw/include/admsswPlugin.class.php   |    2 +-
 src/plugins/doaprdf/include/doaprdfPlugin.class.php |    2 +-
 src/rpm/fusionforge.spec.in                         |    4 ++--
 5 files changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list