From: Silvio Rhatto Date: Fri, 28 Mar 2014 16:56:38 +0000 (-0300) Subject: Cleanup X-Git-Tag: 0.2.2~33 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=76a11b199d30cbad368e6f373cbbc471b592f982;p=hydra.git Cleanup --- diff --git a/README.md b/README.md index 42d1feb..e373c76 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ command: Creating a new network ---------------------- -To create the needed repositories to start a new network, use a similar command: +Use the following commands to create the needed repositories when starting a new network: hydra example init ~/file/example hydra example config domain example.org diff --git a/share/hydra/import-key b/share/hydra/import-key index ffffb06..f394f8c 100755 --- a/share/hydra/import-key +++ b/share/hydra/import-key @@ -28,11 +28,6 @@ if [ -z "$NODES" ]; then NODES="`hydra $HYDRA nodes`" fi -# Validation -if [ -z "$ORIGIN" ]; then - ORIGIN="git://git.sarava.org/hydra.git" -fi - # Deploy for node in $NODES; do if [ ! -z "$HOST" ]; then