Since trac-agilo-plugin is now through review and available in EPEL, I'd like to install it on hosted for https://fedorahosted.org/fedora-infrastructure/ticket/3081
I have tested it locally here and it seems to work ok. We may need to see if it adds any additional load on hosted, but hopefully it won't.
+1's ?
kevin -- diff --git a/manifests/services/hosted.fedoraproject.org.pp b/manifests/services/hosted.fedoraproject.org.pp index 7b33939..49c61af 100644 --- a/manifests/services/hosted.fedoraproject.org.pp +++ b/manifests/services/hosted.fedoraproject.org.pp @@ -131,6 +131,9 @@ class hosted-server { package { babel: ensure => present, } + package { trac-agilo-plugin: + ensure => present, + } # # We need this for the fedorahosted website build. #
On Tue, 15 May 2012 09:58:41 -0600 Kevin Fenzi kevin@scrye.com (by way of Kevin Fenzi kevin@scrye.com) wrote:
Since trac-agilo-plugin is now through review and available in EPEL, I'd like to install it on hosted for https://fedorahosted.org/fedora-infrastructure/ticket/3081
I have tested it locally here and it seems to work ok. We may need to see if it adds any additional load on hosted, but hopefully it won't.
+1's ?
kevin
diff --git a/manifests/services/hosted.fedoraproject.org.pp b/manifests/services/hosted.fedoraproject.org.pp index 7b33939..49c61af 100644 --- a/manifests/services/hosted.fedoraproject.org.pp +++ b/manifests/services/hosted.fedoraproject.org.pp @@ -131,6 +131,9 @@ class hosted-server { package { babel: ensure => present, }
- package { trac-agilo-plugin:
ensure => present,
- } # # We need this for the fedorahosted website build. #
+1
-sv
On Tue, May 15, 2012 at 12:07:54PM -0400, seth vidal wrote:
On Tue, 15 May 2012 09:58:41 -0600 Kevin Fenzi kevin@scrye.com (by way of Kevin Fenzi kevin@scrye.com) wrote:
Since trac-agilo-plugin is now through review and available in EPEL, I'd like to install it on hosted for https://fedorahosted.org/fedora-infrastructure/ticket/3081
I have tested it locally here and it seems to work ok. We may need to see if it adds any additional load on hosted, but hopefully it won't.
+1's ?
kevin
diff --git a/manifests/services/hosted.fedoraproject.org.pp b/manifests/services/hosted.fedoraproject.org.pp index 7b33939..49c61af 100644 --- a/manifests/services/hosted.fedoraproject.org.pp +++ b/manifests/services/hosted.fedoraproject.org.pp @@ -131,6 +131,9 @@ class hosted-server { package { babel: ensure => present, }
- package { trac-agilo-plugin:
ensure => present,
- } # # We need this for the fedorahosted website build. #
+1
Seems easy to revert if needed so +1
-Toshio
Sadly, I had to revert it. ;(
There's a conflict between the agilo plugin and the mastertickets plugin. ;(
Traceback is available at: https://fedorahosted.org/fedora-infrastructure/ticket/3081#comment:3
if anyone has ideas on a way around it.
kevin
infrastructure@lists.fedoraproject.org