Loading config/.meepctl-repocfg.yaml +36 −0 Original line number Diff line number Diff line Loading @@ -1067,6 +1067,42 @@ repo: docker-data: 'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf 'listener.conf': go-apps/meep-mosquitto/listener.conf meep-om2m-acme: # location of source code src: go-apps/meep-iot-pltf/acme bin: bin/meep-iot-pltf/acme # 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: # location of entry script 'entrypoint.sh': go-apps/meep-iot-pltf/acme/entrypoint.sh 'acme.ini': go-apps/meep-iot-pltf/acme/acme.ini 'acme': go-apps/meep-iot-pltf/acme/acme meep-om2m-tinyiot: # location of source code src: go-apps/meep-iot-pltf/tinyiot bin: bin/meep-iot-pltf/tinyiot # 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: # location of entry script 'entrypoint.sh': go-apps/meep-iot-pltf/tinyiot/entrypoint.sh #------------------------------ # Dependencies Loading Loading
config/.meepctl-repocfg.yaml +36 −0 Original line number Diff line number Diff line Loading @@ -1067,6 +1067,42 @@ repo: docker-data: 'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf 'listener.conf': go-apps/meep-mosquitto/listener.conf meep-om2m-acme: # location of source code src: go-apps/meep-iot-pltf/acme bin: bin/meep-iot-pltf/acme # 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: # location of entry script 'entrypoint.sh': go-apps/meep-iot-pltf/acme/entrypoint.sh 'acme.ini': go-apps/meep-iot-pltf/acme/acme.ini 'acme': go-apps/meep-iot-pltf/acme/acme meep-om2m-tinyiot: # location of source code src: go-apps/meep-iot-pltf/tinyiot bin: bin/meep-iot-pltf/tinyiot # 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: # location of entry script 'entrypoint.sh': go-apps/meep-iot-pltf/tinyiot/entrypoint.sh #------------------------------ # Dependencies Loading