[SSSD] [sssd PR#690][comment] DYNDNS: Convert dyndns timer to be_ptask

2018-11-29 Thread thalman
URL: https://github.com/SSSD/sssd/pull/690 Title: #690: DYNDNS: Convert dyndns timer to be_ptask thalman commented: """ > Where did you get this 60 seconds limit? I can not find it in original code: > > ```c > ad_dyndns_init: > if (period < 60) period = 60; > ``` I removed this part, I found

[SSSD] [sssd PR#690][comment] DYNDNS: Convert dyndns timer to be_ptask

2018-11-29 Thread thalman
URL: https://github.com/SSSD/sssd/pull/690 Title: #690: DYNDNS: Convert dyndns timer to be_ptask thalman commented: """ > Where did you get this 60 seconds limit? I can not find it in original code: > > ```c > ad_dyndns_init: > if (period < 60) period = 60; > ``` > > Also please remove `be_nsu

[SSSD] [sssd PR#690][comment] DYNDNS: Convert dyndns timer to be_ptask

2018-11-29 Thread thalman
URL: https://github.com/SSSD/sssd/pull/690 Title: #690: DYNDNS: Convert dyndns timer to be_ptask thalman commented: """ > Where did you get this 60 seconds limit? I can not find it in original code: > > ```c > ad_dyndns_init: > if (period < 60) period = 60; > ``` > > Also please remove `be_nsu

[SSSD] [sssd PR#690][-Changes requested] DYNDNS: Convert dyndns timer to be_ptask

2018-11-29 Thread thalman
URL: https://github.com/SSSD/sssd/pull/690 Title: #690: DYNDNS: Convert dyndns timer to be_ptask Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahos

[SSSD] [sssd PR#690][synchronized] DYNDNS: Convert dyndns timer to be_ptask

2018-11-29 Thread thalman
URL: https://github.com/SSSD/sssd/pull/690 Author: thalman Title: #690: DYNDNS: Convert dyndns timer to be_ptask Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/690/head:pr690 git checkout pr690 From 811fe65c31bc200adc

[SSSD] [sssd PR#701][comment] ci: add ability to run tests in jenkins

2018-11-29 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/701 Title: #701: ci: add ability to run tests in jenkins pbrezina commented: """ Yes, you can re-run it from Jenkins: https://sssd-jenkins.duckdns.org/blue/pipelines Sometimes, it yields 404. I do not know why, but refreshing the page works. """ See the