Commit Graph

7 Commits (4135cffc3f8d81d17201f7f762a2a9bd4f312fd9)

Author SHA1 Message Date
Michael DeHaan bdb231213d Add type casting to user/group modules, remove executable bit from other modules 12 years ago
Daniel Hokka Zakrisson 28cf95e585 Use module.get_bin_path for pkgin module instead of hardcoding paths 12 years ago
Michael DeHaan e9d5cf3bc2 Fix documentation YAML for pkgin module 12 years ago
Shaun Zinck b2aed1a4ba pkgin: add stdout to error message when shell commands fail 12 years ago
Shaun Zinck e9ca960558 pkgin: use module.run_command to run stuff
This also fixes an issue where some console output for packages I was
installing was creating invalid JSON because it contained single-quotes.
12 years ago
Shaun Zinck e34eaa423d pkgin: change install/remove to not use return code of pkgin
pkgin always returns 0 so can't be used to tell if the install or remove
worked.  Instead this just queries the installed packages after
performing an operation.
12 years ago
Shaun Zinck 2eedec777f added first version of pkgin, just does install, remove (for SmartOS) 12 years ago