Clarify log message to not look like a failure 64/76664/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 4 Oct 2018 20:45:04 +0000 (16:45 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 4 Oct 2018 20:58:53 +0000 (16:58 -0400)
commitcff77f28be87f6951786f94a6acdcbbe5c148f1e
treefa132dc3968f7647d55f549ed82bed1d4eda49ed
parent6181ae15d4dc986b88a03d1d39fce38f3101bc7a
Clarify log message to not look like a failure

The result of checking if there's a known_host file we should clean up
looks a lot like a failure in the logs. It's actually not a big deal.

+ rm /home/jenkins/.ssh/known_hosts
rm: cannot remove /home/jenkins/.ssh/known_hosts: \
  No such file or directory
+ echo 'No known_hosts file'
No known_hosts file

This is immediately followed by an obvious transition in the logs,
enforcing the idea that this 'error' caused the transition.

The linked Jira was raised about this, thinking it was an real error.

Change-Id: I7baa6a112ecdfc44d3511accfe5624d7572ba713
Jira: INTPAK-201
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
jjb/packaging/packaging-macros.yaml