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

Unified Diff: tools/observatory_tool.py

Issue 2540383003: Don't store git commit in observatory version string (Closed)
Patch Set: Don't store git commit in observatory version string Created 4 years 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 | tools/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/observatory_tool.py
diff --git a/tools/observatory_tool.py b/tools/observatory_tool.py
index f54c93d124fb21c94f97d69e903bc013cb4772fe..08f807328b53887f736d142d96ab338b30003b0d 100755
--- a/tools/observatory_tool.py
+++ b/tools/observatory_tool.py
@@ -188,7 +188,7 @@ def ExecuteCommand(options, args):
options.pub_executable,
options.pub_snapshot,
['build',
- '-DOBS_VER=' + utils.GetVersion(),
+ '-DOBS_VER=' + utils.GetVersion(ignore_svn_revision=True),
'--output', args[0]],
options.silent)
elif (cmd == 'deploy'):
« no previous file with comments | « no previous file | tools/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698