浏览代码

The git command line tool is a requirement of pygit2

tags/v0.57.0
Matt Willsher 9 年前
父节点
当前提交
1cf72d85f8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      salt/gitfs/pygit2.sls

+ 3
- 0
salt/gitfs/pygit2.sls 查看文件

@@ -1,5 +1,8 @@
{% from "salt/map.jinja" import salt_settings with context %}

git:
pkg.installed

{% if salt_settings.gitfs.pygit2.install_from_source %}
# we probably don't have a package or it's not a high enough version
# install latest from source/pip

正在加载...
取消
保存