Giter Club home page Giter Club logo

fullmetalupdate's Introduction

FullMetalUpdate is a Python application that handles update for the System on which it is running.

To get started, check the documentation: Get Started

How to generate documentation about the project

FullMetalUpdate is now documented as a Sphinx Project, which allow you to generate the documentation locally. Please follow the commands below.

sudo apt-get install ostree gir1.2-ostree-1.0
pip install pydbus aiohttp sphinx sphinx-rtd-theme recommonmark

make html
firefox sphinx/html/index.html

Contribute

See Contribute

Contact us

  • Want to chat with the team behind the dockerfiles for FMU? Chat room.
  • Having issues with FullMetalUpdate? Open a GitHub issue.
  • You can also check out our Project Homepage for further contact options.

fullmetalupdate's People

Contributors

agodard-witekio avatar bastian-krause avatar cevincent avatar ejoerns avatar jvial-witekio avatar livioso avatar manoj23 avatar v-bertin avatar witekiophil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fullmetalupdate's Issues

Refresh systemd services on updating

It is possible the systemd unit file (/apps/<app>/systemd.service) changes between two updates.
Currently we copy the unit file to /etc only if the service does not exist (first start). It might be a good idea to unconditionally do it and reload the unit files afterwards (systemd daemon-reload), so that we avoid errors with stale unit files if the updated container depends on stuff being set up before it starts.

A starting point for that would be to see what the create_and_start_unit() function does in update.py.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.