# .. show instructions of how to get access to the build chroot
logger.info('''
###
-### In case you need to analyze the results within chroot, do the following:
+### In case you need to analyze the results within a chroot, do the following:
### * login to {hostname}
### * become user {jenkins_user} (or a user which belongs to the sbuild group)
### * then execute:
### after you are done.
'''.format(hostname=socket.gethostname(),
jenkins_user=ENV['USER'],
- jenkins_workspace=builder.dsc_dir,
+ jenkins_workspace=os.path.abspath(builder.dsc_dir),
command=' '.join(escape_arg(arg) for arg in builder.debug_command),
))
figlet('Build failed')