Difference between revisions of "Documentation Team/Obsolete/Services Binary-less Services HOWTO"

From Sugar Labs
Jump to navigation Jump to search
(Created page with '<noinclude> {{TOCright}} Category:Activity Team </noinclude> Work flow for services that don't require compilation stage thus could be just packaged and used as is on server…')
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
{{TOCright}}
 
{{TOCright}}
[[Category:Activity Team]]
+
[[Category:Services/Documentation]]
 
</noinclude>
 
</noinclude>
  

Revision as of 13:17, 15 January 2010


Work flow for services that don't require compilation stage thus could be just packaged and used as is on server side:

  • create local initial service.info by invoking 0sugar init, tweak newly created service/service.info file
  • increase/change version field in service.info file
  • 0sugar dist to change local feed in dist/ and place there tarball
  • 0sugar push stable to rsync changed files from dist/ to the server
    see #Release workflows for other release scenarios