[opensuse-buildservice] Osc vc weirdness
Hi After updating osc to osc-0.133-66.1.noarch I am getting the following when I use the "osc vc" command osc vc -m "update to xcb-util-0.3.8" user 'toganmx' not found Try env mailaddr=... Of course there is no user as toganmx but there is toganm. So somehow osc is adding the "x" suffix to the username. However when I look the changes file it is parsing the user email correctly Am I missing something ? Thanks Togan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, 20 Dec 2011 20:10:49 +0100 Togan Muftuoglu wrote:
After updating osc to osc-0.133-66.1.noarch I am getting the following when I use the "osc vc" command
osc vc -m "update to xcb-util-0.3.8" user 'toganmx' not found Try env mailaddr=...
The same here. -- WBR Kyrill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 12/20/2011 08:18 PM, Kyrill Detinov wrote:
On Tue, 20 Dec 2011 20:10:49 +0100 Togan Muftuoglu wrote:
After updating osc to osc-0.133-66.1.noarch I am getting the following when I use the "osc vc" command
osc vc -m "update to xcb-util-0.3.8" user 'toganmx' not found Try env mailaddr=...
The same here.
its commandline.py line 6937 where " +'x'" is added to username # set user's email if no mailaddr exists if not os.environ.has_key('mailaddr'): if len(args) and is_package_dir(args[0]): apiurl = store_read_apiurl(args[0]) else: apiurl = self.get_api_url() user = conf.get_apiurl_usr(apiurl) data = get_user_data(apiurl, user+'x', 'email') if data: os.environ['mailaddr'] = data[0] else: print >>sys.stderr, 'Try env mailaddr=.. Once removed osc vc does not err Togan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 2011-12-20 20:10:49 +0100, Togan Muftuoglu wrote:
Hi After updating osc to osc-0.133-66.1.noarch I am getting the following when I use the "osc vc" command
osc vc -m "update to xcb-util-0.3.8" user 'toganmx' not found Try env mailaddr=...
Of course there is no user as toganmx but there is toganm. So somehow osc is adding the "x" suffix to the username. However when I look the changes file it is parsing the user email correctly
Am I missing something ?
No. It's already fixed in git master. A new osc bugfix release should appear soon. Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Kyrill Detinov
-
Marcus Hüwe
-
Togan Muftuoglu