Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c99391600e8be53086a6e37cce752b8f6aa43ffe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c99391600e8be53086a6e37cce752b8f6aa43ffe)
  • Date: Thu, 1 Sep 2016 17:29:46 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/ansible-lint/DEPENDS | 4 ++++
python-pypi/ansible-lint/DETAILS | 14 ++++++++++++++
python-pypi/ansible-lint/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit c99391600e8be53086a6e37cce752b8f6aa43ffe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ansible-lint: new spell, best practices checker for Ansible

diff --git a/ChangeLog b/ChangeLog
index ba70904..a884c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/ansible-lint: new spell, best practices checker for
+ Ansible
+
2016-08-29 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-notify2: new spell, Python interface to D-Bus
notifications
diff --git a/python-pypi/ansible-lint/DEPENDS
b/python-pypi/ansible-lint/DEPENDS
new file mode 100755
index 0000000..4a20840
--- /dev/null
+++ b/python-pypi/ansible-lint/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends ansible &&
+depends pyyaml
diff --git a/python-pypi/ansible-lint/DETAILS
b/python-pypi/ansible-lint/DETAILS
new file mode 100755
index 0000000..9093651
--- /dev/null
+++ b/python-pypi/ansible-lint/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ansible-lint
+ VERSION=3.2.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/willthames/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:5f4098a03f6563d227623e8b7db69a557aede2cf9d61a7b9d114d739fd673a51b0da177ae0e9577b189218a9ac66ae1f94f2bba082addca7b755224d25d43d01
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/willthames/ansible-lint
+ LICENSE[0]=MIT
+ ENTERED=20160901
+ SHORT="best practices checker for Ansible"
+cat << EOF
+ansible-lint checks playbooks for practices and behaviour that could
+potentially be improved.
+EOF
diff --git a/python-pypi/ansible-lint/HISTORY
b/python-pypi/ansible-lint/HISTORY
new file mode 100644
index 0000000..703a1ae
--- /dev/null
+++ b/python-pypi/ansible-lint/HISTORY
@@ -0,0 +1,2 @@
+2016-09-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 3.2.5



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c99391600e8be53086a6e37cce752b8f6aa43ffe), Vlad Glagolev, 09/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page