[ARVADOS] updated: 1.3.0-1732-g8e39d9869

Git user git at public.curoverse.com
Tue Oct 8 20:41:38 UTC 2019


Summary of changes:
 sdk/python/tests/fed-migrate/fed-migrate.cwl   | 4 ++++
 sdk/python/tests/fed-migrate/fed-migrate.cwlex | 2 ++
 2 files changed, 6 insertions(+)

       via  8e39d9869af9d7d59356d71875ab9eb5073dce01 (commit)
      from  8e2b4c9cd3ef1028056703e87131e633e6455c12 (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 8e39d9869af9d7d59356d71875ab9eb5073dce01
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Oct 8 16:41:22 2019 -0400

    15531: Fix file ownership after git pull as root
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/python/tests/fed-migrate/fed-migrate.cwl b/sdk/python/tests/fed-migrate/fed-migrate.cwl
index cb686847e..1c8fcca59 100644
--- a/sdk/python/tests/fed-migrate/fed-migrate.cwl
+++ b/sdk/python/tests/fed-migrate/fed-migrate.cwl
@@ -518,6 +518,10 @@ $graph:
 
                           git checkout -f $(inputs.refspec)
 
+                          git pull
+
+                          chown arvbox:arvbox -R .
+
                           EOF
 
 
diff --git a/sdk/python/tests/fed-migrate/fed-migrate.cwlex b/sdk/python/tests/fed-migrate/fed-migrate.cwlex
index 2d1325016..22bc95a83 100644
--- a/sdk/python/tests/fed-migrate/fed-migrate.cwlex
+++ b/sdk/python/tests/fed-migrate/fed-migrate.cwlex
@@ -43,6 +43,8 @@ $(inputs.arvbox_bin.path) pipe <<EOF
 cd /usr/src/arvados
 git fetch
 git checkout -f $(inputs.refspec)
+git pull
+chown arvbox:arvbox -R .
 EOF
 
 $(inputs.arvbox_bin.path) hotreset

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list