Migration no more!
This commit is contained in:
parent
9745a1e9f3
commit
97787a582b
6
dev.mk
6
dev.mk
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user