osc build
Server returned an error: HTTP Error 401: Authorization Required
I've tried from a couple different packages I've built locally before. I may have corrupted .oscrc yesterday (I used vi to make a change, but I did a "osc build" since then.)
Thanks Greg -- Greg Freemyer www.IntelligentAvatar.net
On Fri, Jan 22, 2016 at 06:49:04PM -0500, Greg Freemyer wrote:
osc build
Server returned an error: HTTP Error 401: Authorization Required
I've tried from a couple different packages I've built locally before. I may have corrupted .oscrc yesterday (I used vi to make a change, but I did a "osc build" since then.)
Building with the help of osc works.
And there isn't that much you can break:
[https://api.opensuse.org] user=<your_OBS_username> pass=<your_OBS_password>
Cheers,
Lars
On Sat, Jan 23, 2016 at 10:27 AM, Lars Müller lmuelle@suse.com wrote:
On Fri, Jan 22, 2016 at 06:49:04PM -0500, Greg Freemyer wrote:
osc build
Server returned an error: HTTP Error 401: Authorization Required
I've tried from a couple different packages I've built locally before. I may have corrupted .oscrc yesterday (I used vi to make a change, but I did a "osc build" since then.)
Building with the help of osc works.
And there isn't that much you can break:
[https://api.opensuse.org] user=<your_OBS_username> pass=<your_OBS_password>
Not sure how I did it, but my password was missing a character.
Thanks Greg
On 2016-01-22 18:49:04 -0500, Greg Freemyer wrote:
osc build
Server returned an error: HTTP Error 401: Authorization Required
I've tried from a couple different packages I've built locally before. I may have corrupted .oscrc yesterday (I used vi to make a change, but I did a "osc build" since then.)
Instead of directly manipulating the ~/.oscrc, you could also use the "osc config" command. E.g., for setting the password
osc config https://api.opensuse.org pass <your_pass>
or if osc should prompt for your pass: osc config --prompt https://api.opensuse.org pass (you could also combine this with --no-echo)
Marcus
buildservice@lists.opensuse.org