blob: 9c12ff48fdeafc687e840fe989cd1a54aefb40b1 (
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
subrecipes += debug build upload deploy 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
|