Loading config/.meepctl-repocfg.yaml +17 −0 Original line number Diff line number Diff line Loading @@ -942,6 +942,23 @@ repo: docker-data: # location of entry script 'entrypoint.sh': go-apps/meep-federation/entrypoint.sh meep-mosquitto: # location of source code src: go-apps/meep-mosquitto bin: bin/meep-mosquitto # enable meepctl build build: false # enable meepctl dockerize dockerize: true # enable meepctl deploy/delete deploy: false # supports code coverage measurement when built in codecov mode codecov: false # supports linting lint: false docker-data: 'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf 'listener.conf': go-apps/meep-mosquitto/listener.conf #------------------------------ # Dependencies Loading Loading
config/.meepctl-repocfg.yaml +17 −0 Original line number Diff line number Diff line Loading @@ -942,6 +942,23 @@ repo: docker-data: # location of entry script 'entrypoint.sh': go-apps/meep-federation/entrypoint.sh meep-mosquitto: # location of source code src: go-apps/meep-mosquitto bin: bin/meep-mosquitto # enable meepctl build build: false # enable meepctl dockerize dockerize: true # enable meepctl deploy/delete deploy: false # supports code coverage measurement when built in codecov mode codecov: false # supports linting lint: false docker-data: 'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf 'listener.conf': go-apps/meep-mosquitto/listener.conf #------------------------------ # Dependencies Loading