[opensuse-buildservice] Re: [opensuse-packaging] Is it only me ? osc tool broken
On 25.06.2013 20:39, Marcus Hüwe wrote:
On 2013-06-25 14:39:56 +0200, Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
What exact error do you get? A small breakage is expected (see [1]).
[moving to the more correct list] The problems I had were related to print "hallo", but latest git makes it worse. coolo@gertrude#osc>python ./osc-wrapper.py check_dups openSUSE:Factory Traceback (most recent call last): File "./osc-wrapper.py", line 26, in <module> r = babysitter.run(osccli) File "/space/prod/osc/osc/babysitter.py", line 60, in run return prg.main() File "/space/prod/osc/osc/cmdln.py", line 343, in main return self.cmd(args) File "/space/prod/osc/osc/cmdln.py", line 366, in cmd retval = self.onecmd(argv) File "/space/prod/osc/osc/cmdln.py", line 484, in onecmd return self._dispatch_cmd(handler, argv) File "/space/prod/osc/osc/cmdln.py", line 1214, in _dispatch_cmd return handler(argv[0], opts, *args) File "/suse/coolo/.osc-plugins/osc-check_dups.py", line 51, in do_check_dups self._checker_check_dups(p, opts) AttributeError: Osc instance has no attribute '_checker_check_dups' Greetings, Stephan -- It wasn't that she had a rose in her teeth, exactly. It was more like the rose and the teeth were in the same glass. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 2013-06-26 09:49:12 +0200, Stephan Kulow wrote:
On 25.06.2013 20:39, Marcus Hüwe wrote:
On 2013-06-25 14:39:56 +0200, Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module> osccli = commandline.Osc() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in __init__ self._load_plugins() File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module> exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
What exact error do you get? A small breakage is expected (see [1]).
[moving to the more correct list]
The problems I had were related to print "hallo", but latest git makes it worse.
coolo@gertrude#osc>python ./osc-wrapper.py check_dups openSUSE:Factory Traceback (most recent call last): File "./osc-wrapper.py", line 26, in <module> r = babysitter.run(osccli) File "/space/prod/osc/osc/babysitter.py", line 60, in run return prg.main() File "/space/prod/osc/osc/cmdln.py", line 343, in main return self.cmd(args) File "/space/prod/osc/osc/cmdln.py", line 366, in cmd retval = self.onecmd(argv) File "/space/prod/osc/osc/cmdln.py", line 484, in onecmd return self._dispatch_cmd(handler, argv) File "/space/prod/osc/osc/cmdln.py", line 1214, in _dispatch_cmd return handler(argv[0], opts, *args) File "/suse/coolo/.osc-plugins/osc-check_dups.py", line 51, in do_check_dups self._checker_check_dups(p, opts) AttributeError: Osc instance has no attribute '_checker_check_dups'
I just fixed it in commit 58d716a6f7ed1eeff7f2a15cf76c6552ec2f6ed0. Does this work for you? Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Mittwoch, 26. Juni 2013, 09:49:12 schrieb Stephan Kulow:
On 25.06.2013 20:39, Marcus Hüwe wrote:
On 2013-06-25 14:39:56 +0200, Stephan Kulow wrote:
On 25.06.2013 14:34, Adrian Schröter wrote:
Am Dienstag, 25. Juni 2013, 14:22:25 schrieb Bruno Friedmann:
Since a few day I've osc broken
osc --help
Traceback (most recent call last): File "/usr/bin/osc", line 24, in <module>
osccli = commandline.Osc()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 82, in
__init__
self._load_plugins()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 7926, in
_load_plugins
mod = imp.load_source(modname, os.path.join(plugin_dir, extfile))
File "/var/lib/osc-plugins/osc-collab.py", line 53, in <module>
exclude_stuff.append(helper)
Please deinstall the collab plugin, it seems to be broken with latest osc plugin mechanism updates.
I'd claim that the latest osc broke every plugin ;(
What exact error do you get? A small breakage is expected (see [1]).
[moving to the more correct list]
The problems I had were related to print "hallo", but latest git makes it worse.
coolo@gertrude#osc>python ./osc-wrapper.py check_dups openSUSE:Factory Traceback (most recent call last): File "./osc-wrapper.py", line 26, in <module> r = babysitter.run(osccli)
JFYI, an osc 0.140.1 with some compability improvements from Marcus is now out there in the wild. -- 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 (3)
-
Adrian Schröter
-
Marcus Hüwe
-
Stephan Kulow