From: Jaroslav Kysela Date: Tue, 2 Oct 2018 13:35:09 +0000 (+0200) Subject: bintray.py: remove staticlib from tidy X-Git-Tag: v4.2.7~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94124ea305e0f5904bbb971ed64ba79600be0660;p=thirdparty%2Ftvheadend.git bintray.py: remove staticlib from tidy --- diff --git a/support/bintray.py b/support/bintray.py index 92be5d09e..15e4a3d71 100755 --- a/support/bintray.py +++ b/support/bintray.py @@ -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'