[ReviewBoard] Guarantee that Review Board starts after memcached (if it's

Stephen Gallagher sgallagh at fedoraproject.org
Fri Oct 31 13:36:00 UTC 2014


commit 3995087c8d1ddbaa0e5cdb8e3e063dbbb2e63416
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Oct 31 09:36:01 2014 -0400

    Guarantee that Review Board starts after memcached (if it's
    
      running on the local system).

 ReviewBoard.spec       |    6 +++++-
 reviewboard-sites.conf |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 0df7685..1b432c6 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -4,7 +4,7 @@
 
 Name:           ReviewBoard
 Version:        2.0.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -156,6 +156,10 @@ rm -rf $RPM_BUILD_ROOT
 %{systemd_postun}
 
 %changelog
+* Fri Oct 31 2014 Stephen Gallagher <sgallagh at redhat.com> 2.0.11-3
+- Guarantee that Review Board starts after memcached (if it's
+  running on the local system).
+
 * Wed Oct 29 2014 Stephen Gallagher <sgallagh at redhat.com> 2.0.11-2
 - Guarantee that Review Board starts after the database (if it's
   running on the local system).
diff --git a/reviewboard-sites.conf b/reviewboard-sites.conf
index b9c06b9..4d48a29 100644
--- a/reviewboard-sites.conf
+++ b/reviewboard-sites.conf
@@ -2,4 +2,4 @@
 ExecStartPre=/usr/bin/rb-site upgrade --all-sites
 
 [Unit]
-After=postgresql.service mariadb.service mysql.service
+After=postgresql.service mariadb.service mysql.service memcached.service


More information about the scm-commits mailing list