Hacker News new | ask | show | jobs
by yjftsjthsd-h 2490 days ago
Don't the unbranded builds also lack automatic updating?
1 comments

It's possible. Last I heard was that the unbranded builds were too eager to update [1] so it could well have been disabled totally. The Mozilla wiki doesn't mention anything about updating being disabled which to me implies it is not. If you find out for certain, please let me know!

I don't personally use the builds as Mozilla has not yet blocked signing of our extensions and `web-ext run` serves me well for development. Automated signing is not brilliantly documented but works well enough [2-3] to ensure that our builds are tested by real users before we release a stable version.

[1]: https://www.ghacks.net/?p=123637

[2]: https://github.com/tridactyl/tridactyl/blob/f45c990eac074df8...

[3]: https://github.com/tridactyl/buildbot/blob/master/autobuild....