Commit Graph

84 Commits

Author SHA1 Message Date
Thomas S Hatch
d2ccea1991 Merge pull request #1221 from 0xDEC0DE/develop
setup.py falls down, goes boom when building package for Debian Squeeze
2012-05-06 21:21:31 -07:00
Nicolas Simonds
328486caa6 setup.py falls down, does boom when building package for Debian Squeeze 2012-05-06 20:25:14 -07:00
Baiju Muthukadan
763a4287cf Exit testrunner with proper exit code 2012-05-05 17:23:39 +05:30
Jeff Hutchins
f433c136ba Rename rh_network folder to rh_ip 2012-04-25 10:35:48 -06:00
Jeff Hutchins
3b69d3c557 Fix setup so it will actually install templates 2012-04-25 10:15:22 -06:00
Jeff Hutchins
418c161aaa Add package data to the setup 2012-04-25 10:06:13 -06:00
Monty Taylor
12fd1315f8 Add tox config.
Add a config file for tox to enable running salt tests in a set of
virtualenvs for different versions of python. Add stanzas to allow
for running tests against 2.6, 2.7 and 3.2.

First step - pip install tox. Then, to run tests in a virtualenv
against all three, simply type:

tox

If you want to  run against just one, try:

tox -epy26

And if you want to see more, do:

tox -v -epy26
2012-04-20 13:19:39 -07:00
Thomas S Hatch
8539ac1746 remove creation of files in /etc 2012-03-21 12:10:46 -06:00
Dan Colish
eae7bea4f6 Add requirements.txt to sdist and allow setup.py to use setuptools if detected in environment 2012-03-01 16:17:03 -08:00
Seth House
4b14811779 Revert "Merge pull request #548 from Lanzaa/develop"
This reverts commit 8fdf7dbfbc, reversing
changes made to ad3f74c2c7.

Salt is back to platform independent now that msgpack is out. :-P
2012-01-21 21:39:39 -07:00
Thomas S Hatch
7b16bc18be take msgpack out of the setup.py 2012-01-20 19:30:57 -07:00
Thomas S Hatch
532d868fa5 add docs files to the tarball 2012-01-20 10:22:21 -07:00
Thomas S Hatch
22894b373b remove cytest from setup.py 2012-01-20 09:37:46 -07:00
Colin B.
21d757ba73 Salt is now platform dependent. Use get_python_lib(1) 2012-01-19 14:01:53 -08:00
Jeff Bauer
94a8b927de added salt/config.py, setup.py changes 2012-01-16 13:36:39 -06:00
Seth House
204414ff91 Moved version info to own file to avoid import issues
Fixes issue #387.
2012-01-04 16:14:24 -07:00
Thomas S Hatch
dd83dfad98 fix setting python to python2 2011-12-30 20:50:15 -07:00
Martin Schnabel
43a6bcf299 add simple test runner.
use:
   python setup.py test
to build salt and run all 'unittest.TestCase's in tests/
2011-12-30 00:55:05 +01:00
Corey Quinn
0c377230ad Fixed lintian errors on package build 2011-12-26 16:34:06 -08:00
Thomas S Hatch
f00237a8e2 fix a version issue 2011-12-10 14:47:06 -07:00
Thomas S Hatch
57d9bb8feb ref the right version mod 2011-12-10 14:34:42 -07:00
Thomas S Hatch
fb42253e7e fix version loading issue with cython 2011-12-10 14:33:57 -07:00
Thomas S Hatch
0d666254d9 Add msgpack to the main application 2011-12-10 13:12:16 -07:00
Thomas S Hatch
12401d6817 change homepage to saltstack 2011-11-27 22:05:18 -07:00
Thomas S Hatch
be50ce0e52 remove deprecated state examples 2011-11-27 16:03:35 -07:00
Thomas S Hatch
04c7bbfaaa remove cython build dep 2011-11-23 09:43:29 -07:00
Markus Gattol
38e5d2b2cb file permissions: from 775 to 755
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-14 15:49:06 +00:00
Markus Gattol
d018ae29a5 make pep8 happy and be more pythonic
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-09 14:12:15 +00:00
Markus Gattol
fdb429d60c we also run just fine on 2.7
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-09 12:28:22 +00:00
Markus Gattol
b870dd74e7 we are targeting 2.6+ for now
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-09 11:57:51 +00:00
Thomas S Hatch
c7b4317b52 trailing slashes here breaks windows compatability 2011-10-24 16:13:47 -06:00
Seth House
02a3dab489 Moved the version string to the Salt module
This move will allow fetching the verison from multiple places such as
setup.py as well as the docs.
2011-09-25 00:30:36 -06:00
Thomas S Hatch
62575c03ec bump to 0.9.2 2011-09-17 12:51:17 -06:00
Thomas S Hatch
b956e7f7df bump version to 0.9.1 2011-08-29 18:45:20 -06:00
Thomas S Hatch
faafda688c update clasifier to production/stable 2011-08-27 12:50:26 -06:00
Thomas S Hatch
7e7b47effb Add salt-syndic manpage to setup.py 2011-08-27 11:32:54 -06:00
Thomas S Hatch
aa527369dc move setup.py to 0.9.0 2011-08-27 11:12:37 -06:00
Thomas S Hatch
65f0c35855 remove precompiled pyx modules 2011-08-26 22:50:42 -06:00
Erik Nolte
86213377df Move salt-monitor scripts and packaging to salt-monitor project 2011-08-10 11:20:33 -06:00
Thomas S Hatch
3b8e568ed9 Add cytest to bin packages 2011-08-02 23:05:52 -06:00
Thomas S Hatch
3a6f011107 change salt to be binary! This change makes cython modules buildable
with the setup.py, time to start moving core salt modules to cython!
2011-08-02 23:02:00 -06:00
Thomas S Hatch
c06097b3ef Add syndic script to the setup 2011-07-30 22:24:08 -06:00
Thomas S Hatch
0f7d91a16a Add the new utils package to the setup.py 2011-07-29 21:40:21 -06:00
Erik Nolte
34811e045c Use American LICENSE spelling 2011-07-27 19:30:30 -06:00
Erik Nolte
7d5f246dd5 Add salt-monitor to the scripts distributed. 2011-07-27 19:19:38 -06:00
Erik Nolte
74fab8b706 Separate the salt minion from the salt monitor by creating the salt-monitor standalone command.
Run 'salt-monitor' rather than 'salt-minion' to start the monitor.
2011-07-27 15:57:13 -06:00
Erik Nolte
1e1e80955c Add setup.py command to run unit tests.
Use "python setup.py test" to run unit tests.
2011-07-22 11:47:34 -06:00
Thomas S Hatch
92d940782d update setup.py for 0.8.9 2011-07-09 17:09:15 -06:00
Thomas S Hatch
429bdb3cd2 Add runners and salt-run to the setup.py 2011-06-02 22:33:58 -06:00
Thomas S Hatch
a316924569 change the setup.py for 0.8.8 2011-05-30 15:48:56 -06:00