-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
documentationRelates to Salt documentationRelates to Salt documentationneeds-more-infowaiting for more infowaiting for more info
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationRelates to Salt documentationRelates to Salt documentationneeds-more-infowaiting for more infowaiting for more info