From: Anil Belur Date: Thu, 6 Jun 2019 00:22:54 +0000 (+1000) Subject: Fix release notes format X-Git-Tag: v0.24.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=fcd29c1c74575dda69052a45f1b65349008bb094;p=releng%2Flftools.git Fix release notes format The change 6624bcb3191fdbe45bc7ae1c570a1b7873a5d193 breaks the verify jobs Change-Id: I70778a7ed26c9c197b431a1f399eaeaae70a2baf Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/lftools-deploy-HandleMissingArchiveDir-415ac62d2a45303f.yaml b/releasenotes/notes/lftools-deploy-HandleMissingArchiveDir-415ac62d2a45303f.yaml index 8293cb21..8a84742a 100644 --- a/releasenotes/notes/lftools-deploy-HandleMissingArchiveDir-415ac62d2a45303f.yaml +++ b/releasenotes/notes/lftools-deploy-HandleMissingArchiveDir-415ac62d2a45303f.yaml @@ -1,3 +1,4 @@ +--- fixes: - | Fixes an OSError exception that is not handled, in the lftools command: @@ -14,4 +15,3 @@ fixes: 12:07:36 File "/home/jenkins/.local/lib/python2.7/site-packages/lftools/deploy.py", line 166, in copy_archives 12:07:36 for file_or_dir in os.listdir(archives_dir): 12:07:36 OSError: [Errno 2] No such file or directory: '/w/workspace/music-mdbc-master-verify-java/archives' -