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 # @#-cd $(DIR)/halogen-websocket-ipc-playzone && make bundle
checkouts: checkouts:
-cd $(DIR_WEBCLIENT) && git checkout caa @#-cd $(DIR_WEBCLIENT) && git checkout caa
-cd $(DIR_AUTHD) && git checkout migration @#-cd $(DIR_AUTHD) && git checkout migration
-cd $(DIR_DNSMANAGER) && git checkout migration @#-cd $(DIR_DNSMANAGER) && git checkout migration
clone-repos-parser: clone-repos-parser:
git clone $(REPOSITORY_HOST)/Baguette/parser.git $(DIR_PARSER) git clone $(REPOSITORY_HOST)/Baguette/parser.git $(DIR_PARSER)

View File

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