From: Dan Mick Date: Mon, 8 Mar 2021 20:31:48 +0000 (-0800) Subject: prune-quay.py: reinstate verbose log about form of tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6e792d46031c81ee268f978b861701f1d315457;p=ceph-build.git prune-quay.py: reinstate verbose log about form of tag Signed-off-by: Dan Mick --- diff --git a/quay-pruner/build/prune-quay.py b/quay-pruner/build/prune-quay.py index 518bd740..055d7652 100755 --- a/quay-pruner/build/prune-quay.py +++ b/quay-pruner/build/prune-quay.py @@ -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):