On 9/30/2010 11:30 AM, [email protected] wrote:
> Hi,
>
> We have a local instance of OBS running which uses openSUSE virtual
> appliance for the OBS Server. There is a "Setup OBS" link in the home page
> which points to api.opensuse.org/public by default. We would like to
> change it so that it points to api.meego.com.
>
> It seems like the connection to api.opensuse.org is working while
> connection to api.meego.com doesn't work. Has anybody tried it or knows
> the reason? Any pointers would be helpful.

To add data to Kuljeets question.  Specifically this would be a project
with a config like the following which is not working.:

    <project name="meego.com"> 
      <title>build.meego.com</title> 
      <description>This project allows access to all resources on
    api.meego.com. 
    </description> 
      <remoteurl>http://user:[email protected]/public/</remoteurl> 
      <person userid="Admin" role="maintainer"/> 
      <person userid="Admin" role="bugowner"/> 
    </project> 


Where the following against opensuse DOES work.

    <project name="openSUSE.org"> 
      <title>build.openSUSE.org</title> 
      <description>This project allows access to all resources on
    build.opensuse.org OBS instance. This is needed to build against
    base distributions.</description> 
     <remoteurl>https://user:[email protected]/public</remoteurl> 
     <person userid="Admin" role="maintainer"/> 
     <person userid="Admin" role="bugowner"/> 
    </project> 

Regards -p.j.



>
>
> Thanks for your help,
> **KJ
>
> _______________________________________________
> MeeGo-packaging mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-packaging
>

-- 
P.J. Bostley
[email protected]
Qualcomm Innovation Center Inc. is a member of the Code Aurora Forum

_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to