Branch: refs/heads/master
Home: https://github.com/galaxyproject/ansible-galaxy
Commit: 6025ee70449b351da78db679bd58c5b614f9f5a6
https://github.com/galaxyproject/ansible-galaxy/commit/6025ee70449b351da78d…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-09-27 (Fri, 27 Sep 2019)
Changed paths:
M defaults/main.yml
A tasks/_inc_client_build_make.yml
A tasks/_inc_client_build_steps.yml
M tasks/client.yml
Log Message:
-----------
Deconstruct client build components
Commit: 6b2f57aaa1d12bcc3f552b4ca8303060eeb9fc97
https://github.com/galaxyproject/ansible-galaxy/commit/6b2f57aaa1d12bcc3f55…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-09-27 (Fri, 27 Sep 2019)
Changed paths:
M defaults/main.yml
M tasks/client.yml
Log Message:
-----------
Default to `make client-production-maps`
Commit: 7662cc3499a211d08878b5a2e660dc5abd6dc4f6
https://github.com/galaxyproject/ansible-galaxy/commit/7662cc3499a211d08878…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-10-02 (Wed, 02 Oct 2019)
Changed paths:
M .travis.yml
Log Message:
-----------
Test with Ansible 2.7
Commit: bbdf45fd7c8c04e29936ca7e5664e38815eaef47
https://github.com/galaxyproject/ansible-galaxy/commit/bbdf45fd7c8c04e29936…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-10-02 (Wed, 02 Oct 2019)
Changed paths:
M tasks/client.yml
Log Message:
-----------
The bool filter doesn't do what I thought it did
Commit: ad226d798f6b98f74d06ce54ab02771922a264fe
https://github.com/galaxyproject/ansible-galaxy/commit/ad226d798f6b98f74d06…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M tasks/_inc_client_build_steps.yml
Log Message:
-----------
Incorporate suggestions from @dannon for deconstructed client build
Commit: 923e809e28115dd71dfed949aeed897872ef13dd
https://github.com/galaxyproject/ansible-galaxy/commit/923e809e28115dd71dfe…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M tasks/client.yml
Log Message:
-----------
Apparently even templating in the value of import_* doesn't work as I
expected. So use include_tasks instead.
Commit: 29b7a2b0252087e025425ba150effe4aedf91391
https://github.com/galaxyproject/ansible-galaxy/commit/29b7a2b0252087e02542…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M .travis.yml
M defaults/main.yml
A tasks/_inc_client_build_make.yml
A tasks/_inc_client_build_steps.yml
M tasks/client.yml
Log Message:
-----------
Merge pull request #85 from galaxyproject/client-build-deconstruction
Deconstruct client build process
Compare: https://github.com/galaxyproject/ansible-galaxy/compare/360915d74800...29b7…