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

Unified Diff: appengine/chromium_rietveld/Makefile

Issue 708863002: Fix 'make update' for initial deployments with a new GAE app-id. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/Makefile
diff --git a/appengine/chromium_rietveld/Makefile b/appengine/chromium_rietveld/Makefile
index 5578f067edbc946809fd393907670cb330f3f4f2..e95a22e0f296eca7744b702990e02251a737103d 100644
--- a/appengine/chromium_rietveld/Makefile
+++ b/appengine/chromium_rietveld/Makefile
@@ -65,7 +65,7 @@ update_revision:
@echo "---[Updating REVISION]---"
@echo "$(VERSION_TAG)" >REVISION
-update: update_revision mapreduce update_backend
+update_frontend: update_revision mapreduce
@echo "---[Updating $(APPID)]---"
$(APPCFG) $(APPCFG_FLAGS) update . --oauth2 --application $(APPID) --version $(VERSION)
@@ -73,6 +73,8 @@ update_backend: update_revision mapreduce
@echo "---[Updating backend $(APPID)]---"
$(APPCFG) $(APPCFG_FLAGS) backends update . --oauth2 --application $(APPID) --version $(VERSION)
+update: update_frontend update_backend
+
upload: update
deploy: update
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698