Quellcode durchsuchen

The git command line tool is a requirement of pygit2

tags/v0.57.0
Matt Willsher vor 9 Jahren
Ursprung
Commit
1cf72d85f8
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      salt/gitfs/pygit2.sls

+ 3
- 0
salt/gitfs/pygit2.sls Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern