canmove, Confirmed users
112
edits
(added title for taskcluster setup) |
m (made some formatting changes) |
||
Line 7: | Line 7: | ||
'''Setting up taskcluster''' | '''Setting up taskcluster''' | ||
<br /> | |||
In order to run the previous python file we will need the help from taskcluster cli. The installation of the app can be done in two methods. Choose one. Both are correct. | In order to run the previous python file we will need the help from taskcluster cli. The installation of the app can be done in two methods. Choose one. Both are correct. | ||
* Download taskcluster needed file and make it executable | * Download taskcluster needed file and make it executable | ||
Line 16: | Line 17: | ||
'''Authentication''' | '''Authentication''' | ||
# Before running the command, check that you are logged on with your ldap on [https://tools.taskcluster.net/ taskcluster] | # Before running the command, check that you are logged on with your ldap on [https://tools.taskcluster.net/ taskcluster] | ||
# Next we need to sign in, running the following command : | # Next we need to sign in, running the following command : <br />./taskcluster signin | ||
In the browser a new page should have opened with all your taskcluster secrets and access groups. Scroll down until the bottom of the screen and check for a button called '''Create client''', ''press it''. Now you are ready to run the script. | In the browser a new page should have opened with all your taskcluster secrets and access groups. Scroll down until the bottom of the screen and check for a button called '''Create client''', ''press it''. Now you are ready to run the script. |