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

Unified Diff: remoting/webapp/build-webapp.py

Issue 1137753002: [Chromoting] Remove check for out/Release dir in build-webapp.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/build-webapp.py
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
index 9ed59d87b2bb12f6a696923841891d57db4773ac..4f9e981f8c6ae7d19724ec81b95a493db26d0330 100755
--- a/remoting/webapp/build-webapp.py
+++ b/remoting/webapp/build-webapp.py
@@ -247,8 +247,6 @@ def buildWebApp(buildtype, version, destination, zip_path,
if not is_prod_service_environment:
raise Exception('Invalid service_environment targeted for '
+ buildtype + ': ' + service_environment)
- if 'out/Release' not in destination and 'out\Release' not in destination:
- raise Exception('Prod builds must be placed in the out/Release folder')
joedow 2015/05/08 17:16:36 I think we can remove this check but we just need
if appid != None:
raise Exception('Cannot pass in an appid for '
+ buildtype + ' builds: ' + service_environment)
« 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