Skip to Content.
Sympa Menu

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

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 (c8d9cef667c191f4f5a2b96c2c1b60fffabae585)
  • Date: Wed, 12 Apr 2017 15:55:59 +0000

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

python-pypi/ansible/DEPENDS | 3 +++
python-pypi/ansible/DETAILS | 9 +++++++--
python-pypi/ansible/HISTORY | 6 ++++++
python-pypi/ansible/PREPARE | 1 +
python-pypi/ansible/PRE_BUILD | 9 +++++++++
5 files changed, 26 insertions(+), 2 deletions(-)

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

ansible: => 2.3.0.0

diff --git a/python-pypi/ansible/DEPENDS b/python-pypi/ansible/DEPENDS
index 580085b..6470106 100755
--- a/python-pypi/ansible/DEPENDS
+++ b/python-pypi/ansible/DEPENDS
@@ -10,6 +10,9 @@ suggest_depends dnspython "" "" "for dig and dnstxt
lookups" &&
suggest_depends redis-py "" "" "for caching module backed by redis and
redis_kv lookup" &&
suggest_depends python-memcached "" "" "for memcached fact cache support" &&

+suggest_depends libcloud "" "" "for Google Cloud Platform support" &&
+suggest_depends boto3 "" "" "for Amazon Web Services support" &&
+
suggest_depends psutil "" "" "for wait_for module" &&
suggest_depends xmpppy "" "" "for jabber module" &&
suggest_depends python-keyczar "" "" "for accelerated mode support"
diff --git a/python-pypi/ansible/DETAILS b/python-pypi/ansible/DETAILS
index e0fac5f..31456a3 100755
--- a/python-pypi/ansible/DETAILS
+++ b/python-pypi/ansible/DETAILS
@@ -1,10 +1,15 @@
SPELL=ansible
- VERSION=2.2.2.0
+ VERSION=2.3.0.0
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://releases.ansible.com/${SPELL}/${SOURCE}
SOURCE_URL[1]=https://pypi.io/packages/source/a/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:e5d902e6c8d67c2b5e1e907dffab7a36505cc96a9748915dd8340f78b6bf5ced2efe2153f621ecceafc75750729d3e2e26c9c7c95b3a6d15838e6c36de8b8b60
+
SOURCE_HASH=sha512:88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941
+if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
+ SOURCE2="${SPELL}-simpleinit-msb.patch"
+
SOURCE2_URL[0]=https://patch-diff.githubusercontent.com/raw/ansible/ansible/pull/19231.patch
+
SOURCE2_HASH=sha512:5ad4318ce1b78c156c22a73663aff8fdc7877bcd6d78eeaf9205d96ff940c87f72b12082c4ba13f6a106c8666644abb8b7af2ed1bfae71a700ac5770b66f99b8
+fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE=http://ansible.com/
diff --git a/python-pypi/ansible/HISTORY b/python-pypi/ansible/HISTORY
index 08df239..2098114 100644
--- a/python-pypi/ansible/HISTORY
+++ b/python-pypi/ansible/HISTORY
@@ -1,3 +1,9 @@
+2017-04-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.0.0; added optional simpleinit-msb
patch
+ * DEPENDS: added libcloud and boto3 suggest deps
+ * PREPARE: added, for simpleinit-msb option
+ * PRE_BUILD: added, to apply simpleinit-msb patch
+
2017-03-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.2.2.0

diff --git a/python-pypi/ansible/PREPARE b/python-pypi/ansible/PREPARE
new file mode 100755
index 0000000..e707582
--- /dev/null
+++ b/python-pypi/ansible/PREPARE
@@ -0,0 +1 @@
+config_query ANSIBLE_SIMPLEINIT_MSB "Enable experimental simpleinit-msb
(Source Mage init system) support in Ansible?" n
diff --git a/python-pypi/ansible/PRE_BUILD b/python-pypi/ansible/PRE_BUILD
new file mode 100755
index 0000000..26f5342
--- /dev/null
+++ b/python-pypi/ansible/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# This one is tracked here: https://github.com/ansible/ansible/pull/19231
+# until we get official support for the init system
+if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
+ verify_file 2 &&
+ patch -p1 < "${SOURCE_CACHE}/${SOURCE2}"
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8d9cef667c191f4f5a2b96c2c1b60fffabae585), Vlad Glagolev, 04/12/2017

Archive powered by MHonArc 2.6.24.

Top of Page