Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 'make update' to makefile #237

Closed
osterbit opened this issue Feb 6, 2018 · 0 comments
Closed

add 'make update' to makefile #237

osterbit opened this issue Feb 6, 2018 · 0 comments
Milestone

Comments

@osterbit
Copy link
Contributor

osterbit commented Feb 6, 2018

I use this very simple shell script to update my qri repos, may not be quite generic enough to copy paste, but thought I'd share as a starting point to make it easier to update everything

qri_update.sh:

cd ${GOPATH}/src/github.com/qri-io/qri
git checkout master
git pull
gx install
cd ../cafs
git checkout master
git pull
cd ../dataset
git checkout master
git pull
cd ../varName
git checkout master
git pull
cd ../datasetDiffer
git checkout master
git pull
cd ../dataset_sql
git checkout master
git pull
cd /Users/osterbit/sdev/web
git checkout master
git pull
yarn
cd ${GOPATH}/src/github.com/qri-io/qri
b5 added a commit that referenced this issue Apr 17, 2018
added a quick makefile action to checkout qri repos & update,
and documentation to help fix issues encountered rebuilding qri
after updates.
also bumped circleci to use go 1.10.1

closes #313, closes #237
@b5 b5 added this to the 0.3.1 milestone Apr 17, 2018
@b5 b5 closed this as completed in 348f420 Apr 17, 2018
ramfox pushed a commit that referenced this issue May 3, 2018
added a quick makefile action to checkout qri repos & update,
and documentation to help fix issues encountered rebuilding qri
after updates.
also bumped circleci to use go 1.10.1, and removed unused deps

closes #313, closes #237
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants