Mailinglist Archive: opensuse-buildservice (148 mails)
| < Previous | Next > |
[opensuse-buildservice] Building packages on specific hosts
- From: "Malcolm Fernandes" <mfernand@xxxxxxxxxxxx>
- Date: Thu, 6 Jan 2011 15:45:16 -0800
- Message-id: <2C2F1EBA8050E74EA81502D5740B4BD6941A9CB470@SJEXCHCCR02.corp.ad.broadcom.com>
We are trying to configure our local OBS instance (Ver 2.1.3-2.1) to build some
packages on specific hosts.
In BSConfig.pm, we have used the powerhosts and powerpkgs variables to build
some packages (gcc, glibc, kernel,..) on the specified powerhost.
In addition to this, we would like to build other packages such as 'qt' on
another specific host. Is this possible, and if so, how do I go about
configuring it?
I've noticed this commented section in the BSConfig.pm file, to use
specialbuildhost, but do not find any references to specialbuildhost in the OBS
source code. Has this code been obsoleted?
# Build some package only on specific hosts, or do not build on them
# our %specialbuildhost = (
# "openSUSE:Factory/glibc" => { good => [ "build20", "build21" ] },
# "openSUSE:Factory/cmake" => { bad => [ "build10", "build11" ] },
#);
Thanks,
Mal
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
packages on specific hosts.
In BSConfig.pm, we have used the powerhosts and powerpkgs variables to build
some packages (gcc, glibc, kernel,..) on the specified powerhost.
In addition to this, we would like to build other packages such as 'qt' on
another specific host. Is this possible, and if so, how do I go about
configuring it?
I've noticed this commented section in the BSConfig.pm file, to use
specialbuildhost, but do not find any references to specialbuildhost in the OBS
source code. Has this code been obsoleted?
# Build some package only on specific hosts, or do not build on them
# our %specialbuildhost = (
# "openSUSE:Factory/glibc" => { good => [ "build20", "build21" ] },
# "openSUSE:Factory/cmake" => { bad => [ "build10", "build11" ] },
#);
Thanks,
Mal
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |