[ARVADOS-DEV] updated: bfa2dd53794c53558aecb44577ab1e4752c268a0

git at public.curoverse.com git at public.curoverse.com
Thu Sep 3 10:06:37 EDT 2015


Summary of changes:
 jenkins/run-deploy.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  bfa2dd53794c53558aecb44577ab1e4752c268a0 (commit)
      from  b4006ddaf13af4210e2019adfbc1eba3ae963c60 (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 bfa2dd53794c53558aecb44577ab1e4752c268a0
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Sep 3 10:06:16 2015 -0400

    Another tweak to the scopes required for run-deploy.sh to do its thing.
    
    No issue #

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index fb22633..d2c12ee 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -16,9 +16,10 @@ function usage {
     echo >&2 '  arv api_client_authorization create_system_auth \'
     echo >&2 '    --scopes "[\"GET /arvados/v1/virtual_machines\",'
     echo >&2 '               \"GET /arvados/v1/keep_services\",'
+    echo >&2 '               \"GET /arvados/v1/keep_services/\",'
     echo >&2 '               \"GET /arvados/v1/groups\",'
-    echo >&2 '               \"GET /arvados/v1/links\",'
     echo >&2 '               \"GET /arvados/v1/groups/\",'
+    echo >&2 '               \"GET /arvados/v1/links\",'
     echo >&2 '               \"GET /arvados/v1/collections\",'
     echo >&2 '               \"POST /arvados/v1/collections\",'
     echo >&2 '               \"POST /arvados/v1/links\"]"'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list