[meld/meld-3-12] maint: Upload is unreliable, so don't make skipping it abort a release



commit 9dd70186b7b649edfaee43982c42f6d00736f8a1
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Oct 26 07:25:00 2014 +1000

    maint: Upload is unreliable, so don't make skipping it abort a release

 maint.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index cef24c5..642718c 100755
--- a/maint.py
+++ b/maint.py
@@ -376,7 +376,7 @@ def tag():
 @click.argument('path', type=click.Path(exists=True))
 def upload(path):
     click.confirm(
-        '\nUpload %s to %s?' % (path, UPLOAD_SERVER), default=True, abort=True)
+        '\nUpload %s to %s?' % (path, UPLOAD_SERVER), default=True, abort=False)
     cmd = ['scp', path, UPLOAD_SERVER + ':']
     call_with_output(cmd, timeout=120)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]