- 18 Nov, 2013 1 commit
-
-
This reverts commit de2f4cf0, reversing changes made to 2c33737b.
James Tanner committed
-
- 17 Nov, 2013 3 commits
-
-
Various fix for the urpmi module
Michael DeHaan committed -
external executable, to avoid the cost of forking. Since python-rpm is not automatically present, we still fallback on the slower rpm fork method.
Michael Scherer committed -
even when a package is already installed, since urpmi will always return 0 wether it install or not.
Michael Scherer committed
-
- 16 Nov, 2013 9 commits
-
-
Merge pull request #4927 from intellectronica/intellectronica/docker-identify-private-repos-backport Update cloud/docker: if the image name containes a repository, strip it.
Michael DeHaan committed -
fix various typos in the documentation
Michael DeHaan committed -
Michael Scherer committed
-
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
Tom Berger committed -
update npm-module to handle new node.js output
Michael DeHaan committed -
fix make tests to use the set of module from git checkout
Michael DeHaan committed -
Remove debug print statement from rax_clb
jctanner committed -
If someone try to run the test suit with ansible already installed, the mix between content in /usr/share and in the git checkout can result in strange failure ( as I found out the hard way ). For example, the test_copy module will call the action plugin for copy from git, who will call the 'file' module from system, passing unsupported arguments
Michael Scherer committed -
Matt Martz committed
-
- 15 Nov, 2013 26 commits
-
-
Refactor rax module. Fixes #4577
jctanner committed -
Add rax_facts module for retrieving facts about a Cloud Server
jctanner committed -
urpmi module
jctanner committed -
James Tanner committed
-
Adds a grove notifier module
jctanner committed -
Add zypper_repository module
jctanner committed -
Introduce Big-IP F5 tcp monitor module
jctanner committed -
Add system module to blacklist kernel modules
jctanner committed -
Use pkgng glob (-g) feature to allow installation of packages by wildcard
jctanner committed -
host: bug fixes and improvments
jctanner committed -
Matt Martz committed
-
Matt Martz committed
-
Rene Moser committed
-
James Tanner committed
-
Matt Martz committed
-
OpenBSD packages can be installed using 'flavour'
jctanner committed -
James Tanner committed
-
Support to install software on FreeBSD using portinstall.
jctanner committed -
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
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)
Arkadi Shishlov committed -
is vim. It can be installed as vim--no_x11 or vim--gtk2.
Laurent Coustet committed -
Matthias Vogelgesang committed
-
Berend de Boer committed
-
- 14 Nov, 2013 1 commit
-
-
Check for AWS keys using boto names
jctanner committed
-