From: Silvio Rhatto Date: Sun, 20 Mar 2016 17:42:46 +0000 (-0300) Subject: Updates default ORIGIN X-Git-Tag: 0.2.4~200^2~10 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ffdba1bfcc271d005cb47840bddd6ea20b753879;p=hydra.git Updates default ORIGIN --- diff --git a/TODO.md b/TODO.md index 184101d..46c49ac 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,6 @@ Hydra - check, install and test puppet pre-commit via git-hooks on all repositories using module-commit. - bootless: properly support `$subdevice` in parted or always use first partition (like `/dev/sdb1`). - ssh-config: hydra integration. -- install: automatically set ORIGIN through config parameter. - init: version control in the superproject? - deploy: - install keys? diff --git a/share/hydra/install b/share/hydra/install index a639db3..8b93ae7 100755 --- a/share/hydra/install +++ b/share/hydra/install @@ -30,7 +30,7 @@ fi # Validation if [ -z "$ORIGIN" ]; then - ORIGIN="git://git.sarava.org/hydra.git" + ORIGIN="git://git.fluxo.info/hydra.git" fi # Deploy diff --git a/share/hydractl/install b/share/hydractl/install index 7eb6830..0f43b4f 100755 --- a/share/hydractl/install +++ b/share/hydractl/install @@ -22,7 +22,7 @@ hydra_config_load # Validation if [ -z "$ORIGIN" ]; then - ORIGIN="git://git.sarava.org/hydra.git" + ORIGIN="git://git.fluxo.info/hydra.git" fi # Set sudo config