autoupdater.rst 723 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Autoupdater
  2. ===========
  3. Infrastructure
  4. --------------
  5. We suggest to have following directory tree accessible via http:
  6. ::
  7. firmware/
  8. stable/
  9. sysupgrade/
  10. factory/
  11. snapshot/
  12. sysupgrade/
  13. factory/
  14. experimental/
  15. sysupgrade/
  16. factory/
  17. The last level is generated by the Gluon build process. Do not forget
  18. to rename the ``<branch>.manifest`` into ``manifest`` inside of the
  19. sysupgrade directories.
  20. The server should be available via IPv6.
  21. Command Line
  22. ------------
  23. ::
  24. # Update with some probability
  25. autoupdate
  26. ::
  27. # Force Update Check
  28. autoupdater -f