slamdata/devtools

Name: devtools

Owner: SlamData, Inc.

Description: Development tools for SlamData

Created: 2015-07-30 16:29:23.0

Updated: 2018-04-12 17:21:30.0

Pushed: 2018-04-12 17:21:28.0

Homepage: null

Size: 37

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

devtools

Development tools for SlamData

Merge Instructions

How to get up and running with sdmerge.

  1. Git clone the slamdata/devtools repo using:
t 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:

  3. Generate ssh keys

  4. Exchage public key with github

  5. 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.

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

  7. Now run the sdmerge script as follows:

merge 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.