AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.18k stars 475 forks source link

[GH-164] ansible could be used to install git-crypt on centos #165

Closed 030 closed 4 years ago

quantumpacket commented 5 years ago

https://cbs.centos.org/koji/packageinfo?packageID=2 the package is already provided by the community to install for CentOS, why would someone need Ansible? Even via their own Ansible setup they can install the package better using there own task instead of needing to install a 3rd party playbook.

030 commented 5 years ago

@quantumpacket oh that is even better. This could be added to the README like is done for MacOS.

arrfab commented 5 years ago

Hi, While I'm the one maintaining/building git-crypt on/for CentOS, I never pushed it to a specific repo on http://mirror.centos.org. Maybe I should consider pushing it through the configuration management SIG so that it would be easier to "yum install" it directly ?

030 commented 5 years ago

@arrfab It would be great if I could just do a sudo yum install git-crypt. Please let me know when it is available. Then one could extend the README, i.e. just use yum and I will remove my ansible role.

030 commented 5 years ago

@arrfab did you push the package to mirror.centos?