Commit graph

644 commits

Author SHA1 Message Date
Dagobert Michelsen
7f74a98451 svr4pkg: assume command worked only on known-to-be-good returncodes 2015-05-27 13:35:34 +02:00
Enric Lluelles
3f9a62c136 Add slash to valid characters for packages
To allow it to download packes from taps, or external commands like
caskroom/cask/brew-cask
2015-05-27 09:58:28 +02:00
Brian Coca
2f9d30ae5b Merge pull request #480 from RubenKelevra/patch-2
pacman: change -Syy to -Sy for "update-cache"

just noting we may want to add an option to force updating the cache in the future
2015-05-26 10:04:52 -04:00
Toshio Kuratomi
a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
2015-05-25 19:29:55 -07:00
QuantumGhost
4ff9a68a4b Use expanduser to deal with path in bower module
So bower module can correctly handle path containing `~`
2015-05-23 00:11:50 +08:00
Toshio Kuratomi
576d94e8d4 Update module_utils "import" to the new-style
Fixes #505
2015-05-18 12:08:15 -07:00
Toshio Kuratomi
88eff11c04 Many more doc fixes 2015-05-15 12:12:26 -07:00
Toshio Kuratomi
32fb15e310 Fix quoting for documentation build 2015-05-15 11:52:37 -07:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Brian Coca
edf519a0c2 moar quotes 2015-05-14 09:37:00 -04:00
Greg DeKoenigsberg
16ce411f66 Adding author's github id 2015-05-14 00:39:40 -04:00
Greg DeKoenigsberg
a92f5b657a Adding author's github id 2015-05-14 00:39:02 -04:00
Greg DeKoenigsberg
73f9e5a1b9 Adding author's github id 2015-05-14 00:37:52 -04:00
Greg DeKoenigsberg
773bae9534 Adding author's github id 2015-05-14 00:36:02 -04:00
Greg DeKoenigsberg
3d55887aa5 Adding author's github id 2015-05-14 00:35:16 -04:00
Greg DeKoenigsberg
3244764283 Adding author's github id 2015-05-14 00:33:21 -04:00
Greg DeKoenigsberg
9bb0a01060 Adding author's github id 2015-05-14 00:33:04 -04:00
Greg DeKoenigsberg
922fc32d3d Adding author's github id 2015-05-14 00:31:16 -04:00
Greg DeKoenigsberg
c18f4e55fc Adding author's github id 2015-05-14 00:30:02 -04:00
Greg DeKoenigsberg
9501714b8b Adding author's github id 2015-05-14 00:27:06 -04:00
Greg DeKoenigsberg
33bdc7ce77 Adding author's github id 2015-05-14 00:26:02 -04:00
Greg DeKoenigsberg
335ba5bf32 Adding author's github id 2015-05-14 00:23:59 -04:00
Greg DeKoenigsberg
2004ae64ab Adding author's github id 2015-05-14 00:23:29 -04:00
Greg DeKoenigsberg
72ee99184a Adding author's github id 2015-05-14 00:21:51 -04:00
Greg DeKoenigsberg
384c1523c3 Adding author's github id 2015-05-14 00:18:41 -04:00
Greg DeKoenigsberg
c03c80be88 Adding author's github id 2015-05-14 00:17:09 -04:00
Greg DeKoenigsberg
265edb4992 Adding author's github id 2015-05-14 00:15:38 -04:00
Greg DeKoenigsberg
33e1d3bd0b Adding author's github id 2015-05-14 00:13:31 -04:00
Greg DeKoenigsberg
63513b5eba Adding author's github id 2015-05-14 00:12:48 -04:00
Greg DeKoenigsberg
62888d291d Adding author's github id 2015-05-14 00:11:50 -04:00
Greg DeKoenigsberg
1c92b4f8cc Adding author's github id 2015-05-14 00:11:30 -04:00
Greg DeKoenigsberg
21c06dcae3 Typo in author 2015-05-14 00:10:57 -04:00
Greg DeKoenigsberg
e58197efb6 Adding author's github id 2015-05-14 00:10:22 -04:00
Greg DeKoenigsberg
8725fe7273 Adding author's github id 2015-05-14 00:07:56 -04:00
Greg DeKoenigsberg
75574d7713 Adding author's github id 2015-05-13 23:51:00 -04:00
Greg DeKoenigsberg
66008490d4 Adding author's github id 2015-05-13 23:50:23 -04:00
Greg DeKoenigsberg
12ab9d0043 Adding author's github id 2015-05-13 23:49:40 -04:00
Greg DeKoenigsberg
fc794ef094 Adding author's github id 2015-05-13 23:48:56 -04:00
Greg DeKoenigsberg
3c4b1afea9 Adding author's github id 2015-05-13 23:48:08 -04:00
Toshio Kuratomi
e5022ba87b Add python >= 2.6 to documented deps 2015-05-12 08:43:31 -07:00
@RubenKelevra
752442e8ff change -Syy to -Sy
-Syy do always update, which is not needed, since the caches might already be up to date.
2015-05-11 23:58:08 +02:00
Matt Martz
e568032bc3 Fix up modules that have python24 syntax error 2015-05-11 09:51:48 -05:00
Jeff Rizzo
d8d1ca85df Support both new and old pkgin versions by testing if '-p' flag exists. 2015-05-06 11:41:12 -07:00
Julien Vey
34b81a8756 [homebew_cask] Be consistent in the documentation
The documentation for the `state` field is not very clear. 

It says possible values are "installed, uninstalled" and default value is "present"
The examples below alow uses `present` and `absent`.

This patch uses "absent" and "present" instead of "installed" and "uninstalled"

Moreover, this is consistent with other packaging modules, like homebrew itself
2015-05-06 10:48:28 +02:00
Roland Ramthun
69e27f4039 disable ask on sync action 2015-05-01 10:01:56 +02:00
Brian Coca
2c2a106321 Merge pull request #412 from mavit/pkg5-accept
Fix typo in pkg5 module
2015-04-20 15:28:53 -04:00
Peter Oliver
cb05f0834b Fix typo. 2015-04-20 19:52:31 +01:00
Brian Coca
118c79e335 Merge pull request #376 from mavit/pkg5-accept
Add an accept_licenses option to pkg5 module
2015-04-19 11:54:50 -04:00
Peter Oliver
9d720f52c8 Add an accept_licenses option to pkg5 module
This accepts any software licences required by the package.
2015-04-19 16:49:09 +01:00
Brian Coca
698098ae57 doc update for zypper 2015-04-16 09:45:23 -04:00