[ARVADOS-DEV] updated: b4006ddaf13af4210e2019adfbc1eba3ae963c60
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 2 17:06:24 EDT 2015
Summary of changes:
jenkins/run-deploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b4006ddaf13af4210e2019adfbc1eba3ae963c60 (commit)
from 4d3faccfe98c1f00987d7bc1ab6509ef347cc2ac (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 b4006ddaf13af4210e2019adfbc1eba3ae963c60
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Sep 2 17:05:35 2015 -0400
Fix documented scope needed for run-deploy.sh
No issue #
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index c097a20..fb22633 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -15,7 +15,7 @@ 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/\",'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list