Skip to Content.
Sympa Menu

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

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 (7a0e6de7b9902a7029576065550e9425920c7e5c)
  • Date: Sun, 16 Aug 2015 12:15:56 +0000

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

ChangeLog | 8 ++++++--
python-pypi/ansible-shell/DEPENDS | 3 +++
python-pypi/ansible-shell/DETAILS | 13 +++++++++++++
python-pypi/ansible-shell/HISTORY | 2 ++
4 files changed, 24 insertions(+), 2 deletions(-)

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

ansible-shell: new spell, interactive Ansible shell

diff --git a/ChangeLog b/ChangeLog
index 8108ba9..0e582d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-2015-08-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * crypto/password-store: new spell, a cli password manager
+2015-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/ansible-shell: new spell, interactive Ansible shell
+
2015-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-cabal: spell deprecated [part of ghc]
* haskell/haskell-transformers: spell deprecated in favour of ghc
@@ -10,6 +11,9 @@
* haskell/haskell-test-framework-hunit: new spell, HUnit support for
the test-framework package

+2015-08-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * crypto/password-store: new spell, a cli password manager
+
2015-08-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/happy: spell deprecated [renamed to haskell-happy]

diff --git a/python-pypi/ansible-shell/DEPENDS
b/python-pypi/ansible-shell/DEPENDS
new file mode 100755
index 0000000..90b9d1a
--- /dev/null
+++ b/python-pypi/ansible-shell/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends ansible
diff --git a/python-pypi/ansible-shell/DETAILS
b/python-pypi/ansible-shell/DETAILS
new file mode 100755
index 0000000..f0ebb0d
--- /dev/null
+++ b/python-pypi/ansible-shell/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ansible-shell
+ VERSION=0.0.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/dominis/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:73b56aab8bf9113e51fbb887a9eac701db7b99d635d490b79be3a5dcab51c58b4ba5cd4ad1920efb35842aea4f59aba4bef71935a369e3acc90ec49e07c2d267
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/dominis/ansible-shell
+ LICENSE[0]=GPL
+ ENTERED=20150816
+ SHORT="interactive Ansible shell"
+cat << EOF
+Interactive shell for Ansible with built-in tab completion for all the
modules.
+EOF
diff --git a/python-pypi/ansible-shell/HISTORY
b/python-pypi/ansible-shell/HISTORY
new file mode 100644
index 0000000..cf0ec22
--- /dev/null
+++ b/python-pypi/ansible-shell/HISTORY
@@ -0,0 +1,2 @@
+2015-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.0.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7a0e6de7b9902a7029576065550e9425920c7e5c), Vlad Glagolev, 08/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page