Commit Graph

9339 Commits

Author SHA1 Message Date
Erik Johnson
f3e2d332d0 Clean up last remnants of _compare_versions funcs
pkg_resource.find_changes does what _compare_versions once did. Found
some places where this function was still used (including a rather ugly
import in brew.py) and replaced them with calls to
pkg_resource.find_changes.
2012-12-31 12:14:16 -06:00
Thomas S Hatch
649388a995 Merge pull request #3087 from archtaku/issue2786
Add --disablerepo support for yumpkg modules
2012-12-31 09:10:30 -08:00
Erik Johnson
aab0ab5747 Add --disablerepo support for yumpkg modules
As part of this commit, the following changes were also made:

1) The "repo" argument for the package provider modules and the pkg
   state has been renamed to "fromrepo". If the "repo" keyword argument
   is specified and "fromrepo" was not, then the value from "repo" will
   be used, in order to provide backwards compatibility. Otherwise the
   "repo" argument is ignored.

2) The "repo" argument to brew.py was not used for anything. It has been
   removed.

3) yumpkg{,5}.py have been modified so that they both accept
   "enablerepo" and "disablerepo" arguments, in order to allow these
   yum-specific arguments to be passed through to yum. These args will
   be ignored however, if "fromrepo" or "repo" is passed.

4) The example return dicts in much of the pkg providers had invalid
   data structures in them. Corrected these so that the docs make more
   sense.
