- 15 Apr, 2014 1 commit
-
-
'cached' parameter is boolean, not string
Cédric RICARD committed
-
- 08 Apr, 2014 1 commit
-
-
James Tanner committed
-
- 18 Mar, 2014 1 commit
-
-
Fabian Freyer committed
-
- 11 Mar, 2014 3 commits
-
-
Fabian Freyer committed
-
Fabian Freyer committed
-
Currently checking if pkgng >= 1.1.4, as specified in https://wiki.freebsd.org/pkgng . I guess that's when using PKGSITE was deprecated.
Fabian Freyer committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 15 Nov, 2013 1 commit
-
-
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
-
- 12 Nov, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 25 Sep, 2013 3 commits
- 19 Jun, 2013 1 commit
-
-
This reverts commit 4942a06b. Conflicts: lib/ansible/runner/__init__.py
Michael DeHaan committed
-
- 15 Jun, 2013 2 commits
-
-
hardcoded lists in ansible code, just add WITH_ITEMS_USES_LIST in a comment anywhere, and of course, support recieving params as list. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 10 May, 2013 1 commit
-
-
New binary package management should be the default soon in FreeBSD, and is already fully useable through self generated and non official binary repositories. - add support for pkgng - support specifying the repository url as a parameter - allow not to update cache Signed-off-by: bleader <bleader@ratonland.org>
bleader committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 19 Mar, 2013 1 commit
-
-
lwade committed
-
- 18 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 03 Feb, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 26 Jan, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Jan, 2013 3 commits
-
-
Shaun Zinck committed
-
This also fixes an issue where some console output for packages I was installing was creating invalid JSON because it contained single-quotes.
Shaun Zinck committed -
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.
Shaun Zinck committed
-
- 24 Jan, 2013 1 commit
-
-
Shaun Zinck committed
-
- 16 Dec, 2012 2 commits
- 24 Nov, 2012 1 commit
-
-
afterburn committed
-