[ARVADOS-DEV] updated: 34ef97e556eff9a315160f0317a6652154d749f0

git at public.curoverse.com git at public.curoverse.com
Thu Jul 23 12:57:58 EDT 2015


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

       via  34ef97e556eff9a315160f0317a6652154d749f0 (commit)
       via  d8d561588362cf4c2e100949b39eb45661471535 (commit)
      from  f32deb7586783a24dd419329975f1d9429728d29 (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 34ef97e556eff9a315160f0317a6652154d749f0
Author: Nico Cesar <nico at curoverse.com>
Date:   Thu Jul 23 12:55:13 2015 -0400

    one of the scopes wasnt working
    
    closes #6700

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 43b17b8..054b16f 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -19,6 +19,7 @@ function usage {
     echo >&2 '               \"GET /arvados/v1/groups\",'
     echo >&2 '               \"GET /arvados/v1/links\",'
     echo >&2 '               \"GET /arvados/v1/groups/\",'
+    echo >&2 '               \"GET /arvados/v1/collections\",'
     echo >&2 '               \"POST /arvados/v1/collections\",'
     echo >&2 '               \"POST /arvados/v1/links\"]"'
     echo >&2

commit d8d561588362cf4c2e100949b39eb45661471535
Author: Nico Cesar <nico at curoverse.com>
Date:   Thu Jul 23 10:53:41 2015 -0400

    scopes in usage() are wrong.
    
    refs #6700

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 1d23b4e..43b17b8 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -15,11 +15,10 @@ function usage {
     echo >&2 "Note: this script requires an arvados token created with these permissions:"
     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/keep_services/accessible\",'
     echo >&2 '               \"POST /arvados/v1/collections\",'
     echo >&2 '               \"POST /arvados/v1/links\"]"'
     echo >&2

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list