]> gitweb.fluxo.info Git - hydra.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Mar 2014 16:56:38 +0000 (13:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Mar 2014 16:56:38 +0000 (13:56 -0300)
README.md
share/hydra/import-key

index 42d1feb282630ebec1171f33a607e4992b4152a4..e373c76dc164f26b08499148836cdbfaf0d5bdbd 100644 (file)
--- 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
index ffffb064860c1b57a446fbcfba1bba05fa528b9d..f394f8c309542994f451a4286c626c9d7905a342 100755 (executable)
@@ -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