#!/bin/bash # # Common functions. # # Source required functions source $APP_BASE/lib/hydra/git source $APP_BASE/lib/hydra/misc source $APP_BASE/lib/hydra/usage source $APP_BASE/lib/hydra/action source $APP_BASE/lib/hydra/backup source $APP_BASE/lib/hydra/config source $APP_BASE/lib/hydra/deploy source $APP_BASE/lib/hydra/provision source $APP_BASE/lib/hydra/tmpfile # Setup environment hydra_set_env $*