Hello,
So I've been playing with Onionoo's source and I cannot find where this property is set. When the main class for the cron updater runs it checks for the property existence and returns a string "true" if not found or unset. This "true" is used to evaluate the first time update. I cannot see where the property is updated and so I get one-time updater each time. I can add the code to set the property, and all's well, but I wanted to check to make sure I'm not missing something. I cloned from the git repo.
Thanks --leeroy
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/06/15 01:18, l.m wrote:
So I've been playing with Onionoo's source and I cannot find where this property is set. When the main class for the cron updater runs it checks for the property existence and returns a string "true" if not found or unset. This "true" is used to evaluate the first time update. I cannot see where the property is updated and so I get one-time updater each time. I can add the code to set the property, and all's well, but I wanted to check to make sure I'm not missing something. I cloned from the git repo.
See this ticket where that property was added:
https://trac.torproject.org/projects/tor/ticket/14826
Also, as mentioned in a discussion with you on another ticket (but repeating here for others), see this ticket about updater execution modes:
https://trac.torproject.org/projects/tor/ticket/13600
Thanks for looking into this stuff!
All the best, Karsten