Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: datahopper/Makefile

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 default: 1 default:
2 go install -v ./go/datahopper 2 go install -v ./go/datahopper
3 3
4 release: 4 release:
5 ./build_release 5 ./build_release
6
7 migratedb:
8 go install -v ./go/buildbot_migratedb
OLDNEW
« no previous file with comments | « README.md ('k') | datahopper/go/buildbot_migratedb/main.go » ('j') | go/database/database.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698