kewl
dff3cfb450
Merge pull request #36 from juergenhoetzel/diff
...
Add diff support in check mode
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
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
kewl
672b060fe9
Merge pull request #29 from pallxk/embed-module-in-role
...
Embed module in role
2020-03-02 20:54:00 -05:00
pallxk
c26e14c8ce
Update README for installation via Ansible Galaxy
2020-03-02 13:43:56 +08:00
pallxk
74b538db28
Embed module in role
2020-02-28 11:23:41 +08:00
kewl
9f52f507c6
Merge pull request #25 from hvariant/fix-package-name-quote
...
fix quoting of package name
2019-08-31 09:02:49 +01:00
Zhansong Li
e1443632a3
use the correct module and function name
2019-08-31 17:41:39 +10:00
Zhansong Li
f4868a5bac
fix quoting of package name
2019-08-31 11:17:57 +10:00
kewl fft
9a2500338c
improved readme
2019-07-28 09:30:00 +02:00
kewl fft
5acabdc819
optional argument default for get bin path removed
2019-04-11 20:09:27 +01:00
kewl fft
2766c2661c
if in one line
2019-04-11 20:03:55 +01:00
kewl fft
473d06fe54
revert grammatical correction
2019-04-11 19:59:22 +01:00
kewl fft
59d69056a2
grammatical correction always many packages at this point
2019-04-11 19:45:03 +01:00
kewl fft
8b1ba99cdc
choices list is now dynamic
2019-04-11 19:39:01 +01:00
kewl fft
72d432ac7a
yaourt remove from choices
2019-04-11 19:17:36 +01:00
kewl fft
b462d9893f
improved error message when pkg not found thanks @juergenhoetzel
2019-04-11 19:05:57 +01:00
kewl fft
8f8af5fa5f
correct package name in readme
2018-12-21 08:33:16 +00:00
kewl fft
6ee60c77bb
yay afterclean added
2018-11-15 20:08:23 +00:00
kewl
eeca05b629
Merge pull request #21 from juergenhoetzel/check-for-fakeroot
...
makepkg: Check for "fakeroot" binary
2018-10-30 19:18:28 +00:00
Juergen Hoetzel
f92a1522a3
makepkg: Check for "fakeroot" binary
2018-10-30 16:50:07 +01:00
kewl fft
6f5a4f9b6d
yay positionned #1 and comments refreshed
2018-10-13 12:01:48 +01:00
kewl
85f6d7c93f
Merge pull request #19 from visibilityspots/master
...
Feature: use the skip_new_locations option for aurman wrapper
2018-08-21 21:18:42 +01:00
Jan Collijs
80279644a8
Feature: use the skip_new_locations option for aurman wrapper
2018-08-21 11:42:38 +02:00
kewl fft
3901eb7368
aur_only param added
2018-07-25 21:19:02 +01:00
kewl
9772b680dd
Merge pull request #15 from visibilityspots/master
...
Aurman feature: fetch new pgp keys without interaction
2018-07-24 14:21:01 +01:00
Jan Collijs
349e237307
Aurman feature: fetch new pgp keys without interaction
2018-07-24 10:40:52 +02:00
kewl
3ebf634913
Merge pull request #14 from gliech/master
...
Skip the archlinux.org news in aurman
2018-07-17 11:11:37 +01:00
Der Gliech
5b4dd96294
added '--skip_news' to the options for aurman
2018-07-17 10:23:03 +02:00
kewl fft
2add192d89
upgrade yay in 2nd position
2018-07-06 22:15:26 +01:00
kewl fft
2f67cbcc9f
yay needed option added
2018-07-06 22:12:28 +01:00
kewl fft
2df576955a
Merge branch 'master' of github.com:kewlfft/ansible-aur
2018-06-16 09:30:49 +01:00
kewl fft
13a45e35a8
readme
2018-06-16 09:30:17 +01:00
kewl
38d3785501
Merge pull request #8 from panchoh/simplify-setup-instructions
...
README.md: Simplify setup instructions
2018-05-24 20:22:39 +01:00
pancho horrillo
50ca93f6bf
README.md: Simplify setup instructions
...
It turns out that the best way to deploy a custom module repo is on
~/.ansible/plugins/modules. For one, there is no need to symlink the <module>.py
file, and also ansible-doc finds it without having to specify the path to the
module via the -M switch.
2018-05-24 19:53:32 +02:00
kewl
9636c0b1ea
Merge pull request #7 from panchoh/fix-missing-py-suffix
...
README.md: Add missing .py suffix in setup instructions and misc fixes
2018-05-24 08:06:01 +01:00
pancho horrillo
3813de8e7e
README.md: Favor the https flavor over the ssh one
...
The ssh descriptor requires the installer to have a github account, whilst the
https works out-of-the-box for everyone.
2018-05-23 23:59:09 +02:00
pancho horrillo
fd510b7c61
README.md: Drop spurious --parents flag to mkdir
...
Since we are creating a single directory, mkdir --parents is exactly the same as
plain mkdir.
2018-05-23 23:57:52 +02:00
pancho horrillo
98031b260a
README.md: Remove trailing whitespace
2018-05-23 23:57:33 +02:00
pancho horrillo
5bd9caa63f
README.md: Add missing .py suffix in setup instructions
2018-05-23 22:42:19 +02:00
kewl fft
a9a8d3e706
readme typo fixed
2018-05-23 21:28:55 +01:00
kewl fft
6147c18b30
readm typo fixed
2018-05-23 21:26:36 +01:00
kewl fft
8fae2a78e9
rename module in doc
2018-05-23 21:25:05 +01:00