You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/10/07 19:13:58 UTC

[celix] branch develop updated: Removed debug message from DockerPackaging (#120)

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new ed07c0c  Removed debug message from DockerPackaging (#120)
ed07c0c is described below

commit ed07c0c5260e4aea0c239559283a87f98fd3ebb6
Author: rbulter <ro...@gmail.com>
AuthorDate: Mon Oct 7 21:13:54 2019 +0200

    Removed debug message from DockerPackaging (#120)
---
 cmake/cmake_celix/DockerPackaging.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/cmake_celix/DockerPackaging.cmake b/cmake/cmake_celix/DockerPackaging.cmake
index 59ce9d8..5aa2d1f 100644
--- a/cmake/cmake_celix/DockerPackaging.cmake
+++ b/cmake/cmake_celix/DockerPackaging.cmake
@@ -324,7 +324,6 @@ $<JOIN:$<TARGET_PROPERTY:${DOCKER_TARGET},DOCKER_PROPERTIES>,
 
 
   if(CELIX_BUILD_DOCKER_USE_DOCKER_DIR_TAR)
-    message("RB ${CMAKE_BINARY_DIR}/${DOCKER_IMAGE_NAME}.tar.gz")
     add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/${DOCKER_IMAGE_NAME}.tar.gz
       COMMAND tar czf ${CMAKE_BINARY_DIR}/${DOCKER_IMAGE_NAME}.tar.gz --directory=$<TARGET_PROPERTY:${DOCKER_TARGET},DOCKER_LOC> .
       DEPENDS ${DOCKERFILE} ${DOCKER_TARGET}