Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.08 KB

devtools

Development tools for SlamData

Merge Instructions

How to get up and running with sdmerge.

  1. Git clone the slamdata/devtools repo using:
→ git clone https://github.com/slamdata/devtools.git
  1. The sdmerge script depends on python 3.

  2. You also need to exchange ssh keys with github. This requires two steps:

  • Generate ssh keys
  • Exchage public key with github
  1. To merge a PR from private repository, you need to get github access token from here. Provide it to the script through GITHUB_TOKEN env variable.

  2. In addition ensure the PR has a version label assigned to it.

  3. Now run the sdmerge script as follows:

→ sdmerge REPO-NAME PR-NUMBER

replacing REPO-NAME by the name of a repository, for exapmle quasar-analytics/quasar.

REPO-NAME may be skipped if script is run from target repo directory and has remote named upstream.