| ACTION_LIST |
= |
[ :cp, :steal, :list, :list_stable, :merge, :push, :monitor, :push_stable, :monitor_stable, :release, :reset, :create, :delete |
| NO_FETCH_ACTIONS |
= |
[ :cp, :merge, :monitor, :release, :delete |
| NO_CHECKOUT_ACTIONS |
= |
[ :create, :delete, :list, :list_stable, :push, :monitor, :monitor_stable |
| ACTION_HELP |
= |
[ "* cp: Backport commits and eventually push them to github", "* create: Create missing local branches from all the stable branches", "* delete: Delete all local branches using the suffix", "* steal: Steal commit from upstream that fixes commit in the branch or were tagged as stable", "* list: List commit present in the branch but not in the stable branch", "* list_stable: List commit present in the stable branch but not in the latest associated relase", "* merge: Merge branch with suffix specified in -m <suff> into the main branch", "* push: Push branches to github for validation", "* monitor: Check the travis state of all branches", "* push_stable: Push to stable repo", "* monitor_stable: Check the travis state of all stable branches", "* release: Create new release on all concerned branches", "* reset: Reset branch against upstream", ] |