aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e5b9284a5d987abc0ee3ace49b14b36b543a297a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
subrecipes = setup nix-info edit_env
subrecipes += ssh-eldiron ssh-backup-2 ssh-monitoring-1 ssh-4c
subrecipes += debug build dry-run upload deploy next-boot deploy-reboot
subrecipes += list-generations delete-generations cleanup
${subrecipes}:
	@$(MAKE) --no-print-directory -C nixops/ $@
.PHONY: ${subrecipes}

nur:
	./scripts/make-nur
	curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"

shellcheck:
	shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict

.PHONY: nur shellcheck