Commit Graph

35 Commits (60c02a6652e5931286adea82080ff10d4b012a8b)

Author SHA1 Message Date
kewl 60c02a6652
Merge pull request #56 from grcancelliere/bugfix/def-lang-upgrade
Fix upgrade changed logic and language definition when using pikaur
2021-04-16 08:21:57 +01:00
kewl fft 6f5df32b4b lower case before test 2021-04-16 08:20:52 +01:00
kewl fft 93230880db capital N with pikaur 2021-04-16 08:15:27 +01:00
grcancelliere 813cbadc18 Fix upgrade changed logic and language definition when using pikaur 2021-04-16 07:55:46 +02:00
Terseus 706b236058 Fix `ansible-doc aur` error about dictionary element length
Fixes the following error when running `ansible-doc aur`:

```
ERROR! Unable to retrieve documentation from 'aur' due to: dictionary
update sequence element #0 has length 1; 2 is required
```

It was because the `helper` value in the `RETURN` section was missing
the `description` key.
2021-04-03 12:17:10 +02:00
David Hummel 5d5cc1e20d Added `paru` as a helper option 2021-01-26 10:41:55 -07:00
kewl fft 95aa8f3047 exit with error if empty name list 2021-01-20 16:57:45 -05:00
Christian Kotte 71c32ac3f5
Add pkgbuild option 2020-10-01 13:10:50 +02:00
Christian Kotte ddab7c7403
Change module_utils.basic import to AnsibleModule
Flake 8 displays a warning: unable to detect undefined names
2020-09-24 12:30:03 +02:00
kewl fft c2fd7b31e4 add check_mode for upgrade 2020-08-08 17:58:32 -04:00
kewl fft 5aebeda3d4 combine auto tests 2020-05-31 19:56:33 -04:00
kewl fft 559f25fc41 allow use of makepkg options with auto as long as the only tool available 2020-05-31 19:40:17 -04:00
kewl fft 5717af2db0 remove useless brackets 2020-05-31 19:25:13 -04:00
kewl fft d23b822be0 combine checks for makepkg 2020-05-31 19:19:31 -04:00
kewl fft 3e5e49114d remove incorrect use of required_by 2020-05-31 19:15:38 -04:00
Christopher Patton 2e5b1d883d Rename and re-type use_args to extra_args 2020-05-31 10:24:29 -07:00
Christopher Patton 30d818dbee Pass use_args to makepkg as well 2020-05-31 08:33:45 -07:00
Christopher Patton 59d3e012ea Explicitly pass makepkg-specific params through install functions 2020-05-31 08:33:28 -07:00
Christopher Patton 6615fd76e9 Fix inaccurate docs about option compatibility 2020-05-30 20:07:14 -07:00
Christopher Patton 707f445620 Distinguish between helpers and tools in documentation 2020-05-30 19:35:02 -07:00
Christopher Patton ce466fc05d Update documentation to reflect practical default of upgrade 2020-05-30 19:35:02 -07:00
Christopher Patton 6cc320a5e2 Add use_args option 2020-05-30 19:35:02 -07:00
Christopher Patton 43f8736f76 Split main into testable functions 2020-05-30 12:00:08 -07:00
Christopher Patton cc5012c5af Dedupe install and upgrade command generation 2020-05-30 12:00:08 -07:00
Christopher Patton 1f09b94fbb Simplify error reporting 2020-05-30 12:00:08 -07:00
kewl fft 5ac7c0ef86 aur_only extended to all helpers 2020-05-24 10:08:21 -04:00
kewl fft c9d7c94bbe closes #9 2020-05-23 22:44:58 -04:00
kewl fft 08c4dd6fbd replace skip_installed by state 2020-05-23 22:28:10 -04:00
Juergen Hoetzel 89e26748da Add diff support in check mode 2020-05-10 14:31:49 +02:00
Juergen Hoetzel 5d952d26fd Extract tar file on-the-fly
Instead of creating an intermediate tar file use the open_url response
as fileobj.
2020-05-09 16:19:12 +02:00
kewl fft 026786beb0 deprioritize aurman - discontinued 2020-04-12 20:00:50 -04:00
kewl fft c24454a159 readme minor improvements 2020-04-12 19:45:52 -04:00
kewl fft 63e60fc256 add comments for ignore_arch 2020-04-12 19:40:51 -04:00
neilmunday bd374b15d9 Added ignore_arch option for makepkg 2020-04-13 00:05:35 +01:00
pallxk 74b538db28 Embed module in role 2020-02-28 11:23:41 +08:00