From 94124ea305e0f5904bbb971ed64ba79600be0660 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 2 Oct 2018 15:35:09 +0200 Subject: [PATCH] bintray.py: remove staticlib from tidy --- support/bintray.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' -- 2.47.3