The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Osc Setup

From Mer Wiki
Revision as of 12:03, 27 July 2012 by Oipo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page describes how to setup osc

Contents

Preparation

You'll need a meego.com account and have the SDK setup.

Getting Access

Contact David or Niels to request access to https://api.pub.meego.com

irc: come to #meego and ask lbt (David) or X-Fade (Niels)

Email : david@dgreaves.com or niels@maemo.org

Using osc

Run osc the first time with

osc -A https://api.pub.meego.com ls

This will ask you to enter your meego.com user account details. Note that it can take up to 10 minutes before you can access the meego API URL after a password change or user account creation.

From now on, you can omit the API URL in the command.

osc ls

Using Multiple API URLs

If you're using osc with other API URLs, you can edit ~/.oscrc and add each of them and assign them aliases

[https://api.pub.meego.com/]
user = your-meego.com-username
pass = your-meego.com-password
alias = pub-meego, pub.meego
 
[https://api.opensuse.org]
user = username
pass = password
alias = opensuse

And to use the alias:

osc -A pub-meego ls
osc -A opensuse ls
Personal tools