[opensuse-buildservice] MR releases strange behaviour
Hi, once again I found weird behaviour when accepting MR release requests and I'm not sure if the current state is sane. I've accepted the following two requests via webui: https://build.opensuse.org/request/show/242452 https://build.opensuse.org/request/show/242453 For both I got an Internal Server Error page :-( Now it seems both requests were correctly accepted and were put into the maintenance project. But still I see both requests as "open" in my task view. Is this a known issue? Do I need to clean up something? Thanks, Wolfgang -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sat, Jul 26, 2014 at 10:41:44AM +0200, Wolfgang Rosenauer wrote:
Hi,
once again I found weird behaviour when accepting MR release requests and I'm not sure if the current state is sane.
I've accepted the following two requests via webui: https://build.opensuse.org/request/show/242452 https://build.opensuse.org/request/show/242453
For both I got an Internal Server Error page :-(
Now it seems both requests were correctly accepted and were put into the maintenance project.
But still I see both requests as "open" in my task view.
Is this a known issue? Do I need to clean up something?
The patchinfos are not fully released, the binaries were not copied $ osc ls openSUSE:Evergreen:11.4/patchinfo.302 -b standard/i586 standard/x86_64 $ Can you try accepting it again? Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 26.07.2014 11:13, schrieb Marcus Meissner:
On Sat, Jul 26, 2014 at 10:41:44AM +0200, Wolfgang Rosenauer wrote:
Hi,
once again I found weird behaviour when accepting MR release requests and I'm not sure if the current state is sane.
I've accepted the following two requests via webui: https://build.opensuse.org/request/show/242452 https://build.opensuse.org/request/show/242453
For both I got an Internal Server Error page :-(
Now it seems both requests were correctly accepted and were put into the maintenance project.
But still I see both requests as "open" in my task view.
Is this a known issue? Do I need to clean up something?
The patchinfos are not fully released, the binaries were not copied
$ osc ls openSUSE:Evergreen:11.4/patchinfo.302 -b standard/i586 standard/x86_64 $
Can you try accepting it again?
wolfi@Hygiea:~> osc rq accept 242453 HTTP Error 500: Internal Server Error for both. Still in the list of open requests "rq list" :-( Wolfgang -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sat, Jul 26, 2014 at 11:22:40AM +0200, Wolfgang Rosenauer wrote:
Am 26.07.2014 11:13, schrieb Marcus Meissner:
On Sat, Jul 26, 2014 at 10:41:44AM +0200, Wolfgang Rosenauer wrote:
Hi,
once again I found weird behaviour when accepting MR release requests and I'm not sure if the current state is sane.
I've accepted the following two requests via webui: https://build.opensuse.org/request/show/242452 https://build.opensuse.org/request/show/242453
For both I got an Internal Server Error page :-(
Now it seems both requests were correctly accepted and were put into the maintenance project.
But still I see both requests as "open" in my task view.
Is this a known issue? Do I need to clean up something?
The patchinfos are not fully released, the binaries were not copied
$ osc ls openSUSE:Evergreen:11.4/patchinfo.302 -b standard/i586 standard/x86_64 $
Can you try accepting it again?
wolfi@Hygiea:~> osc rq accept 242453 HTTP Error 500: Internal Server Error
for both. Still in the list of open requests "rq list" :-(
For Adrian to fix I guess, its too interal for me to debug. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 26.07.2014 11:41, schrieb Marcus Meissner:
For Adrian to fix I guess, its too interal for me to debug.
In case someone wants to have a look, this is what happens: the id is nil at app/models/maintenance_incident.rb:89 <https://github.com/openSUSE/open-build-service/blob/masterapp/models/maintenance_incident.rb#L89> app/helpers/maintenance_helper.rb:259 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L259> app/helpers/maintenance_helper.rb:193 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L193> app/helpers/maintenance_helper.rb:190 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L190> app/helpers/maintenance_helper.rb:188 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L188> app/helpers/maintenance_helper.rb:186 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L186> app/helpers/maintenance_helper.rb:90 <https://github.com/openSUSE/open-build-service/blob/masterapp/helpers/maintenance_helper.rb#L90> app/models/bs_request_action_maintenance_release.rb:19 <https://github.com/openSUSE/open-build-service/blob/masterapp/models/bs_request_action_maintenance_release.rb#L19> Greetings, Stephan
On Samstag, 26. Juli 2014, 10:41:44 wrote Wolfgang Rosenauer:
Hi,
once again I found weird behaviour when accepting MR release requests and I'm not sure if the current state is sane.
I've accepted the following two requests via webui: https://build.opensuse.org/request/show/242452 https://build.opensuse.org/request/show/242453
For both I got an Internal Server Error page :-(
Now it seems both requests were correctly accepted and were put into the maintenance project.
But still I see both requests as "open" in my task view.
Is this a known issue? Do I need to clean up something?
missing default for updateinfo template ID. I restored that in the code and will deploy later today to fix it. -- 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
participants (4)
-
Adrian Schröter
-
Marcus Meissner
-
Stephan Kulow
-
Wolfgang Rosenauer