Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: releaseAutomation.py

Issue 29549766: Issue 5736 - Fix causeless abort of release (Closed)
Patch Set: Created Sept. 19, 2017, 1:13 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
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: releaseAutomation.py
diff --git a/releaseAutomation.py b/releaseAutomation.py
index 34f426d40126634da2ce6e4fac7b586ba3af04a9..a309ec81526fb1d373a7530271fe854dc8a77332 100644
--- a/releaseAutomation.py
+++ b/releaseAutomation.py
@@ -110,6 +110,7 @@ def can_safely_release(*repo_paths):
return False
if repo_has_outgoing():
return continue_with_outgoing()
+ return True
def run(baseDir, type, version, keyFile, downloadsRepo):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld