diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 13:52:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 13:52:52 -0300 |
commit | 1d33d02bd37cb38b494991ca0f797dfcaea12e39 (patch) | |
tree | 8f559f0783f68522cc214a919706ea16f4793fac /lib | |
parent | 173bd5c76143bf1e298106314f1577a94773ed9d (diff) | |
download | hydra-1d33d02bd37cb38b494991ca0f797dfcaea12e39.tar.gz hydra-1d33d02bd37cb38b494991ca0f797dfcaea12e39.tar.bz2 |
Create BASEDIR / doc update
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index e2fa85e..37442ac 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -44,6 +44,14 @@ function hydra_check_preferences { PUPPET_KEYS="$PUPPET/modules/site_keys/files" fi + if [ ! -z "$REMOTE_REPOS" ]; then + echo "Using deprecated config REMOTE_REPOS, please update $PREFERENCES." + fi + + if [ ! -z "$PRIVATE_REPOS" ]; then + echo "Using deprecated config PRIVATE_REPOS, please update $PREFERENCES." + fi + export HYDRA_CONNECT="ssh -T -o ConnectTimeout=15" } |