[opensuse-buildservice] osc sr and new request implementation
Hi ! For the records ;) Environment: * OBS svn -r 7382 * osc-obs-1.7.0.7382S (from openSUSE:Tools:Devel) osc sr create - works osc sr decline - works osc sr delete - works osc sr list Error: '/home/dl9pf' is not an osc project dir or working copy. osc sr log 5 'NoneType' object has no attribute 'find' osc sr show 5 'NoneType' object has no attribute 'find' osc sr accept 7 Server returned an error: HTTP Error 500: Internal Server Error undefined local variable or method `target_package' for #<RequestController:0x7f2563436310> Also the frontend oopses in the "My Projects" page: Error Details: Errorcode: unknown Message: undefined method `submit' for #<ActiveXML::Node:0x7f56c596e8f8> Exception from Webclient: ActionView::TemplateError: undefined method `submit' for #<ActiveXML::Node:0x7f56c596e8f8> Stack Trace: On line #21 of project/_request_table.rhtml 18: <% requests.each do |req| -%> 19: <tr> 20: <td><%= req.method_missing(:id) %></td> 21: <td><%= req.submit.source.project %></td> 22: <td><%= req.submit.source.package %></td> 23: <td><%= req.state.name %></td> 24: <td><%= req.state.who %></td> /srv/www/obs/common/lib/activexml/node.rb:336:in `method_missing' app/views/project/_request_table.rhtml:21:in `_run_erb_47app47views47project47_request_table46rhtml' /srv/www/obs/common/lib/activexml/node.rb:195:in `each' /usr/lib64/ruby/1.8/rexml/element.rb:891:in `each' Just updating to latest HEAD, will report changes as reply to this message. Best, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Mittwoch, 27. Mai 2009 15:14:59 schrieb Jan-Simon Möller:
Hi !
For the records ;)
Environment: * OBS svn -r 7382 * osc-obs-1.7.0.7382S
(from openSUSE:Tools:Devel)
osc sr create - works
osc sr decline - works
osc sr delete - works
good.
osc sr list Error: '/home/dl9pf' is not an osc project dir or working copy.
osc sr log 5 'NoneType' object has no attribute 'find'
osc sr show 5 'NoneType' object has no attribute 'find'
expected, osc can't handle the new requests yet.
osc sr accept 7 Server returned an error: HTTP Error 500: Internal Server Error undefined local variable or method `target_package' for #<RequestController:0x7f2563436310>
I hope this is fixed in trunk meanwhile.
Also the frontend oopses in the "My Projects" page: Error Details: Errorcode: unknown Message: undefined method `submit' for #<ActiveXML::Node:0x7f56c596e8f8>
... same as with osc, the webclient is not yet able to deal with the new requests. 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
Adrian Schröter wrote:
Am Mittwoch, 27. Mai 2009 15:14:59 schrieb Jan-Simon Möller:
Hi !
For the records ;)
Environment: * OBS svn -r 7382 * osc-obs-1.7.0.7382S
(from openSUSE:Tools:Devel)
osc sr create - works
osc sr decline - works
osc sr delete - works
good.
osc sr list Error: '/home/dl9pf' is not an osc project dir or working copy.
osc sr log 5 'NoneType' object has no attribute 'find'
osc sr show 5 'NoneType' object has no attribute 'find'
expected, osc can't handle the new requests yet.
osc sr accept 7 Server returned an error: HTTP Error 500: Internal Server Error undefined local variable or method `target_package' for #<RequestController:0x7f2563436310>
I hope this is fixed in trunk meanwhile.
current svn trunk (7406) contained some *frontend changes now incl. database migration* causing the webclient not to run anymore. migrated back to old svn trunk 7382 now. works again.
Also the frontend oopses in the "My Projects" page: Error Details: Errorcode: unknown Message: undefined method `submit' for #<ActiveXML::Node:0x7f56c596e8f8>
... same as with osc, the webclient is not yet able to deal with the new requests.
bye adrian
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Wednesday 27 May 2009 16:17:06 schrieb Adrian Schröter:
osc sr list Error: '/home/dl9pf' is not an osc project dir or working copy.
osc sr log 5 'NoneType' object has no attribute 'find'
osc sr show 5 'NoneType' object has no attribute 'find'
expected, osc can't handle the new requests yet.
expected is good - couldn't this be done in _one_ batch ? (/me full cover ;) )
osc sr accept 7 Server returned an error: HTTP Error 500: Internal Server Error undefined local variable or method `target_package' for #<RequestController:0x7f2563436310>
I hope this is fixed in trunk meanwhile.
No! Bye, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Mittwoch, 27. Mai 2009 17:56:00 schrieb Jan-Simon Möller:
Am Wednesday 27 May 2009 16:17:06 schrieb Adrian Schröter:
osc sr list Error: '/home/dl9pf' is not an osc project dir or working copy.
osc sr log 5 'NoneType' object has no attribute 'find'
osc sr show 5 'NoneType' object has no attribute 'find'
expected, osc can't handle the new requests yet.
expected is good - couldn't this be done in _one_ batch ? (/me full cover ;) )
sure, also version 3.0 could be done in one patch. No, seriously, take this as a chance to join development.
osc sr accept 7 Server returned an error: HTTP Error 500: Internal Server Error undefined local variable or method `target_package' for #<RequestController:0x7f2563436310>
I hope this is fixed in trunk meanwhile.
No!
Than please send me your request (as you send it to the server and as it comes from it), together with a real trace. 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
participants (3)
-
Adrian Schröter
-
Jan-Simon Möller
-
Martin Mohring