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