Documentation Team/Obsolete/Services Binary-less Services HOWTO
From Sugar Labs
< Documentation Team(Redirected from Documentation Team/Services/Binary-less Services HOWTO)
| | This page has been designated obsolete. If you disagree with this designation, please explain why on its talk page. Was only draft content. |
Work flow for services that don't require a compilation stage, thus, they could be just packaged and used as is on server side:
- Create a local, initial service.info file by invoking 0sugar init, then tweak the newly created service/service.info file.
- Increase/change the version field in the service.info file.
- Execute 0sugar dist to change the local feed in dist/ and place the tarball there.
- Run 0sugar push stable to rsync changed files from dist/ to the server.
See #Release workflows for other release scenarios.