如果pdebuild失败,将chroot留在原位?

时间:2014-01-31 07:02:41

标签: continuous-integration chroot pdebuild

我正在使用pdebuild进行自动构建。有时这些构建失败。 在这些情况下,我想让chroot能够调查失败的原因。 我试图用--debug运行pdebuild,这是 - 根据pbuilder手册页 - 预计会做到这一点,但它没有效果。 如何告诉pdebuild保留构建环境?

1 个答案:

答案 0 :(得分:1)

根据此-mentors mailing list post,您可以使用提供的C10shell挂钩:

cp /usr/share/doc/pbuilder/examples/C10shell path/to/hook/dir

(我使用cp代替ln -s只是因为我经常自己编辑钩子。)

这将在失败时启动交互式shell。