[csw-devel] SF.net SVN: gar:[18701] csw/mgar/pkg/lang-python
romeotheriault at users.sourceforge.net
romeotheriault at users.sourceforge.net
Wed Jul 11 09:50:54 CEST 2012
Revision: 18701
http://gar.svn.sourceforge.net/gar/?rev=18701&view=rev
Author: romeotheriault
Date: 2012-07-11 07:50:53 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
lang-python/salt/trunk: Initial commit of salt. It works but still have more finetuning to do.
Added Paths:
-----------
csw/mgar/pkg/lang-python/salt/
csw/mgar/pkg/lang-python/salt/Makefile
csw/mgar/pkg/lang-python/salt/branches/
csw/mgar/pkg/lang-python/salt/tags/
csw/mgar/pkg/lang-python/salt/trunk/
csw/mgar/pkg/lang-python/salt/trunk/Makefile
csw/mgar/pkg/lang-python/salt/trunk/checksums
csw/mgar/pkg/lang-python/salt/trunk/files/
Added: csw/mgar/pkg/lang-python/salt/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/salt/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/salt/Makefile 2012-07-11 07:50:53 UTC (rev 18701)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/lang-python/salt/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/lang-python/salt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/salt/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/salt/trunk/Makefile 2012-07-11 07:50:53 UTC (rev 18701)
@@ -0,0 +1,38 @@
+#TODO:
+# * Create init scripts
+# * Have mgar copy the minion.template and master.template files into place. (salt-0.10.1/conf/)
+NAME = salt
+VERSION = 0.10.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Distributed remote execution system
+define BLURB
+ Salt is a distributed remote execution system used to execute commands and query data.
+endef
+
+MASTER_SITES = https://github.com/downloads/saltstack/salt/
+DISTFILES = $(DISTNAME).tar.gz
+
+RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-yaml
+RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-m2crypto
+RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-crypto
+RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-jinja2
+#RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-pyzmq
+#RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-msgpack
+
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/share/man/man7/salt.7
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/cron.py
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/rvm.py
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/freebsdservice.py
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/brew.py
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/pip.py
+CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/salt/modules/tomcat.py
+
+ARCHALL_CSWpy-salt = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/salt/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/salt/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/salt/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/salt/trunk/checksums 2012-07-11 07:50:53 UTC (rev 18701)
@@ -0,0 +1 @@
+ff55b82d64429938ffe1097b77a71188 salt-0.10.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list