aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 50fa09f444082d2d542e8663dfbc68839d07be80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                              
                                                              
                                                                       
                                                         

                                                   

                     

                          
                                                                                     
 


                                                                                                                                                                       
                      
subrecipes = setup nix-info edit_env edit_vars
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