•  
      request #7695 Upgrade to git > 1.9 on centos 6
    Infos
    #7695
    Manuel Vacelet (vaceletm)
    2017-02-03 16:25
    2014-12-15 16:25
    7695
    Details
    Upgrade to git > 1.9 on centos 6

    Git version shipped with centos 6 is severely outdated nowadays. Tuleap itself need a version of git >= 1.7.4 but newer version brings interesting new features (like shallow clone)

    Thankfully RedHat ships git 1.9 in software collections but those packages are not built in centos SCL.
    So we made a docker image to build those packages and we made them available into Tuleap official repositories

    How to install:
    yum install git19-git

    Then configure tuleap component to use git:
    Gitolite:
    /var/lib/gitolite/.gitolite.rc
    $GIT_PATH="/opt/rh/git19/root/usr/bin";

    /usr/share/tuleap/plugins/git/etc/gitphp.conf.php
    $gitphp_conf['gitbin'] = "/opt/rh/git19/root/usr/bin/git";

     

    SCM/Git
    Empty
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-02-03
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    It's done


    • Status changed from Under implementation to Closed
    • Close date set to 2017-02-03
    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes