[opensuse-buildservice] Stumped on build service for Leap 42.1
I've gone in and tried to configure my home: project to build for Leap 42.1, but it stays stuck in a disabled state, even though the builds for the one project (pan-git) have the repos enabled. It's been a while since I set this up for 13.2, but that build works - can someone jog my memory as to what I'm missing to get the build to work for 42.1? Thanks, Jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, 2015-12-15 at 00:29 +0000, Jim Henderson wrote:
I've gone in and tried to configure my home: project to build for Leap 42.1, but it stays stuck in a disabled state, even though the builds for the one project (pan-git) have the repos enabled.
It's been a while since I set this up for 13.2, but that build works - can someone jog my memory as to what I'm missing to get the build to work for 42.1?
Looking at the project meta definition, there is a global disable flag: <disable/> and there is no <enable> defined for the Leap_42.1 repositories to override the global setting - neither in the project or package level meta. It looks like the repository definitions in your project meta need to be cleaned up. There are build disables and enables defined for targets that don't exist as repository definitions. This might be confusing the web frontend which doesn't seem to match reality. For example: <disable arch="x86_64" repository="SLES_9"/> <disable repository="SLE_11_SP1"/> But <repository> with name="SLES_9" or "SLE_11_SP1" don't exist. -Scott
Jim Henderson <hendersj@gmail.com> writes:
I've gone in and tried to configure my home: project to build for Leap 42.1, but it stays stuck in a disabled state, even though the builds for the one project (pan-git) have the repos enabled.
It's been a while since I set this up for 13.2, but that build works - can someone jog my memory as to what I'm missing to get the build to work for 42.1?
You need to enable it (don't trust the display in the webui, it is currently broken): $ osc meta prj home:hendersj [...] <build> <disable arch="x86_64" repository="SLES_9"/> <disable repository="SLE_11_SP1"/> <disable repository="SLE_10_SDK"/> <disable/> <enable repository="Openwsman_SLE_10_SDK"/> <enable arch="i586" repository="openSUSE_13.1"/> <enable arch="x86_64" repository="openSUSE_13.1"/> <enable repository="openSUSE_13.1"/> <enable arch="armv6l" repository="openSUSE_13.1_Ports_qemu"/> <enable repository="openSUSE_13.2"/> <disable repository="openSUSE_Leap_42.1_Update_standard"/> <disable arch="x86_64" repository="openSUSE_Leap_42.1_Update_standard"/> <disable arch="i586" repository="openSUSE_Leap_42.1_Update_standard"/> <disable arch="armv6l" repository="openSUSE_Leap_42.1_Update_standard"/> </build> [...] Anything that is not mentioned explicitly is disabled. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, 15 Dec 2015 09:43:41 +0100, Andreas Schwab wrote:
You need to enable it (don't trust the display in the webui, it is currently broken):
Excellent, thanks, Andreas and Scott for the assist. I didn't know the webui was broken, that would explain why I thought I was going crazy. :) Jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Jim Henderson
-
Scott Bahling