Commit Graph

160 Commits

Author SHA1 Message Date
Brett
d05e0bc979 add field for aur_builder user example without home dir 2021-01-29 22:43:26 -07:00
kewl
bff54cb367 Merge pull request #52 from hummeltech/Paru
Added `paru` as a helper option
2021-01-26 14:31:25 -05:00
David Hummel
652b11fd76 Alignment adjustment of Options table in README.md 2021-01-26 12:28:14 -07: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
kewl
592c6d9841 Merge pull request #46 from ckotte/pkgbuild
Add pkgbuild option to build local package
v0.42
2020-10-01 13:39:11 +02:00
Christian Kotte
e1a11c703b Change formatting of notes in README 2020-10-01 13:10:52 +02: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 v0.41 2020-08-08 17:58:32 -04:00
kewl fft
5aebeda3d4 combine auto tests v0.40 2020-05-31 19:56:33 -04:00
kewl fft
a470eed6e1 review extra args comments 2020-05-31 19:47:54 -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
c14810589a allow makepkg options with auto as long as only tool available 2020-05-31 19:39:46 -04:00
kewl fft
5717af2db0 remove useless brackets 2020-05-31 19:25:13 -04:00
kewl fft
a5877d3698 correct extra_args option in readme 2020-05-31 19:23:01 -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
kewl
e03b3f0579 Merge pull request #39 from chpatton013/use-args
Add extra_args option for helpers and makepkg
2020-05-31 19:00:33 -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 v0.30 2020-05-24 10:08:21 -04:00
kewl fft
10d9c76a31 readme minor 2020-05-24 09:58:09 -04:00
kewl fft
37815ae827 readme improve comments 2020-05-24 09:54:40 -04:00
kewl fft
d180d480bc align center table 2020-05-23 23:27:05 -04:00
kewl fft
a06f0d741c left align column 2020-05-23 23:24:57 -04:00
kewl fft
90cbeed546 readme titles 2020-05-23 22:53:53 -04:00
kewl fft
0c7f34f187 readme defaults and choices in same column 2020-05-23 22:51:32 -04:00
kewl fft
c9d7c94bbe closes #9 2020-05-23 22:44:58 -04:00
kewl fft
7c3def3680 update readme 2020-05-23 22:35:09 -04:00
kewl fft
f161d9e769 state update readme 2020-05-23 22:34:42 -04:00
kewl fft
08c4dd6fbd replace skip_installed by state 2020-05-23 22:28:10 -04:00
kewl
dff3cfb450 Merge pull request #36 from juergenhoetzel/diff
Add diff support in check mode
v0.26
2020-05-10 08:42:43 -04:00
Juergen Hoetzel
89e26748da Add diff support in check mode 2020-05-10 14:31:49 +02:00
kewl
de92aa87cb Merge pull request #34 from juergenhoetzel/on-the-fly-extract
Extract tar file on-the-fly
2020-05-09 10:40:18 -04: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 v0.25 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
kewl
e643e8f450 Merge pull request #30 from neilmunday/master
Added ignore_arch option for makepkg
2020-04-12 19:24:49 -04:00
neilmunday
bd374b15d9 Added ignore_arch option for makepkg 2020-04-13 00:05:35 +01:00
kewl fft
d6d25c6738 readme update 2020-03-03 07:26:29 -05:00