Commit Graph

29 Commits

Author SHA1 Message Date
A.J. Welch
7cc894e194 Ensure master_port in minion config matches ret_port in master config if running a dev version of salt on non-default ports. 2014-02-11 05:10:26 +00:00
Thomas Jackson
e8cb103c2e Update dev_requirements in HACKING.rst-- filenames are changed now :) 2014-02-01 17:34:33 -08:00
Thomas Jackson
0221a9738a More cleanup 2014-01-30 01:06:05 -05:00
Thomas Jackson
7f80e5f0e9 Now that we've consolidated the yumpkgmodules we don't need to have this comment 2014-01-30 01:04:24 -05:00
Chris Rebert
498d2999db more typo fixes 2013-05-01 16:52:52 -07:00
Nathan Bird
aafe93aec4 HACKING: add backslash to indicate line continuation and make it copy/pasteable 2013-03-28 16:53:11 -04:00
Roberto Aguilar
1fac47345d Updated testing section.
Use dev_requirements.txt in order to run tests.
2013-03-11 21:56:49 +00:00
Roberto Aguilar
a79f35208f Added headers in creating virtualenv section. 2013-03-11 21:56:49 +00:00
Roberto Aguilar
a1518bfda2 Updated development docs. 2013-03-11 21:56:49 +00:00
Roberto Aguilar
4e77b80131 Fetching tags does not require an upstream remote. 2013-03-11 21:56:49 +00:00
John Anderson
6a36966d57 added information about the fedora_setup.sh script M2Crypto provides 2013-02-04 12:29:32 -05:00
Stephen McQuay
7ca812c40a Notes for things I had to do on my OS X laptop. 2013-02-02 00:06:40 -08:00
Sean Channel
a7a1c01530 merge differences and mention fetching tags 2013-01-16 16:42:32 -08:00
Sean Channel
eea587f853 add note about fetching tags 2013-01-16 16:06:24 -08:00
Daniel Miller
981465a1b4 Update HACKING.rst instructions for running the tests
A recent version of ``virtualenv`` is needed to run the tests. I was getting failures when v1.6.4. I am not positive that 1.8.2 is the lowest version necessary--it is the version that was installed when I ran ``pip install -U virtualenv``.
2012-10-17 11:48:41 -04:00
Thomas S Hatch
3e4c902cff Add notes for M2Crypto setup 2012-09-18 00:04:04 -06:00
Jack Kuan
2c12b15a09 Add a note regarding using salt-call with the self-contained development environment. 2012-09-12 16:51:22 -04:00
Sean Channel
c5966e0980 increase ulimit
1024 is not enough.  This might be only on Ubuntu, where 1024 is already the default, but it's not just me.
2012-09-02 14:00:28 -07:00
Sean Channel
06fdfe6cfa bad salt-key cmdline example 2012-08-21 15:03:48 -07:00
Sean Channel
b60812af1b clear up dependency issues slightly
I encountered the problem from issue #391 with the latest develop in Ubuntu 12.04  and found it necessary to install ubuntu's packages for all the dependencies on the install page, then make sure to call virtualenv with --system-site-packages so pip did not try to compile those.

https://github.com/saltstack/salt/issues/391
2012-08-20 12:00:35 -07:00
Sean Channel
0cf35b4792 Update HACKING.rst
one line added to indicate the need for swig and libssl-dev to be installed. This sort of assumes that those are the correct package names on distros other that ubuntu. Alternatively just indicate generically that 'the libssl development headers' are needed, etc.
2012-08-17 19:28:54 -07:00
Pedro Algarvio
26d6c13255 Update HACKING.rst to use --config-dir and let users know how to better control running the tests. 2012-08-14 00:47:28 +01:00
Intchanter
cf39fc7ad8 Fixed typo 2012-07-16 08:15:49 -06:00
Seth House
dd0f6910cc Added development env installation instructions to HACKING 2012-07-15 11:18:38 -07:00
Thomas S Hatch
6f62bb7dce fix rst pep8 formatting in hacking file 2012-07-04 13:00:51 -06:00
Avi Marcus
cc029ccc34 Add more specifics about building docs: where they get built, what markup, and where the main info is stored 2012-07-04 02:06:57 +03:00
Avi Marcus
e0d21d476b Explain the link to open docs has the actual workflow for git contributions 2012-07-04 01:52:44 +03:00
Avi Marcus
a21aa82b65 Add info about how to build the docs with sphinx 2012-07-04 01:40:10 +03:00
Wraithan (Chris McDonald)
910f936d71 Improve hacking docs 2012-06-30 17:28:08 -07:00