ReleaseEngineering/How To/VCSSync: Difference between revisions

new mapper url
(Add section for creating a clone to a custom github org/project with a unique deploy key.)
(new mapper url)
 
Line 294: Line 294:
** Add the key to the vcs2vcs account on the vcssync server
** Add the key to the vcs2vcs account on the vcssync server
* Add the project to mapper for hg to git hash mapping
* Add the project to mapper for hg to git hash mapping
** Login to https://api.pub.build.mozilla.org
** Get a token from https://mozilla-releng.net/tokens
** POST to /mapper/project-name on https://api.pub.build.mozilla.org
** POST to /project-name on https://mapper.mozilla-releng.net
* Filesystem setup on the vcssync server
* Filesystem setup on the vcssync server
** Clone the source hg repo to /opt/vcs2vcs/vcs_sync_build/build/stage_source/
** Clone the source hg repo to /opt/vcs2vcs/vcs_sync_build/build/stage_source/
14

edits