[ARVADOS] updated: 1.3.0-2725-g72bac44ad

Git user git at public.arvados.org
Thu Jun 25 20:06:12 UTC 2020


Summary of changes:
 services/api/lib/fix_roles_projects.rb | 2 ++
 1 file changed, 2 insertions(+)

       via  72bac44ada0faa8bf039fb0ffea0f069d7c59310 (commit)
      from  233335acf0dcbdc96f9653c0a9b3040d93707ec6 (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 72bac44ada0faa8bf039fb0ffea0f069d7c59310
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Jun 25 16:04:51 2020 -0400

    require 'update_permissions' fix for migration refs #16007
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/lib/fix_roles_projects.rb b/services/api/lib/fix_roles_projects.rb
index 5dd127b3e..86d14060e 100644
--- a/services/api/lib/fix_roles_projects.rb
+++ b/services/api/lib/fix_roles_projects.rb
@@ -2,6 +2,8 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
+require 'update_permissions'
+
 include CurrentApiClient
 
 def fix_roles_projects

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list