Skip to content

gitfs instructions are wrong in the documentation #15424

@soggie

Description

@soggie

Referring to Saltstack's GitFS documentation, apt-get install pygit2 doesn't work for Ubuntu 12 LTS. Instead, I had to do this:

$ apt-get install cmake make libffi-dev -y
$ wget https://github.com/libgit2/libgit2/archive/v0.20.0.tar.gz && tar xzf v0.20.0.tar.gz
$ cd libgit2-0.20.0/
$ cmake .
$ make
$ make install
$ ldconfig
$ pip install cffi
$ pip install pygit2==0.20.3

So it's not as easy as the documentation originally portrayed. Might be good to point this out in the page itself, as right now it is not really clear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions