Preparations for Clixon 6.0 release
Test: - netconf-monitoring using http-data disabled for restconf=fcgi - updated cicd.sh script with detail and change logfile
This commit is contained in:
parent
c94e9dad67
commit
67e6e5e5e1
7 changed files with 82 additions and 178 deletions
|
|
@ -58,9 +58,9 @@ all: $(HOSTS)
|
|||
# Real hosts reachable by ssh
|
||||
$(HOSTS):
|
||||
ifdef LOGDIR
|
||||
./cicd.sh $@ $(RESTCONF) 2>&1 > $(LOGDIR)/$@-$(RESTCONF).log
|
||||
./cicd.sh $@ $(RESTCONF) 2>&1 > $(LOGDIR)/host-$(RESTCONF)-$@.log
|
||||
else
|
||||
./cicd.sh $@ $(RESTCONF) 2>&1 | tee /$@-$(RESTCONF).log
|
||||
./cicd.sh $@ $(RESTCONF) 2>&1 | tee /host-$(RESTCONF)-$@.log
|
||||
endif
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue