•  
      request #8143 gerrit.tuleap.net lost conf when repo is migrated
    Infos
    #8143
    Nicolas Terray (nterray)
    2015-06-15 19:09
    2015-06-15 19:09
    8167
    Details
    gerrit.tuleap.net lost conf when repo is migrated
    When a repo is migrated to gerrit, the parent project (here tuleap), is forced to inherit from All-Projects.
    However tuleap project already inherits from core (that inherits from All-Projects).

    Tuleap-Gerrit migration should not change the config already put in place. In our case users lost the capability to give a -2/+2 to a review.

    Workaround:
    - do the migration to gerrit
    - revert the change:

    ```
    git fetch gerrit refs/meta/config:refs/remotes/origin/meta/config
    git log
    git revert <sha-1> #Changed parent to All-Projects
    git push gerrit HEAD:refs/meta/config
    ```
    SCM/Gerrit
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    References list is empty