[opensuse-buildservice] repoid 'Debian Jessie' is illegal on 2.6
Hi, after I manually built the dpkg package required for debian repo creation (why doesn’t that exist for SLE12?), I see this error in the publisher log: Mon Aug 31 15:51:23 2015 publishing backend-develop/Debian:Jessie publish failed for backend-develop, Debian:Jessie : 400 remote error: repoid 'Debian Jessie' is illegal sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... [...] repeating infinitely who is that remote? and what repoid it is referring to? buildservice:~ # osc meta prj backend-develop <project name="backend-develop"> <title>backend-develop</title> <description/> <person userid="Admin" role="maintainer"/> <person userid="carsten.hoeger" role="maintainer"/> <repository name="RHEL-7"> <path project="RedHat:RHEL-7" repository="standard"/> <arch>x86_64</arch> </repository> <repository name="DebianJessie"> <path project="Debian:Jessie" repository="standard"/> <arch>x86_64</arch> </repository> </project> buildservice:~ # osc meta prj Debian:Jessie <project name="Debian:Jessie"> <title>Debian Jessie (8.0r1)</title> <description>Debian Jessie (8.0r1).</description> <person userid="Admin" role="maintainer"/> <repository name="standard"> <arch>x86_64</arch> </repository> </project> that is not very different to buildservice:~ # osc -A https://build.opensuse.org meta prj Debian:8.0 <project name="Debian:8.0"> <title>Debian Jessie (8.0r1)</title> <description>Debian Jessie (8.0r1).</description> <person userid="adrianSuSE" role="maintainer"/> <repository name="standard"> <arch>i586</arch> <arch>x86_64</arch> </repository> </project> -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
On Mon, Aug 31, 2015 at 03:56:30PM +0200, Carsten Höger wrote:
after I manually built the dpkg package required for debian repo creation (why doesn???t that exist for SLE12?), I see this error in the publisher log:
Mon Aug 31 15:51:23 2015 publishing backend-develop/Debian:Jessie publish failed for backend-develop, Debian:Jessie : 400 remote error: repoid 'Debian Jessie' is illegal sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds...
[...]
repeating infinitely
who is that remote?
and what repoid it is referring to?
And who created that publish event? Was that done by obs_admin? To get rid of that endless loop just delete the event in the /srv/obs/events/publish/ directory... Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi,
On 31 Aug 2015, at 16:35 , Michael Schroeder <mls@suse.de> wrote:
Mon Aug 31 15:51:23 2015 publishing backend-develop/Debian:Jessie publish failed for backend-develop, Debian:Jessie : 400 remote error: repoid 'Debian Jessie' is illegal sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds... sleeping 10 seconds...
[...]
repeating infinitely
who is that remote?
and what repoid it is referring to?
And who created that publish event? Was that done by obs_admin?
yes, I ran that command: /usr/lib/obs/server/bs_admin --republish-repository backend-develop Debian:Jessie because that repo was in unpublished because I did not completely finish the gpg stuff and thus signer failed.
To get rid of that endless loop just delete the event in the /srv/obs/events/publish/ directory...
Thanks, that removes the loop, but once I run the bs_admin command, it starts again (well, I don’t need that anymore, so I should not care). What’s wrong with that? -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
On Mon, Aug 31, 2015 at 04:45:16PM +0200, Carsten Höger wrote:
yes, I ran that command:
/usr/lib/obs/server/bs_admin --republish-repository backend-develop Debian:Jessie
because that repo was in unpublished because I did not completely finish the gpg stuff and thus signer failed.
To get rid of that endless loop just delete the event in the /srv/obs/events/publish/ directory...
Thanks, that removes the loop, but once I run the bs_admin command, it starts again (well, I don?t need that anymore, so I should not care).
What?s wrong with that?
Well, you're repo is called "DebianJessie", not "Debian:Jessie"... Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Carsten Höger
-
Michael Schroeder