[opensuse-buildservice] scheduler/dispatcher problem ?

Hi, on Friday I "enabled" build for a package, but it is still showing "disabled". PRJ: home:sitnet/pwgen Any idea ? Chris -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Montag, 27. Juli 2009 08:00:21 schrieb Christian:
Hi,
on Friday I "enabled" build for a package, but it is still showing "disabled".
PRJ: home:sitnet/pwgen
The flag order was wrong, so it was globally disabled in the end. I fixed it in your meta data. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Hi Adrian Adrian Schröter schrieb:
The flag order was wrong, so it was globally disabled in the end. I fixed it in your meta data. Thanks for help.
and home:sitnet/phpMyAdmin is showing "n/a" since Friday. Is there something wrong with this repo ? Chris -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Dienstag, 28. Juli 2009 10:08:11 schrieb Christian:
Hi Adrian
Adrian Schröter schrieb:
The flag order was wrong, so it was globally disabled in the end. I fixed it in your meta data.
Thanks for help.
and home:sitnet/phpMyAdmin is showing "n/a" since Friday. Is there something wrong with this repo ?
First of all you have double definitions: <repository name="SLE_10"> <path project="SUSE:SLE-10:SP2:SDK" repository="standard"/> <path project="home:sitnet:php" repository="SLE_10"/> <arch>x86_64</arch> <arch>i586</arch> </repository> rewrite this to <repository name="SLE_10"> <path project="home:sitnet:php" repository="SLE_10"/> <arch>x86_64</arch> <arch>i586</arch> </repository> Since the :php most likely anyway points to SLE-10 project/repo. But the way you are using this, the packages from SLE 10 are more important than your ones from :php. If you still have n/a, your SLE-10 reference is most likely broken. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Hi Adrian, thanks, now status changed, and pkgs get build. :) Chris P.S.: do we lost another buildhost (27)? Adrian Schröter schrieb:
First of all you have double definitions:
<repository name="SLE_10"> <path project="SUSE:SLE-10:SP2:SDK" repository="standard"/> <path project="home:sitnet:php" repository="SLE_10"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
rewrite this to
<repository name="SLE_10"> <path project="home:sitnet:php" repository="SLE_10"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
Since the :php most likely anyway points to SLE-10 project/repo. But the way you are using this, the packages from SLE 10 are more important than your ones from :php.
If you still have n/a, your SLE-10 reference is most likely broken.
bye adrian
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Adrian Schröter
-
Christian