]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bintray.py: remove staticlib from tidy
authorJaroslav Kysela <perex@perex.cz>
Tue, 2 Oct 2018 13:35:09 +0000 (15:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 2 Oct 2018 14:09:20 +0000 (16:09 +0200)
support/bintray.py

index 92be5d09eed82b5265e21b9f792838d1ca64b22e..15e4a3d718d0dc2ac86e162f00c5fa422288ee78 100755 (executable)
@@ -316,11 +316,11 @@ def do_tidy(*args):
     files, sfiles = fedora_files('fedora')
     delete_up_to_count('fedora', sfiles, 10, fedora_delete)
 
-    files = get_files('misc', 'staticlib', 1)
-    for f in files:
-      a, b = f['path'].split('-')
-      f['sortkey'] = a + '*' + f['created']
-    delete_up_to_count('misc', files, 4)
+    #files = get_files('misc', 'staticlib', 1)
+    #for f in files:
+    #  a, b = f['path'].split('-')
+    #  f['sortkey'] = a + '*' + f['created']
+    #delete_up_to_count('misc', files, 4)
 
 def do_unknown(*args):
     r = 'Please, specify a valid command:\n'