X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=Makefile;h=d5b8e5a46980c02287ce7e84c42792e9ae41a1be;hp=62a0f9d5752262b100b410ce9ee591d6c579b555;hb=558e2560c76e9e557093748dee476bfa0df900c5;hpb=845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5 diff --git a/Makefile b/Makefile index 62a0f9d..d5b8e5a 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,11 @@ -subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup +subrecipes = setup nix-info +subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1 +subrecipes += info debug dry-run build upload deploy deploy-reboot reboot +subrecipes += list-generations delete-generations cleanup +subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment ${subrecipes}: @$(MAKE) --no-print-directory -C nixops/ $@ - -env: - ./scripts/make-env - -env-dry-run: - ./scripts/make-env --dry-run - -nix-info: - NIXOPS_DEPLOYMENT="" ./scripts/nix_infos - -nix-info-nixops: - NIXOPS_DEPLOYMENT="n" ./scripts/nix_infos +.PHONY: ${subrecipes} nur: ./scripts/make-nur @@ -21,4 +14,4 @@ nur: shellcheck: shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict -.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck +.PHONY: nur shellcheck