content:en_us:dev_framework_tutorials_building_clearos_apps_from_github

Tutorials Building ClearOS Apps from GIThub

The following document provides the necessary steps to build your app on the build system.

Building and Tagging

When you are ready to push an app package to the build system, follow the steps described in the following table.

StepExample Action
Check for upstream changesgit pull
Commit your changes to mastergit commit -a
Push all your changesgit push
Tag the buildgit tag w.x.y-z
Push the taggit push origin w.x.y-z

If you have access to the build system, you can issue the build request with:

plague-client build app-xyz HEAD clearos6

search?q=clearos%2C%20clearos%20content%2C%20dev%2C%20framework%2C%20maintainer_dloper%2C%20maintainerreview_x%2C%20keywordfix&btnI=lucky

content/en_us/dev_framework_tutorials_building_clearos_apps_from_github.txt · Last modified: 2014/12/23 22:16 by dloper