]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
prune-quay.py: reinstate verbose log about form of tag
authorDan Mick <dmick@redhat.com>
Mon, 8 Mar 2021 20:31:48 +0000 (12:31 -0800)
committerDan Mick <dmick@redhat.com>
Tue, 9 Mar 2021 03:22:42 +0000 (19:22 -0800)
Signed-off-by: Dan Mick <dmick@redhat.com>
quay-pruner/build/prune-quay.py

index 518bd740df13708e55556de2cf626520783dfecf..055d765207e4e60fdd4e23f9559c054f1173f6be 100755 (executable)
@@ -223,12 +223,10 @@ def main():
 
         ref, short_sha1, el, arch = parse_quay_tag(name)
         if ref is None:
-            '''
             if args.verbose:
                 print(
                     'Skipping %s, not in ref-shortsha1-el-arch form' % name
                 )
-            '''
             continue
 
         if ref_present_in_shaman(ref, short_sha1, el, arch, args.verbose):