From: Jaroslav Kysela Date: Wed, 17 Oct 2018 11:24:11 +0000 (+0200) Subject: bintray: disable uploads :-( X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a7f2df8bd0967328ea7d80f1728c2cd1c226d0;p=thirdparty%2Ftvheadend.git bintray: disable uploads :-( --- diff --git a/support/bintray.py b/support/bintray.py index 15e4a3d71..7c65a3a6d 100755 --- a/support/bintray.py +++ b/support/bintray.py @@ -191,6 +191,7 @@ def get_bintray_params(filename, hint=None): return (basename, args, extra) def do_publish(*args): + return if len(args) < 1: error(1, 'upload [file with the file list]') if not DEBUG: branches = os.popen('git branch --contains HEAD').readlines()