Commit Graph

7 Commits (0ca35d04a81b7b950d7f22f217c4c8cd2aea2e67)

Author SHA1 Message Date
Michael DeHaan 84527b1d31 Add type casting to user/group modules, remove executable bit from other modules 12 years ago
Daniel Hokka Zakrisson 25aff521c6 Use module.get_bin_path for pkgin module instead of hardcoding paths 12 years ago
Michael DeHaan ae176d5310 Fix documentation YAML for pkgin module 12 years ago
Shaun Zinck 835d7e9bc8 pkgin: add stdout to error message when shell commands fail 12 years ago
Shaun Zinck a25575cee9 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 dd67e5c36f 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 28fa7389b1 added first version of pkgin, just does install, remove (for SmartOS) 12 years ago