jctanner
6b45c4a6ca
Merge pull request #5181 from mvo5/bugfix/apt-fnmatch-remove
...
add fnmatch() support for apt remove too (just like install)
11 years ago
Michael Scherer
3df62f1d8a
Fix apt module to be able to install package by giving just a provides and not the full name
...
The apt module check if a packag eis valid by loking in the cache, checking only for
full name, while it should also check that the name is not just provided.
Fix https://github.com/ansible/ansible/issues/5177
11 years ago
Michael Vogt
559de5c65e
add fnmatch() support for apt remove too (just like install)
11 years ago
James Tanner
ad837709bd
Addresses #5023 Fix import comments
11 years ago
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
jctanner
219f27a594
Merge pull request #4938 from giorgio-v/pkgin_y_default
...
Added `-y` flag to `query_package`
11 years ago
Michael DeHaan
36effd237c
There's a cleaner way to do this, commit to module formatter pending.
...
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."
This reverts commit ff0a41d446
.
11 years ago
Michael DeHaan
ff0a41d446
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
11 years ago
jctanner
815b32685b
Merge pull request #4985 from zakkie/devel
...
fix typo in document
11 years ago
Berend de Boer
2222532745
Don't use pkg_glob when guessing name, else we may think the package
...
is installed when it isn't.
11 years ago
Akihiro YAMAZAKI
97b6e13e46
fix typo in document
11 years ago
James Tanner
9727a4415c
Add warning comment to rhn_register module about fixing pep8 errors
11 years ago
jctanner
8277bf29d2
Merge pull request #4898 from stoned/homebrew-install_options-fix
...
Fix homebrew module's install_options handling
11 years ago
Michael DeHaan
afcda172e1
Merge pull request #4934 from mscherer/fix_urpmi_2
...
return failed if a package couldn't be installed
11 years ago
Michael DeHaan
f7c3975f21
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
giorgio-v
0342f432e2
Added `-y` flag to `query_package`
...
* library/packaging/pkgin:
Signed-off-by: giorgio-v <giorgio@refactor.it>
11 years ago
James Tanner
99dfa1afec
Revert "Merge pull request #4912 from zehome/openbsd_pkg_flavourfix"
...
This reverts commit de2f4cf04d
, reversing
changes made to 2c33737bfa
.
11 years ago
Michael Scherer
d66027ba7a
return failed if a package couldn't be installed
...
For some reason, on my test mandriva, urpmi --force return 0
even when it cannot install a rpm. So we have to explicitely check
if the package was properly installed with a loop
11 years ago
Michael Scherer
0d8b81cd95
optionally use rpm python module instead of calling a
...
external executable, to avoid the cost of forking.
Since python-rpm is not automatically present, we still fallback
on the slower rpm fork method.
11 years ago
Michael Scherer
9482815b71
Fix behavior of urpmi module where it always return "changed"
...
even when a package is already installed, since urpmi will
always return 0 wether it install or not.
11 years ago
Michael DeHaan
56e3d31253
Merge pull request #4904 from joemaller/npm-outdated-fix
...
update npm-module to handle new node.js output
11 years ago
jctanner
c057fe2f5f
Merge pull request #4861 from pmakowski/devel
...
urpmi module
11 years ago
jctanner
45ad8237a6
Merge pull request #4832 from matze/add-zypper-repository
...
Add zypper_repository module
11 years ago
jctanner
912d43a37d
Merge pull request #4913 from arkadijs/devel
...
Use pkgng glob (-g) feature to allow installation of packages by wildcard
11 years ago
jctanner
de2f4cf04d
Merge pull request #4912 from zehome/openbsd_pkg_flavourfix
...
OpenBSD packages can be installed using 'flavour'
11 years ago
James Tanner
2c33737bfa
Fix docstring and remove redundant parameter value in portinstall module
11 years ago
Arkadi Shishlov
78f5c69a88
Use pkgng glob (-g) feature to allow installation of packages by wildcard.
...
Also solves the particular problem of installing packages that have multiple versions in the repo, but specifying the exact version would be troublesome:
$ pkg install -n dovecot
The following 2 packages will be installed:
Installing dovecot: 1.2.17
Reinstalling dovecot-2.2.6 (options changed)
$ pkg install -n dovecot-2.2.6
The following 1 packages will be installed:
Reinstalling dovecot-2.2.6 (options changed)
$ pkg install -n -g dovecot-2*
The following 1 packages will be installed:
Reinstalling dovecot-2.2.6 (options changed)
11 years ago
Laurent Coustet
12e7e3b2f6
OpenBSD packages can be installed using 'flavour'. Best example
...
is vim. It can be installed as vim--no_x11 or vim--gtk2.
11 years ago
Berend de Boer
46b11774c1
Support to install software on FreeBSD using portinstall.
11 years ago
Joe Maller
d95ba87b62
update list_outdated module split to both old and new module delimiter.
11 years ago
James Tanner
8e41480059
Set required=false for answer_file in svr4pkg docstrings
11 years ago
jctanner
065f1edc89
Merge pull request #4420 from Jmainguy/devel
...
Added resp= option for svr4pkg to enable the -r option in pkgadd for res...
11 years ago
James Tanner
d3128e00c5
Fix parameter typo in swdepot module
11 years ago
jctanner
d32b33f191
Merge pull request #4398 from melodous/module_swdepot
...
Module swdepot
11 years ago
Stoned Elipot
47072bfb77
Fix homebrew module's install_options handling
...
...each given option must be a single element in the
arguments list passed as first argument to module.run_command()
11 years ago
James Tanner
f332bb0d7c
Fixes #4891 Catch unicodedecode errors from python-apt
11 years ago
Philippe Makowski
4455fea579
Merge remote-tracking branch 'upstream/devel' into devel
11 years ago
James Tanner
710117e4da
Addresses #4628 evaluate package check return properly and exit failure if not present
11 years ago
Philippe Makowski
a4ff61748d
Merge remote-tracking branch 'upstream/devel' into devel
11 years ago
James Tanner
aafe7f5b37
Fixes #4877 set type to bool for cache parameter in apt module
11 years ago
jctanner
c459347976
Merge pull request #4245 from abelbabel/patch-1
...
add check mode support to pkgng module
11 years ago
James Tanner
7502e15298
Address #4285 remove redundant stderr output in apt module
11 years ago
jctanner
9faaa2b98b
Merge pull request #4285 from blair/apt-module-register-stdout-stderr
...
apt: pass child process stdout and stdout to m.fail_json() and m.exit_js...
11 years ago
jctanner
a28bcd60d9
Merge pull request #4617 from resmo/feature/python-apt
...
apt: autoinstall python-apt if apt or apt_pkg is not available
11 years ago
James Tanner
f820e8e719
Merge pull request #4286 from blair/ansible
...
apt: do not consider not-removed and not-upgraded packages as changes.
11 years ago
Philippe Makowski
38a2ee7751
urpmi module
11 years ago
James Tanner
898de833b0
Merge pull request #4413 from jerm/ansible
...
Add capability to pass in a PATH prefix to run_command and allow pip module
to utilize that to make virtualenv bin/ available in pip installs
11 years ago
jctanner
015662f5ef
Merge pull request #4358 from eslng/apt_add_dpkg_options
...
apt: allow specifying dpkg options
11 years ago
jctanner
6cebfccd7f
Merge pull request #4440 from AndydeCleyre/patch-2
...
Set default of 'yes' for update_cache, as is in the documentation
11 years ago
Matthias Vogelgesang
2649495fa6
Add zypper_repository module
...
This change adds the "zypper_repository" module to the packaging library. This
module is used to add and remove additional repositories.
11 years ago