diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-11 13:01:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-11 13:01:27 -0300 |
commit | d682a8c99f2842dd33102019cb39a903c4a9fe2a (patch) | |
tree | 65a11a529b1d2b38c9f61450bfdf78376974e4f0 /lib | |
parent | 4e884e10a769a17862383f839c393f9425cf444e (diff) | |
download | hydra-d682a8c99f2842dd33102019cb39a903c4a9fe2a.tar.gz hydra-d682a8c99f2842dd33102019cb39a903c4a9fe2a.tar.bz2 |
Adding hydractl deploy for local installation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc index 66fa1bc..0f14327 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -2,6 +2,7 @@ # Set needed environment variables and do basic checks function hydra_set_env { + export COMMIT="25452fbec218ab3815095899b7b89599d33b170c" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |