• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Updating the cloud repository
2
3[Cloud debugger](https://cloud.google.com/tools/cloud-debugger/)
4can now be used to debug errors in production. This debugging
5functionality requires having a copy of this repo in a [Cloud Source
6Repository](https://cloud.google.com/tools/cloud-repositories/docs/).
7
8In order to push the current state of this repository to the
9Cloud Source Repository for the Chrome Performance Dashboard:
10
11    gcloud auth login
12    git config credential.helper gcloud.sh
13    git remote add cloud-repo https://source.developers.google.com/p/chromeperf/
14    git push --all cloud-repo
15
16Note: If the Cloud Source Repository is changed to automatically mirror
17from the official catapult repository, then this should be unnecessary.
18
19