aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/functions
blob: 84590e5af6170cc3e61848ebbbdd2053fd6d49bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 $*