]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bintray: disable uploads :-(
authorJaroslav Kysela <perex@perex.cz>
Wed, 17 Oct 2018 11:24:11 +0000 (13:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 17 Oct 2018 11:24:11 +0000 (13:24 +0200)
support/bintray.py

index 15e4a3d718d0dc2ac86e162f00c5fa422288ee78..7c65a3a6dd3e8fc3f090a8888bfef167e673041f 100755 (executable)
@@ -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()