Skip to content

Development tools for SlamData (including sdmerge)

License

Notifications You must be signed in to change notification settings

precog/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Development tools for SlamData (including sdmerge)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published