Mrugesh Karnik
Mrugesh Karnik
I'd really like to be able to use :Gdiff style stash writing to pick and choose specific lines to be stashed. Sometimes `git stash --patch` simply isn't granular enough.
I'm working on deploying GCS on CentOS CI. Currently looking through the deploy scripts to fill in any gaps, including host setup on CentOS CI. I expect the outcome of...
The [CentOS CI job is green](https://ci.centos.org/view/Gluster/job/gluster_anteater_gcs/8/). However, there is a possibility that it doesn't always work reliably due to factors such as a [delay in the network response and thus...
@mbukatov your solution is good, please use it.
@TimothyAsir here's what needs to be done in the spec file: ``` %global name tendrl-api %global app_group %{name} %global app_user %{name} %global install_dir %{_datadir}/%{name} %global config_dir %{_sysconfdir}/tendrl %global config_file %{config_dir}/etcd.yml...