Commit Graph

9467 Commits

Author SHA1 Message Date
Pedro Algarvio
f8073a08eb Warn about low mock version instead of mock not available. 2013-01-04 17:45:06 +00:00
Seth House
458f48fced Merge pull request #3149 from techhat/repo
Delete yum repo, or key from yum repo
2013-01-04 08:28:10 -08:00
Joseph Hall
88fcfcde66 Add the ability to delete a yum repo 2013-01-04 11:17:49 -05:00
Joseph Hall
e2276318f5 Be able to delete a key/value pair by specifying a key with an empty value 2013-01-04 11:17:35 -05:00
David Boucha
42972a8cb0 Add Windows Installer Package resources. 2013-01-04 08:57:30 -07:00
Pedro Algarvio
179d8d11a4 Merge branch 'develop' of github.com:saltstack/salt into develop 2013-01-04 11:42:21 +00:00
Pedro Algarvio
fa23799ca2 Typo. 2013-01-04 11:41:50 +00:00
Thomas S Hatch
853ce42983 Merge pull request #3143 from mrud/mru/spelling
Replace succesful with successful (reported by lintian)
2013-01-03 22:04:49 -08:00
Thomas S Hatch
74044ae90c finish up layman state test interface 2013-01-03 22:51:46 -07:00
Thomas S Hatch
ad9f94a770 Merge pull request #3140 from shadowfax-chc/layman-state
Added state for layman.
2013-01-03 21:50:21 -08:00
Thomas S Hatch
89bfb80bc4 Merge pull request #3142 from s0undt3ch/develop
Add some more documentation to the `BufferedReader`. Refs #3127.
2013-01-03 21:44:38 -08:00
Thomas S Hatch
72707c1981 Merge pull request #3141 from s0undt3ch/issues/3135
Console logger now writes to `sys.stderr`. Make PyLint happier. Fixes #3135
2013-01-03 21:33:52 -08:00
Thomas S Hatch
2efa3bdebe Merge pull request #3145 from techhat/repo
Add the ability to modify or create repos
2013-01-03 21:30:25 -08:00
Joseph Hall
0c674487e6 Merge pull request #3144 from havan/fix-mdadm-module
Fix mdadm module: do not return False on Linux kernel
2013-01-03 21:09:02 -08:00
Joseph Hall
6a5428c3b4 Add the ability to modify or create repos 2013-01-04 00:01:31 -05:00
Ekrem Seren
885f4f551e Fix mdadm module: do not return False on Linux kernel 2013-01-04 06:38:19 +02:00
Ulrich Dangel
1e198d9708 Replace succesful with successful (reported by lintian) 2013-01-04 03:52:19 +00:00
shadowfax-chc
8e315e2103 Added docs for layman state 2013-01-03 20:27:35 -05:00
shadowfax-chc
88d27556c5 Added code for test interface to layman state 2013-01-03 19:37:23 -05:00
Pedro Algarvio
69b521d14e Minor doc indentation fix. 2013-01-04 00:37:13 +00:00
Pedro Algarvio
fcc712b033 Add some more documentation to the BufferedReader. Refs #3127. 2013-01-04 00:34:06 +00:00
shadowfax-chc
66d73f7f1b Added virtual to layman state 2013-01-03 19:28:20 -05:00
shadowfax-chc
4a67b46e40 Chaned layman state functions to conform to other states.
Changed added to present and deleted to absent
2013-01-03 19:25:26 -05:00
Pedro Algarvio
44f207df1c Console logger now writes to sys.stderr. Make PyLint happier. Fixes #3135. 2013-01-04 00:20:50 +00:00
Sean Channel
ef6f7a4f93 Merge pull request #3139 from seanchannel/develop
whack-a-mole
2013-01-03 16:07:12 -08:00
Sean Channel
324f15bb72 whack-a-mole 2013-01-03 16:03:38 -08:00
shadowfax-chc
e4f5de22a2 Added state for layman.
Adds the ability to ensure overlays are added or deleted via layman
2013-01-03 18:52:39 -05:00
Thomas S Hatch
3dbed390d4 Fix #3137 2013-01-03 16:43:07 -07:00
Thomas S Hatch
e9a55fce84 Merge pull request #3138 from techhat/repo
Add the ability to parse a whole directory full of repos
2013-01-03 14:59:04 -08:00
Joseph Hall
3d1211c89c Add the ability to parse a whole directory full of repos 2013-01-03 17:58:49 -05:00
Jeff Schroeder
b83b9a6bf0 Merge pull request #3132 from s0undt3ch/develop
Include Travis-CI in the hacking doc, it makes our life easier.
2013-01-03 12:50:33 -08:00
Pedro Algarvio
dd0258b3e4 Include Travis-CI in the hacking doc, it makes our life easier. 2013-01-03 18:51:44 +00:00
Thomas S Hatch
be48173550 Get rid of stray print 2013-01-03 10:07:28 -07:00
Thomas S Hatch
983599f4a7 @djs52 please test your pull reqs 2013-01-03 10:03:43 -07:00
Thomas S Hatch
c9bb825d89 Merge pull request #3129 from shadowfax-chc/retcode
patch to fix #2640
2013-01-03 08:47:50 -08:00
Thomas S Hatch
0ae2c7d979 Merge pull request #3126 from djs52/develop
Small fixes to file.sed
2013-01-03 08:36:43 -08:00
Thomas S Hatch
ea2c13df19 Merge pull request #3125 from fsniper/develop
Develop
2013-01-03 08:33:42 -08:00
shadowfax-chc
a7f728fb19 Changed _run to not set stdout=None when retcode=True
See bug #2640 for more details
2013-01-03 12:55:58 +00:00
Dan Sheridan
629363eaf6 In file.sed: "after" is not a regular expression 2013-01-03 11:13:38 +00:00
Dan Sheridan
e26322f567 Fix file.contains: search for the string rather than requiring an exact match 2013-01-03 11:12:50 +00:00
Onur Yalazı
88ec4ec97f Updated hashbangs with /usr/bin/env for virtual environment installs 2013-01-03 11:36:51 +02:00
Onur Yalazı
17e35529d8 Added ability to set environment variables in apt module 2013-01-03 11:34:05 +02:00
Thomas S Hatch
72b8322395 Merge pull request #3124 from shadowfax-chc/ebuild-opts
Changed options to emerge for ebuild.update
2013-01-02 20:20:54 -08:00
shadowfax-chc
886a9b17c0 Changed options to emerge for ebuild.update
Added options --newuse and --oneshot to emerge command in ebuild.update.
The --newuse option will detect USE flag changes in packages, allowing a
package to be reinstalled at the same version but updated with new USE
flags. The --oneshot will prevent the package from being recorded in the
world file. Gentoo maintains a "world" set that is all the packages that
were explicitly installed. If the user is updating a dependancy, they
would not want the package added to the world file, if they are updating
a package already in the world file, it will remain there.
2013-01-02 21:19:12 -05:00
Seth House
5e74a511fc Removed Disqus in favor of RTD-native "Edit on GitHub" links 2013-01-02 18:44:51 -07:00
Thomas S Hatch
ee4a8e0699 Merge pull request #3118 from techhat/timezone
Add state module for timezone
2013-01-02 16:02:13 -08:00
Thomas S Hatch
58effa643e Merge pull request #3119 from shadowfax-chc/additional-docs
Additional docs
2013-01-02 15:57:31 -08:00
shadowfax-chc
a1a8126e85 Added docs for gentoolkitmod module 2013-01-02 22:34:26 +00:00
shadowfax-chc
5c6f47501f Added docs for layman module 2013-01-02 22:31:53 +00:00
shadowfax-chc
4fca5e7d71 Added docs for eix modules 2013-01-02 22:30:43 +00:00