Migration no more!

This commit is contained in:
Philippe Pittoli 2024-12-01 23:30:03 +01:00
parent 9745a1e9f3
commit 97787a582b
2 changed files with 5 additions and 10 deletions

6
dev.mk
View File

@ -34,9 +34,9 @@ serve-doc:
# @#-cd $(DIR)/halogen-websocket-ipc-playzone && make bundle
checkouts:
-cd $(DIR_WEBCLIENT) && git checkout caa
-cd $(DIR_AUTHD) && git checkout migration
-cd $(DIR_DNSMANAGER) && git checkout migration
@#-cd $(DIR_WEBCLIENT) && git checkout caa
@#-cd $(DIR_AUTHD) && git checkout migration
@#-cd $(DIR_DNSMANAGER) && git checkout migration
clone-repos-parser:
git clone $(REPOSITORY_HOST)/Baguette/parser.git $(DIR_PARSER)

View File

@ -1,7 +1,6 @@
tdir=$(DIR_DNSMANAGER)/templates/
a=example.com
b=netlib.re
c=codelib.re
a=netlib.re
b=codelib.re
build-template-zones:
[ ! -f $(tdir)$(a).json ] &&\
cd $(DIR_DNSMANAGER) &&\
@ -11,10 +10,6 @@ build-template-zones:
cd $(DIR_DNSMANAGER) &&\
make zone-basic-template-file DOMAIN=$(b) &&\
mv $(b).json templates/ || :
[ ! -f $(tdir)$(c).json ] &&\
cd $(DIR_DNSMANAGER) &&\
make zone-basic-template-file DOMAIN=$(c) &&\
mv $(c).json templates/ || :
run-dnsmanagerd: build-template-zones
cd $(DIR_DNSMANAGER) && make run-dnsmanagerd