CiBoT wants me to rebase. But my branches are already based. What now?

CiBoT wants me to rebase. But my branches are already based. What now?

by Virgil Ashruf -
Number of replies: 3

Essentially I have the same problem as Gordon Bateson in his topic CiBoT wants me to do a GIT rebase, but how? However I rebased my branches and even went as far to delete my MDL- branch and recreate it of the latest master.

My master branch is even with moodle:master and you can find it here: github.com/eSrem/moodle

My MDL- branch introducing the fix is 2 commits ahead and you can find it here: https://github.com/eSrem/moodle/commits/MDL-56367

Still CiBoT is telling me the branch is too old. What to do? :D

Average of ratings: -
In reply to Virgil Ashruf

Re: CiBoT wants me to rebase. But my branches are already based. What now?

by Rex Lorenzo -

Hey Virgil, the error was that the branch was the full URL, instead of just the branch name. Also, the repo location should be the same repo you use to clone, https://github.com/eSrem/moodle.git

The newest comments from the CI bot now says some useful errors.

Average of ratings: Useful (1)
In reply to Rex Lorenzo

Re: CiBoT wants me to rebase. But my branches are already based. What now?

by Virgil Ashruf -

Hey Rex, that is an amazing edit you did! I learned something today. Firstly how to fill in the repository information and secondly how to reword my previous commits! Thank you for your time.