[opensuse-buildservice] [PATCH] document new dispatcher variables and remove obsolete ones

Hi, Some variables are not in use any more and we have new options. Anas From 38fdda5e5896bc37558921131290d0c007df20f2 Mon Sep 17 00:00:00 2001 From: Anas Nashif <nashif@linux.intel.com> Date: Mon, 4 Oct 2010 13:37:43 +0100 Subject: [PATCH] Document new dispatcher options --- src/backend/BSConfig.pm.template | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/backend/BSConfig.pm.template b/src/backend/BSConfig.pm.template index 85d84a0..a7f3a38 100644 --- a/src/backend/BSConfig.pm.template +++ b/src/backend/BSConfig.pm.template @@ -99,17 +99,12 @@ our $relsync_pool = { "sparc64" => "sparcv9", }; -# This is for prefer a project in scheduler, if it has high or medium -# prio events, but was not processed after $timeout minutes. -#our %max_project_timeout = ( -# "openSUSE:Factory/standard" => { timeout => "30", last => "0" }, -#); +# List of power hosts that can handle power jobs for the sake of +# building critical packages fast. +#our $powerhosts = [ "build20"]; -# Build priority, dispatcher prefers or deprefers jobs according to this: -#our $dispatch_prio = [ -# '!^home:resourcewaster', # de-prefer jobs (take it only, when no other jobs) -# '^openSUSE:Factory', # prefer (if there is a job for this project, take it) -#]; +# List of power packages that can be built on power hosts +#our $powerpkgs = [ "glibc", "qt" ] #No extra stage server sync #our $stageserver = 'rsync://127.0.0.1/put-repos-main'; -- 1.7.1 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Anas Nashif