diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-08 11:38:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-08 11:38:48 -0300 |
commit | 04f05f36c77dcc849206e7e01d818553993c6476 (patch) | |
tree | b69c3b8844b33c4d7eb6a61f72dea68c35e2d9f7 | |
parent | 875199dfed7bed172772eaadf720a54490286762 (diff) | |
download | hydra-04f05f36c77dcc849206e7e01d818553993c6476.tar.gz hydra-04f05f36c77dcc849206e7e01d818553993c6476.tar.bz2 |
Updating commit version
-rwxr-xr-x | share/hydra/deploy | 2 | ||||
-rwxr-xr-x | share/hydractl/provision | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy index 8b49312..b1b2dc1 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -9,7 +9,7 @@ hydra_config_load # Command line arguments NODES="$*" -COMMIT="cd5b2d10722f389c2dde70519f81e49c78ddf43e" +COMMIT="875199dfed7bed172772eaadf720a54490286762" # Build node list if [ -z "$NODES" ]; then diff --git a/share/hydractl/provision b/share/hydractl/provision index 72b99e4..86e6e28 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -3,7 +3,7 @@ # System installer. # -# Load +# Load. source $APP_BASE/lib/hydra/functions || exit 1 hydra_config_load |