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

Unified Diff: autoroll/Makefile

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « autoroll/.bowerrc ('k') | autoroll/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoroll/Makefile
diff --git a/alertserver/Makefile b/autoroll/Makefile
similarity index 80%
copy from alertserver/Makefile
copy to autoroll/Makefile
index cb3cd7cdfd593f56fd476117a8e9479dfdd90fcd..a9e56ef91d466317e97e9b4cab454e54a2322e26 100644
--- a/alertserver/Makefile
+++ b/autoroll/Makefile
@@ -12,22 +12,19 @@ BOWER_DIR=third_party/bower_components
include ../go/skiaversion/skiaversion.mk
-all: alertserver
+all: autoroll
-alertserver: core_js elements_html skiaversion
- go install -v ./go/alertserver
+autoroll: core_js elements_html skiaversion
+ go install -v ./go/autoroll
testgo: skiaversion
go test ./go/... -v
-migratedb:
- go install -v ./go/alertserver_migratedb
-
# Build debug versions of core.js and elements.html.
.PHONY: debug
debug: clean_webtools debug_core_js debug_elements_html
include ../webtools/webtools.mk
-release: alertserver
+release: autoroll
./build_release "$(MESSAGE)"
« no previous file with comments | « autoroll/.bowerrc ('k') | autoroll/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698