2012-12-31 11:04:13 -06:00
Thomas S Hatch
0cc6ca0061 Merge pull request #3093 from techhat/lvm
Add extents to lvcreate
2012-12-31 08:43:39 -08:00
Thomas S Hatch
ff2861243c Merge pull request #3089 from vlaci/master
win_status module refactor and bugfix
2012-12-31 08:39:19 -08:00
Thomas S Hatch
5cb2ca4b1d Merge pull request #3088 from archtaku/docs
Leave off trailing slash
2012-12-31 08:38:22 -08:00
Joseph Hall
dbdc1b5e30 Add extents to lvcreate 2012-12-31 09:14:15 -07:00
Thomas S Hatch
a3bd9ec366 Merge pull request #3086 from shadowfax-chc/glsa-check
glsa check list function
2012-12-31 08:13:43 -08:00
David Boucha
49d18225c4 Merge pull request #3092 from UtahDave/develop
change default repository
2012-12-31 08:11:00 -08:00
David Boucha
8bbdb0a23a change default repository 2012-12-31 09:10:17 -07:00
David Boucha
2d1bf36666 Merge pull request #3090 from UtahDave/develop
Add missing import
2012-12-31 07:40:46 -08:00
David Boucha
49d7107e7e Add missing import 2012-12-31 08:39:57 -07:00
László Vaskó
7ff2ab7d58 win_status_test: added pid explicitly 2012-12-31 11:45:54 +01:00
László Vaskó
d6d9e9ce47 win_status: finalize COM library properly 2012-12-31 11:45:54 +01:00
László Vaskó
51150f1427 win_status: handle if CommandLine is None 2012-12-31 11:45:54 +01:00
László Vaskó
1aee62c15b win_status: Added depends metainfo 2012-12-31 11:45:53 +01:00
László Vaskó
a054a61742 win_status: minor cleanup (for Pull Request #3080) 2012-12-31 11:45:31 +01:00
Erik Johnson
86c10c673d Leave off trailing slash
None of the other directory paths have a trailing slash, this commit
makes a small aesthetic change.
2012-12-31 04:32:03 -06:00
shadowfax-chc
8774862603 Fixed comparisions in glsa_check_list 2012-12-31 03:55:42 -05:00
shadowfax-chc
73a48a471c Make CVEs into a list in glsa_check_list 2012-12-31 03:53:03 -05:00
shadowfax-chc
b7546f50ce Made status more descriptive for glsa_check_list 2012-12-31 03:50:05 -05:00
shadowfax-chc
9f23e1b013 Fixed bug in processing glsa_list in glsa_check_list 2012-12-31 03:45:09 -05:00
shadowfax-chc
2cb111cf82 Changed glsa_check_list's helper function to just process the entire output 2012-12-31 03:43:25 -05:00
shadowfax-chc
c64e363e9a Added glsa_check_list function to gentoolkitmod
This lists the status of Gentoo Linux Security Advisories
2012-12-31 03:32:03 -05:00
Thomas S Hatch
4510ac1e06 Patch in environment lookups for non roots file servers 2012-12-31 00:42:53 -07:00
Thomas S Hatch
ed6bed7625 env lookup needs to support tags 2012-12-31 00:42:53 -07:00
Thomas S Hatch
27754e9a21 Merge pull request #3085 from shadowfax-chc/eclean_pkg
Eclean pkg
2012-12-30 23:27:25 -08:00
Thomas S Hatch
a8aa2d7342 Add fixes to gitfs backend 2012-12-31 00:27:12 -07:00
Thomas S Hatch
f562abea05 Set up master clean proc to update file server backends 2012-12-31 00:27:11 -07:00
shadowfax-chc
67b85da2b4 Fixed doc string for eclean_pkg 2012-12-31 01:48:25 -05:00
shadowfax-chc
2bcc2ff3d5 Corrected call to findPackages in eclean_pkg 2012-12-31 01:45:27 -05:00
shadowfax-chc
9e9fbfa4a3 Added eclean_pkg function to gentoolkitmod 2012-12-31 01:28:16 -05:00
Thomas S Hatch
e77f14f8b6 Merge pull request #3084 from shadowfax-chc/gentoolkit-imports-fix
Changed imports in gentoolkitmod to import modules.
2012-12-30 22:07:10 -08:00
shadowfax-chc
291f3ba097 Changed imports in gentoolkitmod to import modules.
Import modules from gentoolkit rather than direct functions to prevent
exposing the imported functions
2012-12-31 00:50:28 -05:00
Thomas S Hatch
0852ea4551 Merge pull request #3083 from shadowfax-chc/eclean-dist-exclude
Eclean dist exclude
2012-12-30 21:41:48 -08:00
shadowfax-chc
9492d3e5b5 Merge branch 'develop' of git://github.com/saltstack/salt into eclean-dist-exclude 2012-12-31 00:14:37 -05:00
shadowfax-chc
970883796e Added option for exclude file to gentoolkit.eclean_dist 2012-12-31 00:06:11 -05:00
Pedro Algarvio
9982f452f5 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-12-31 04:39:18 +00:00
Pedro Algarvio
2c61418d56 Fix salt.log. The encoding fixes were not included in the PyLint C0103 fixes. Refs #3071 and #3074. 2012-12-31 04:34:15 +00:00
Thomas S Hatch
d86c718b22 Kill em ALL! 2012-12-30 21:32:11 -07:00
Thomas S Hatch
125cc89253 double quotes must die! 2012-12-30 21:24:16 -07:00
Thomas S Hatch
a601af6955 Merge pull request #3071 from s0undt3ch/hotfix/pylint/C0103
Fixes for pylint's C0103 msgid
2012-12-30 20:22:42 -08:00
Thomas S Hatch
111947a4f6 Revert change to service state to default to force_reload 2012-12-30 21:18:33 -07:00
Thomas S Hatch
e0a64d2e43 Merge pull request #2817 from dekkers/force-reload
Add support for force-reload
2012-12-30 20:17:42 -08:00
Pedro Algarvio
f14513114c We're decoding Unicode, not Encoding. Refs #3074. 2012-12-31 04:08:51 +00:00
Thomas S Hatch
9be07ee170 Merge pull request #3082 from s0undt3ch/develop
Minor fixes
2012-12-30 20:05:28 -08:00
Thomas S Hatch
0b3acdd166 Merge pull request #3081 from s0undt3ch/issues/3074
Fix Unicode encoding issue on log messages. Fixes #3074.
2012-12-30 20:04:51 -08:00
Thomas S Hatch
66ae9bcc67 Merge pull request #3080 from vlaci/master
'status.procs' function implementation and tests for windows
2012-12-30 20:03:07 -08:00
Thomas S Hatch
135b789596 Merge pull request #3076 from torhve/virt-fixes
Add ability to define VM from XML
2012-12-30 19:44:18 -08:00
Thomas S Hatch
09ae529e5c Merge pull request #3072 from shadowfax-chc/eclean
Detailed output to eclean_dist
2012-12-30 19:42:10 -08:00