Adrian Likins
d1a4f703ce
Fix pkgutil "upgrade_catalog must be one of" err ( #2149 )
...
The arg spec for update_catalog include 'type=bool'
and 'choices=["yes", "no"] which can never both be
true.
Remove the 'choices' directive, and update doc string.
Fixes #2144
2016-05-24 11:55:14 -04:00
Brian Coca
264a7c88f6
added missing version_added
2016-01-11 19:34:02 -05:00
Brian Coca
fe7ffc572a
Merge pull request #1399 from dermute/pkgutil_v3
...
Added update_catalog and some error handling
2016-01-11 19:29:30 -05:00
Brian Coca
a412ee7ed8
Merge pull request #1353 from mscherer/remove_unsafe_shell_pkgutil
...
Simplify the code and remove use_unsafe_shell=True
2016-01-04 08:58:21 -05:00
Alexander Winkler
389a1265de
fixed inline for more compatibility
2015-12-29 08:02:13 +01:00
Matt Martz
4b9388ce99
Fix tabbed indentation in packaging/os/pkgutil.py
2015-12-22 15:38:03 -06:00
Alexander Winkler
2586541ba1
Added update_catalog and some error handling
2015-12-18 12:56:45 +01:00
Michael Scherer
fed6090e73
Simplify the code and remove use_unsafe_shell=True
...
While there is no security issue with this shell snippet, it
is better to not rely on shell and avoid use_unsafe_shell.
2015-12-10 01:02:15 +01:00
james
a110019a06
More consistent use of run_command() wrapper function, which
...
now adds the default binary location to the search path
2015-10-22 18:47:35 -05:00
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
2015-06-16 14:32:39 -04:00
Toshio Kuratomi
88eff11c04
Many more doc fixes
2015-05-15 12:12:26 -07:00
Greg DeKoenigsberg
c18f4e55fc
Adding author's github id
2015-05-14 00:30:02 -04:00
Konstantin
bea9d26039
pkgutil.py syntax fix
2015-02-25 03:36:06 +03:00
Dagobert Michelsen
57c723fcd9
Adjust setting to better make logic clearer
2015-02-18 10:33:21 +01:00
Dagobert Michelsen
df5e1946aa
Correctly report "changed: false" when trying to install a package not in the catalog. This fixes #230
2015-01-31 22:12:40 +01:00
Michael DeHaan
7e6fc7023d
Reorganization.
2014-11-04 17:31:59 -05:00