[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kapptemplate] cmake/modules: Make build reproducible by adjusting the tar command user and group.
From:       Scarlett Clark <scarlett () scarlettgatelyclark ! com>
Date:       2016-06-04 22:10:33
Message-ID: E1b9Jm5-00042t-UN () scm ! kde ! org
[Download RAW message or body]

Git commit 6cf46de98283c7b002ee9c36f0a42b72ce3f448b by Scarlett Clark.
Committed on 04/06/2016 at 22:09.
Pushed by scarlettclark into branch 'master'.

Make build reproducible by adjusting the tar command user and group.

Closes: 363448

M  +1    -1    cmake/modules/KAppTemplateMacro.cmake

http://commits.kde.org/kapptemplate/6cf46de98283c7b002ee9c36f0a42b72ce3f448b

diff --git a/cmake/modules/KAppTemplateMacro.cmake b/cmake/modules/KAppTemplateMacro.cmake
index debb355..03a35a7 100644
--- a/cmake/modules/KAppTemplateMacro.cmake
+++ b/cmake/modules/KAppTemplateMacro.cmake
@@ -36,7 +36,7 @@ macro(kapptemplate_add_app_templates _templateNames)
         else(WIN32)
             add_custom_command(OUTPUT ${_template}
                 COMMAND tar ARGS -c -C ${CMAKE_CURRENT_SOURCE_DIR}/${_templateName}
-                    --exclude .kdev_ignore --exclude .svn
+                    --exclude .kdev_ignore --exclude .svn --owner=root --group=root --numeric-owner
                     -j -f ${_template} .
                 DEPENDS ${_deps}
             )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic