From 72f3117a1c2e325d823bd44c9a0c23843d93d99e Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Wed, 17 Apr 2013 02:00:48 +0200 Subject: 399803: disable Bugzilla and Trac configurations prior to provisioning Change-Id: I0a0589490e02a608ede94e0e646bb9179c6072f6 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=399803 --- org.eclipse.mylyn.bugzilla.releng/manifests/default.pp | 5 +++++ org.eclipse.mylyn.trac.releng/manifests/default.pp | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp b/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp index e528cd39a..2003d4bdc 100644 --- a/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp +++ b/org.eclipse.mylyn.bugzilla.releng/manifests/default.pp @@ -21,5 +21,10 @@ user { "tools": include "bugzilla" +exec { "disable all": + command => "find $bugzilla::base -name \"service*.json\" | xargs -i mv {} {}.disabled", + onlyif => "test -e $bugzilla::base", +} + bugzilla::defaultsites { "bugzilla": } \ No newline at end of file diff --git a/org.eclipse.mylyn.trac.releng/manifests/default.pp b/org.eclipse.mylyn.trac.releng/manifests/default.pp index 5b6dc5300..b45471cb2 100644 --- a/org.eclipse.mylyn.trac.releng/manifests/default.pp +++ b/org.eclipse.mylyn.trac.releng/manifests/default.pp @@ -10,5 +10,10 @@ user { "tools": include "trac" +exec { "disable all": + command => "find $trac::base -name \"service*.json\" | xargs -i mv {} {}.disabled", + onlyif => "test -e $trac::base", +} + trac::defaultsites { "trac": } \ No newline at end of file -- cgit v1.2.3