From ffdba1bfcc271d005cb47840bddd6ea20b753879 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Mar 2016 14:42:46 -0300 Subject: Updates default ORIGIN --- TODO.md | 1 - share/hydra/install | 2 +- share/hydractl/install | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3