This question has been flagged
6554 Views

I am trying to contribute a module in odoo apps. I have created a repository in git and trying to add that repository to odoo apps. I goto portal of https://apps.odoo.com and add the repository HTTP URL and saved it. When i click on validate it showing the below error.

Error when updating git from git@github.com:repo-name/8.0.git#8.0
returncode: 128
output:
warning: Could not find remote branch 8.0 to clone.
fatal: Remote branch 8.0 not found in upstream origin

Avatar
Discard

I honestly think Odoo only supports Github & Bazaar as platforms, not Bitbucket. If you use Github its easy to share the module.

Thank you for your quick replay yenthe. I thought bit bucket and github both are same.

On Thu, May 21, 2015 at 8:30 PM, Yenthe <yenthespam@gmail.com> wrote:

I honestly think Odoo only supports Github & Bazaar as platforms, not Bitbucket. If you use Github its easy to share the module.

--
Yenthe
Sent by Odoo S.A. using Odoo about Forum Post warning: Could not find remote branch 8.0 to clone?



--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)

No problem Samba! And nope they are two completely different platforms. Put it on Github, paste the link in and everything will work :)

HI Yenthe,
Same problem with git hub also. I have tried with https and ssh urls

On Thu, May 21, 2015 at 8:35 PM, Yenthe <yenthespam@gmail.com> wrote:

No problem Samba! And nope they are two completely different platforms. Put it on Github, paste the link in and everything will work :)




--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)

Can you give me the link to the module? There is probably something wrong in your URL format.

SSH git@github.com:Samba-Odoo-Apps/8.0.git
HTTPS https://github.com/Samba-Odoo-Apps/8.0.git

On Fri, May 22, 2015 at 12:13 PM, Yenthe <yenthespam@gmail.com> wrote:

Can you give me the link to the module? There is probably something wrong in your URL format.




--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)

You kind off have a strange setup.. You've named your repository 8.0 while it should (could) have the name of your module for example. This URL should work I assume: https://github.com/Samba-Odoo-Apps/8.0#8.0 The URL that I've used to make my module publicly possible is at https://github.com/Yenthe666/auto_backup#8.0 and that is the same location for where my module is and where Odoo should sync from.

Error when updating git from https://github.com/Samba-Odoo-Apps/8.0#8.0
returncode: 128
output:
warning: Could not find remote branch 8.0 to clone.
fatal: Remote branch 8.0 not found in upstream origin
Unexpected end of command stream

On Fri, May 22, 2015 at 1:44 PM, Yenthe <yenthespam@gmail.com> wrote:

You kind off have a strange setup.. You've named your repository 8.0 while it should (could) have the name of your module for example. This URL should work I assume: https://github.com/Samba-Odoo-Apps/8.0#8.0 The URL that I've used to make my module publicly possible is at https://github.com/Yenthe666/auto_backup#8.0 and that is the same location for where my module is and where Odoo should sync from.




--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)