You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2019. It is now read-only.
As part of the ongoing "redeployability" project, a user needs one more piece of information to connect to a Taskcluster service: a root URL. For the current Taskcluster, that's https://taskcluster.net, but for example for another cluster that's https://taskcluster.imbstack.com. #192 addressed a little bit of this: the taskcluster signin command gets a root URL configuration and uses it to figure out what loginUrl to open, and also outputs that as an environment variable for the user.
The next step is to make all of the other commands in this repo also use TASKCLUSTER_ROOT_URL. That will entail moving the rootUrl option to the global options for all commands (where clientId and accessToken are defined), and then using the rootUrl along with https://github.com/taskcluster/taskcluster-lib-urls to call the proper APIs.
@palash25 does this look like something you could work on? It can probably be done in parts:
See https://bugzilla.mozilla.org/show_bug.cgi?id=1460012
As part of the ongoing "redeployability" project, a user needs one more piece of information to connect to a Taskcluster service: a root URL. For the current Taskcluster, that's
https://taskcluster.net, but for example for another cluster that'shttps://taskcluster.imbstack.com. #192 addressed a little bit of this: thetaskcluster signincommand gets a root URL configuration and uses it to figure out what loginUrl to open, and also outputs that as an environment variable for the user.The next step is to make all of the other commands in this repo also use TASKCLUSTER_ROOT_URL. That will entail moving the rootUrl option to the global options for all commands (where clientId and accessToken are defined), and then using the rootUrl along with https://github.com/taskcluster/taskcluster-lib-urls to call the proper APIs.
@palash25 does this look like something you could work on? It can probably be done in parts:
apicommands