docs: Basic autoupdater documentation
This commit is contained in:
parent
0e00f6574d
commit
0bcea780ca
39
docs/features/autoupdater.rst
Normal file
39
docs/features/autoupdater.rst
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
Autoupdater
|
||||||
|
===========
|
||||||
|
|
||||||
|
Infrastructure
|
||||||
|
--------------
|
||||||
|
|
||||||
|
We suggest to have following directory tree accessible via http:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
firmware/
|
||||||
|
stable/
|
||||||
|
sysupgrade/
|
||||||
|
factory/
|
||||||
|
snapshot/
|
||||||
|
sysupgrade/
|
||||||
|
factory/
|
||||||
|
experimental/
|
||||||
|
sysupgrade/
|
||||||
|
factory/
|
||||||
|
|
||||||
|
The last level is generated by the Gluon build process. Do not forget
|
||||||
|
to rename the ``<branch>.manifest`` into ``manifest`` inside of the
|
||||||
|
sysupgrade directories.
|
||||||
|
|
||||||
|
The server should be available via IPv6.
|
||||||
|
|
||||||
|
Command Line
|
||||||
|
------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
# Update with some probability
|
||||||
|
autoupdate
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
# Force Update Check
|
||||||
|
autoupdater -f
|
Loading…
Reference in New Issue
Block a user