[Fusionforge-commits] FusionForge branch master updated. e42ff76cd169c125eb62652f14c8bb89823892d4

Sylvain Beucler beuc-inria at fusionforge.org
Fri Sep 26 16:15:41 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  e42ff76cd169c125eb62652f14c8bb89823892d4 (commit)
      from  0b65b59b24ff615e59ce7a421aec1c341c889740 (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 e42ff76cd169c125eb62652f14c8bb89823892d4
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Sep 26 16:15:13 2014 +0200

    rpm: review: add README.fedora to explain how to re-run the post-install scripts if needed

diff --git a/src/rpm/README.fedora b/src/rpm/README.fedora
new file mode 100644
index 0000000..52d326d
--- /dev/null
+++ b/src/rpm/README.fedora
@@ -0,0 +1,18 @@
+FusionForge's installation is fully automated.  However, it requires a
+working connection with the database.  If installation failed
+(e.g. you configured a remote database which got down during install),
+you can re-run it manually for a given FusionForge main package using:
+
+  /usr/share/fusionforge/post-install.d/<pkg_name>/<pkg_name>.sh configure
+
+and for plugins using:
+
+  /usr/share/fusionforge/post-install.d/common/plugin.sh <plugin_name> configure
+
+E.g.:
+
+  /usr/share/fusionforge/post-install.d/common/common.sh configure
+  /usr/share/fusionforge/post-install.d/db/db.sh configure
+  /usr/share/fusionforge/post-install.d/web/web.sh configure
+  /usr/share/fusionforge/post-install.d/shell/shell.sh configure
+  /usr/share/fusionforge/post-install.d/common/plugin.sh scmgit configure
diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index 0c6bd81..fbf7aa8 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -88,6 +88,7 @@ subpackages.
 %files common -f common.rpmfiles -f %{name}.lang
 %doc AUTHORS* CHANGES COPYING INSTALL.TXT NEWS README
 %doc docs/*
+%doc rpm/README.fedora
 %post common
 %{_datadir}/%{name}/post-install.d/common/common.sh configure
 
@@ -240,5 +241,5 @@ This package controls the interaction between FusionForge and Mailman.
 
 
 %changelog
-* Tue Aug 19 2014 Sylvain Beucler <sylvain.beucler at inria.fr> - 5.3.50-1
+* Tue Aug 19 2014 Sylvain Beucler <sylvain.beucler at inria.fr> - @version@@snapshot at -1
 - Revamp packaging

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

Summary of changes:
 src/rpm/README.fedora       |   18 ++++++++++++++++++
 src/rpm/fusionforge.spec.in |    3 ++-
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 src/rpm/README.fedora


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list