<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I&#39;ve finally put together and automated the process by which I zip up the Windows versions of the utils. For anyone involved in computer automation, the code underlying this is an Ansible role which is designed for a Fedora target. It could be adapted to run on other distributions as well, but I don&#39;t build the packages for those thus I targeted Fedora.<div><br></div><div>Anyone on a host running Docker and Python should be able to execute the role directly. I have it wired up with Molecule, which is the community standard testing framework for Ansible roles. If you&#39;re on a Linux system with Docker installed and running, you can execute the role yourself by following these commands:</div><div><br></div><div>$ virtualenv molecule</div><div>$ source molecule/bin/activate</div><div>$ pip install molecule docker</div><div>$ molecule test</div><div><br></div><div>It&#39;s also a normal Ansible role and can be executed just as any other Ansible role can. Just point it at your favorite Fedora host, wrap it up with Vagrant, point it to a dynamically provisioned AWS instance, etc. See the README.md for the optional argument list.</div><div><br></div><div>Code lives here: <a href="https://github.com/devroles/mingw_sword_package">https://github.com/devroles/mingw_sword_package</a></div><div>Zip archives live here: <a href="https://github.com/devroles/mingw_sword_package/releases">https://github.com/devroles/mingw_sword_package/releases</a></div><div>Archives created here when the repo is tagged: <a href="https://travis-ci.org/devroles/mingw_sword_package">https://travis-ci.org/devroles/mingw_sword_package</a><br></div><div>The binaries themselves are pulled from the standard Fedora repositories</div><div><br></div><div>If there are issues WITH THE PACKAGING - not with the utilities themselves - feel free to open a GitHub issue and/or send a pull request. Issues with the utilities themselves should still go to the Crosswire JIRA as normal.</div><div><br></div><div>--Greg</div></div></div></div></div>