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
Pedro Algarvio
5b47e428a8
Fix master syslog logging. Missed when implementing #2763 .
2012-12-31 02:37:19 +00:00
Pedro Algarvio
f8e1e1c934
Only convert strings to Unicode. Refs #3074 .
2012-12-31 02:17:45 +00:00
Pedro Algarvio
12f06ea46a
Fix Unicode encoding issue on log messages. Fixes #3074 .
...
The way this was fixed was to convert all log messages to Unicode so that they can, later, be properly encoded for the console and the log file. Also, we convert any Unicode configuration values to the original UTF-8(since that's yaml default, or UTF-16). This latter fix was needed because if I set the `user` setting to a non ascii value in order to trigger this issue, we would trigger other issues, the `pwd` module does not like Unicode that much ;)
2012-12-31 01:58:31 +00:00
Pedro Algarvio
c0da831887
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-12-31 01:54:17 +00:00
László Vaskó
ecef344c61
Added 'status.procs' function for windows
2012-12-31 01:34:38 +01:00
DamianZaremba
201714399d
Adding keystone auth module
2012-12-30 23:27:09 +00:00
Joseph Hall
ce1eaa067d
Merge pull request #3075 from torhve/lvm
...
Add two more functions to lvm, lvcreate and lvremove.
2012-12-30 10:50:34 -08:00
Pedro Algarvio
3363c43495
Only change to setup.py
if not already there.
2012-12-30 18:03:02 +00:00
Pedro Algarvio
e37da07241
Allow running setup.py
from any directory.
2012-12-30 17:55:23 +00:00
Tor Hveem
0ef9b1b112
Add ability to define VM from XML
2012-12-30 18:51:40 +01:00
Pedro Algarvio
0ca8fb9c67
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-12-30 16:02:31 +00:00
Pedro Algarvio
a437801da3
W0142
is now disabled in ,pylintrc
no need to disable it in-line.
2012-12-30 16:02:04 +00:00
Pedro Algarvio
e3dda9a68d
W0142
is now disabled in ,pylintrc
no need to disable it in-line.
2012-12-30 16:00:52 +00:00
Pedro Algarvio
cc65301cc2
Merge branch 'develop' of github.com:saltstack/salt into hotfix/pylint/C0103
2012-12-30 15:58:16 +00:00
shadowfax-chc
e27d1d5a24
Set initial clean total size to 0 in eclean_dist
2012-12-30 04:11:56 -05:00
shadowfax-chc
838135c8dd
Return dicts of dicts for eclean_dist
2012-12-30 04:10:05 -05:00
shadowfax-chc
12f4fa277b
Cleanup of eclean_dist function. Actually delete files
2012-12-30 03:53:24 -05:00
shadowfax-chc
65ded875a6
Added doc to _pretty_size in gentoolkitmod
2012-12-30 03:47:18 -05:00
shadowfax-chc
67ae0b8aaa
Print more readable size values for eclean_dist
2012-12-30 03:40:57 -05:00
shadowfax-chc
33ee146f9d
Implemnt eclean_dist using gentoolkit python code only.
...
No longer call eclean-dist via cmd.run. Instead use direct python by
importing eclean from gentoolkit
2012-12-30 03:31:10 -05:00
shadowfax-chc
992595e897
Learning more about eclean python code. Another attempt
2012-12-30 02:58:22 -05:00
shadowfax-chc
558052400e
Another attempt at providing detail output for eclean_dist
2012-12-30 02:48:07 -05:00
shadowfax-chc
eca1ffc474
Renamed gentoolkit module to gentoolkitmod
...
In order to prevent a module name collision with official gentoolkit
python module, this salt module has been renamed. This allows
gentoolkitmod to import from gentoolkit
2012-12-30 02:40:38 -05:00