How do I add a Mageia 5/Cauldron build target to my Open Build Service Home Project?

Hi,

I have noticed that while there are no options in my home project’s add repositories page, that is, this page:

http://i.imgur.com/b2qfCay.png

to add a Mageia repository, there are Mageia 5 and Cauldron repositories for the openSUSE:Tools OBS Project, that is, this project. Is there some special method they used to add these Mageia build targets that I am unaware of?

Thanks for your time,
Brenton

Nvm solved I just added:


  <repository name="Mageia_Cauldron">
    <path project="Mageia:Cauldron" repository="standard"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>
  <repository name="Mageia_5">
    <path project="Mageia:5" repository="standard"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>

to my project meta and it added these repos for me.