[opensuse-buildservice] <Project>: no longer exists?
I'm trying to bootstrap Ubuntu 13.04 (Private OBS - Version 2.3.x), but I'm running to an issue.. I've followed: http://en.opensuse.org/openSUSE:Build_Service_private_instance_boot_strappin... Created a project Uploaded the config Uploaded the metadata Stopped the scheduler Put the packages there Started the scheduler Run the bs_admin command and... 2013-08-19 18:38:41: looking at high prio Ubuntu:13.04/standard (0/0/0/0/43) - Ubuntu:13.04/standard: no longer exists What am I missing? This is kinda frustrating, as I'm blocked until I get this going. :( Hopefully someone here can get me pointed in the right direction. Thanks! -Matt -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Montag, 19. August 2013, 16:23:57 schrieb Matthew Drobnak:
I'm trying to bootstrap Ubuntu 13.04 (Private OBS - Version 2.3.x), but I'm running to an issue..
I've followed:
http://en.opensuse.org/openSUSE:Build_Service_private_instance_boot_strappin g
Created a project Uploaded the config Uploaded the metadata Stopped the scheduler Put the packages there Started the scheduler Run the bs_admin command and...
2013-08-19 18:38:41: looking at high prio Ubuntu:13.04/standard (0/0/0/0/43) - Ubuntu:13.04/standard: no longer exists
it means that the scheduler sees/thinks that you have no "standard" repository in that project anymore.
What am I missing?
This is kinda frustrating, as I'm blocked until I get this going. :(
Hopefully someone here can get me pointed in the right direction.
Thanks!
-Matt
-- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Sorry, didn't see the reply until just now. I copied the project metadata from the Ubuntu 12.04 one, and it seemed to be resolved. I think I was missing part of the XML: <publish> <disable/> </publish> <build> <disable/> </build> <repository name="standard"> <arch>x86_64</arch> </repository> This is what I had when it was failing: <repository name="standard"> <arch>x86_64</arch> </repository> without the publish and build flags disabled. It's a little confusing from that doc that you have to do the same thing as what's below on the Binary Download on Demand to make it work (in terms of project flags). Or, is this a Debian specific issue? Thanks. -Matt On 08/20/2013 03:09 AM, Adrian Schröter wrote:
Am Montag, 19. August 2013, 16:23:57 schrieb Matthew Drobnak:
I'm trying to bootstrap Ubuntu 13.04 (Private OBS - Version 2.3.x), but I'm running to an issue..
I've followed:
http://en.opensuse.org/openSUSE:Build_Service_private_instance_boot_strappin g
Created a project Uploaded the config Uploaded the metadata Stopped the scheduler Put the packages there Started the scheduler Run the bs_admin command and...
2013-08-19 18:38:41: looking at high prio Ubuntu:13.04/standard (0/0/0/0/43) - Ubuntu:13.04/standard: no longer exists it means that the scheduler sees/thinks that you have no "standard" repository in that project anymore.
What am I missing?
This is kinda frustrating, as I'm blocked until I get this going. :(
Hopefully someone here can get me pointed in the right direction.
Thanks!
-Matt
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Matthew Drobnak