OCA / interface-github

Tools to interact with github from Odoo
GNU Affero General Public License v3.0
46 stars 77 forks source link

[MIG] github_connector_odoo: Migration to 11.0 #11

Closed cubells closed 6 years ago

cubells commented 6 years ago

Depends on:

pedrobaeza commented 6 years ago

Please rebase

pedrobaeza commented 6 years ago

I don't know why runbot fails, but it should be a glitch due to the rebase.

moylop260 commented 6 years ago

FYI runbot fails because of the dependency module is not available for this branch:

I just used the feature of ssh connection to docker container:

It is because runbot use the branch without changes. Travis is green because use a merge with the base.

pedrobaeza commented 6 years ago

OK, then the rebase is not correct. Thanks for the info. @cubells please rebase properly.

pedrobaeza commented 6 years ago

Is there any documentation about how to connect by SSH to the runbot instance?

moylop260 commented 6 years ago

There is not documentation real we just have a thread about:

pedrobaeza commented 6 years ago

Oh, it's already there in contributing.md:

https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md#investigating-travis-test-failures

I have to remember that...

cubells commented 6 years ago

@pedrobaeza rebased!

moylop260 commented 6 years ago

@cubells before rebase use fetch then rebase and verify that you have the other module in your folders Maybe a git clean could be helpful for you too

pedrobaeza commented 6 years ago

@cubells , this is the usual stuff:

git fetch origin
git rebase origin/11.0

please check what are you doing wrong.

cubells commented 6 years ago

now it's correctly done.