Skip to content

Building Process

neitsa edited this page Dec 18, 2016 · 3 revisions

This page shows how to build the RemoteTech-Complete package.

Preparing the subtrees

Note: This work is done on the other RemoteTech repositories.

  1. Publish all necessary feature/ branches (merge all desired feature/ branches onto develop) on the subtree repositories.
  2. Start a git flow release
  3. Test your subtree and apply correction(s) if needed in the release/ branch
  4. When the release/ branch is deemed correct, publish the release.

Building RemoteTech-Complete

On the RemoteTech-Complete repository.

  1. Update all subtrees with the update_subtrees.sh script (or manually using git subtree pull ...)
  2. Start and publish the git flow release
  3. Use the Continuous Integration bot to build the master branch

Clone this wiki locally