ソースを参照

Add support for Explanation lines in preferences.

master
Adam Bolte 8年前
コミット
de55b167b4
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      apt/preferences.sls

+ 5
- 0
apt/preferences.sls ファイルの表示

@@ -35,4 +35,9 @@
- "{{ 'Package: ' ~ p_package }}"
- "{{ 'Pin: ' ~ args.pin }}"
- "{{ 'Pin-Priority: ' ~ args.priority }}"
{% if 'explanation' in args %}
{% for explanation in args.explanation %}
- "{{ 'Explanation: ' ~ explanation }}"
{% endfor %}
{% endif %}
{% endfor %}

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