-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate package autoupdate #187
Conversation
Interesting! Why not use the gluon updater (that also features package signing, etc., which is sort of a hard requirement for secure autoupdates)? See the discussion at freifunk-berlin/firmware#22 In any case, the whole code should get moved to this repo, or the external code should get referenced by hash, as otherwise we don't have reproducible/secure builds. |
@akira25 please look at https://github.com/freifunk-berlin/firmware-packages/blob/master/addons/freifunk-berlin-tunneldigger/Makefile#L6 for an idea how to reference to a specific commit for building this package here As @sarumpaet mentioned, there have been some thoughts of autoupdates before --> freifunk-berlin/firmware#22 |
…autoupdate/install
@akira25 What happened to your repo (this PR comes from)? |
@SvenRoederer
pmlange did solve this issue by pushing the whole package to the buildbot. The package was integrated in build #1380. Therefore this PR is outdated and can be closed savely.
|
@akira25 when you are done with your tests, please create a new pr. I look forward to this feature. |
Closing with anticipation of a new PR from @akira25 |
This PR will integrate the package autoupdate.
https://github.com/Akira25/autoupdate