[ARVADOS] updated: 1.1.0-55-g8a23640

Git user git at public.curoverse.com
Fri Oct 13 13:52:07 EDT 2017


Summary of changes:
 build/run-library.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  8a236407d92ca349b590c5cd196827140917a13e (commit)
      from  22a6e0d6c412765106e8ec6733729743becb7d99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8a236407d92ca349b590c5cd196827140917a13e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Oct 13 14:51:57 2017 -0300

    12389: try to solve dep issue on packages accessing same dir
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 01ddded..f7abed9 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -387,8 +387,8 @@ fpm_build () {
   # section in the generated SPEC files. To remove DIRECTORIES, they need to
   # be listed in that sectiontoo, so we need to add this parameter to properly
   # remove lingering dirs.
-  if [[ rpm = "$FORMAT" ] && ["$PACKAGE_NAME"!= "python33-python-six"*]]; then
-    COMMAND_ARR+=('--rpm-auto-add-directories')
+  if [[ rpm = "$FORMAT" ]]; then
+    COMMAND_ARR+=('--rpm-auto-add-directories --rpm-use-file-permissions')
   fi
 
   if [[ "${DEBUG:-0}" != "0" ]]; then

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list