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


Osc Setup

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
(Created a page explaining how to get osc to work and adding aliases)
 
m (Fix: .oscrc except "aliases = " instead of "alias = ")
Line 28: Line 28:
 
  user = your-meego.com-username
 
  user = your-meego.com-username
 
  pass = your-meego.com-password
 
  pass = your-meego.com-password
  alias = pub-meego, pub.meego
+
  aliases = pub-meego, pub.meego
 
    
 
    
 
  <nowiki>[https://api.opensuse.org]</nowiki>
 
  <nowiki>[https://api.opensuse.org]</nowiki>
 
  user = username
 
  user = username
 
  pass = password
 
  pass = password
  alias = opensuse
+
  aliases = opensuse
  
 
And to use the alias:
 
And to use the alias:
 
  osc -A pub-meego ls
 
  osc -A pub-meego ls
 
  osc -A opensuse ls
 
  osc -A opensuse ls

Revision as of 22:04, 30 July 2012

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
aliases = pub-meego, pub.meego
 
[https://api.opensuse.org]
user = username
pass = password
aliases = opensuse

And to use the alias:

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