ソースを参照

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

読み込み中…
キャンセル
保存