Thomas S Hatch
b70f21988e
Add django module rst
2012-05-01 23:34:40 -06:00
Thomas S Hatch
a3822280f2
Add django to index list
2012-05-01 23:33:12 -06:00
Thomas S Hatch
e09587faaa
we use single quotes
2012-05-01 23:31:04 -06:00
Thomas S Hatch
a467a32311
Merge pull request #1167 from msabramo/patch-3
...
Update salt/modules/django.py
2012-05-01 22:26:04 -07:00
Marc Abramowitz
1e764ef805
Update salt/modules/django.py
2012-05-01 22:22:23 -07:00
Thomas S Hatch
3fc72b88d1
Merge pull request #1166 from msabramo/patch-2
...
Fix typo
2012-05-01 21:44:46 -07:00
Thomas S Hatch
44e05058f7
Merge pull request #1165 from msabramo/patch-1
...
Fix typo
2012-05-01 21:44:28 -07:00
Marc Abramowitz
37962c4524
Fix typo
2012-05-01 21:38:52 -07:00
Marc Abramowitz
a5b7bfc7dc
Fix typo
2012-05-01 21:36:18 -07:00
Thomas S Hatch
756a1abb01
Merge pull request #1164 from baijum/state_typo
...
fix typo s/_state/state
2012-05-01 20:56:47 -07:00
Baiju Muthukadan
d054ded748
fix typo s/_state/state
2012-05-02 14:48:34 +05:30
Thomas S Hatch
8fc34c9e4f
Merge pull request #1163 from rentalita/develop
...
Use Debian's patched M2Crypto on Travis CI.
2012-05-01 12:05:51 -07:00
Tom Vaughan
5dac55a75e
Use Debian's patched M2Crypto on Travis CI.
...
This enables CI builds on http://travis-ci.org/ . Please see also:
http://travis-ci.org/#!/saltstak/salt .
Travis uses 32-bit Ubuntu Linux 11.10 (server edition) plus some
additional repositories, like RabbitMQ's own repo which provides the
zeromq package. This already contains the zeromq development headers
and libraries necessary to build Python extenstions in C. FYI - This
zeromq packake doesn't play nicely with the standard Debian/Ubuntu
zeromq packages like libzmq-dev. Also included are libssl-dev and
python-dev (but swig is missing). See also:
http://about.travis-ci.org/docs/user/ci-environment/
One complication is that M2Crypto requires SSL Version 2 support in
libssl. Debian and Ubuntu have disabled Version 2 support in libssl
since Version 2 is know to be insecure. We use our own source tarball
of M2Crypto that has been patched with the Debian/Ubuntu patches that
remove SSL Version 2. Please see:
http://packages.ubuntu.com/oneiric/python-m2crypto .
Salt also requires unittest2 which must be installed when using Python
2.6. unittest2 comes included with Python 2.7.
Finally: http://www.youtube.com/watch?v=pele5vptVgc
2012-05-01 14:59:17 -04:00
Thomas S Hatch
acab40e68f
Add a comma to make example valid
2012-05-01 12:04:41 -06:00
Thomas S Hatch
c73831d3d0
Merge pull request #1162 from baijum/pylintrc
...
pylint configuration for static code analysis
2012-05-01 07:53:38 -07:00
Baiju Muthukadan
1d53e056b2
include salt specific builtins
2012-05-01 22:58:16 +05:30
Baiju Muthukadan
39153a641d
Autogenerated pylintrc (pylint --generate-rcfile)
2012-05-01 18:18:20 +05:30
Thomas S Hatch
8862527974
Merge pull request #1161 from rentalita/develop
...
Restore default status check for Upstart jobs.
2012-04-30 22:49:55 -07:00
Tom Vaughan
24a590f005
Restore default status check for Upstart jobs.
2012-05-01 01:43:29 -04:00
Thomas S Hatch
f181a83c15
Merge pull request #1160 from rentalita/develop
...
ensure package database is up-to-date
2012-04-30 17:26:23 -07:00
Tom Vaughan
e7cdb492c9
ensure package database is up-to-date
2012-04-30 20:22:03 -04:00
Thomas S Hatch
611cdfbbc4
Merge pull request #1159 from rentalita/develop
...
Sorry. Clean-up sloppy work.
2012-04-30 17:12:58 -07:00
Tom Vaughan
0a6edbd4ec
Sorry. Clean-up sloppy work.
2012-04-30 20:10:56 -04:00
Thomas S Hatch
aaf3fe9cea
Merge pull request #1158 from rentalita/develop
...
apt-get install some dependencies ahead of pip
2012-04-30 17:05:18 -07:00
Tom Vaughan
64b87a8698
apt-get install some dependencies ahead of pip
...
Both python-m2crypto and python-zmq have C extensions which need some
libraries installed inorder to compile.
Travis CI runs Ubuntu Server 11.0. See also:
http://about.travis-ci.org/docs/user/ci-environment/
See Build-Depends:
http://packages.ubuntu.com/oneiric/python-m2crypto
http://packages.ubuntu.com/oneiric/python-zmq
2012-04-30 20:01:35 -04:00
Thomas S Hatch
9ba7f4cbe9
Merge pull request #1157 from rentalita/develop
...
Travis CI
2012-04-30 16:14:12 -07:00
Tom Vaughan
03fd1eddd0
Send Travis CI notices to IRC.
2012-04-30 19:09:30 -04:00
Tom Vaughan
93a254fbd4
Re-enable CI builds on Travis CI.
...
See also: http://about.travis-ci.org/docs/user/languages/python/
2012-04-30 19:03:38 -04:00
Thomas S Hatch
7a8b40f597
the network module already supports vlans!
2012-04-30 10:26:45 -06:00
Thomas S Hatch
35a391c80e
Fix syntax error in id grain, Fix #1153
2012-04-30 08:39:37 -06:00
Thomas S Hatch
c001a3c90f
Fix line lengths in new git state and add an API warning
2012-04-29 08:00:55 -06:00
Thomas S Hatch
9500425841
Merge pull request #1151 from imankulov/git_state
...
Add git state module
2012-04-29 06:56:01 -07:00
Thomas S Hatch
5f57c69dfc
Merge pull request #1150 from imankulov/pip_virtualenv_cwd
...
Add cwd and runas options to virtualenv and pip modules
2012-04-29 06:47:23 -07:00
Roman Imankulov
ae520d2f62
Add git state module
2012-04-29 16:25:43 +06:00
Roman Imankulov
b19dc7723a
virtualenv.managed doesn't rely on cached pip requirements
...
- cached version of file cannot be read by "pip" launched as non-root
- unchanged requrements.pip doesn't always mean that there is nothing to
do here: for example, probably the virtualenv we work on is newly
created. Let the pip check whether there is something to
install/update.
2012-04-29 14:53:32 +06:00
Roman Imankulov
eb8e152c4e
Add cwd and runas options to virtualenv and pip modules
...
Sometimes "cd dirname && pip install ./requirements.pip" is more
preferable than "pip install ./dirname/requirements.pip"
It is especially important for those who want to add
"-e ../my-other-package" in their requirements.pip for some reasons
2012-04-29 14:53:32 +06:00
Thomas S Hatch
cfc9feddbb
Add examples to SELinux State, Fix #1149
2012-04-27 20:53:59 -06:00
Thomas S Hatch
bfa71aab4a
Add id to grains
2012-04-27 20:45:25 -06:00
Thomas S Hatch
e6b2850277
update the man pages for 0.9.9
2012-04-27 16:43:55 -06:00
Thomas S Hatch
daa47eab29
make cmd tests use always available shells
2012-04-27 16:13:33 -06:00
Thomas S Hatch
b7870955e2
cleanly add paths
2012-04-27 15:40:55 -06:00
Thomas S Hatch
80f754a773
update some config docs
2012-04-27 13:13:42 -06:00
Thomas S Hatch
18da817b1f
Merge pull request #1147 from cmek/dirname_fix
...
add missing path module
2012-04-27 09:17:01 -07:00
Szymon Roczniak
1ab8fbf59f
add missing path module
2012-04-27 09:53:24 +01:00
Thomas S Hatch
c100adca03
Clean the release notes more, these should be good to go
2012-04-27 00:54:41 -06:00
Thomas S Hatch
b539367dff
bump version to 0.9.9
2012-04-26 17:15:59 -06:00
Thomas S Hatch
1aa7719ab2
Add eq in for apt
2012-04-26 17:14:10 -06:00
Thomas S Hatch
1527c3a251
Add support for version in pacman.py
2012-04-26 17:12:46 -06:00
Thomas S Hatch
ccad0f0a8f
Allow the new syntax to be used in requisites
...
This fixes #1143
2012-04-26 16:55:32 -06:00
Thomas S Hatch
b1cd545ce1
Add comment on when the minion is daemonized
2012-04-26 16:38:31 -06:00