Comment 0 for bug 1467847

Revision history for this message
Kick In (kick-d) wrote :

Hi,

sbuild: 0.65.2-1ubuntu2

I'm running a wily instance, I installed and configure sbuild to retrieve wily chroots.

I ran sbuild -Ad and the build was unsuccessfull, but schroot -al didn't list any session, it was removed.

I then checked my .sbuildrc, and it was set to:
$purge_build_directory = 'successful';
$purge_session = 'successful';
$purge_build_deps = 'successful';

I changed it to:
$purge_build_directory = 'never';
$purge_session = 'never';
$purge_build_deps = 'never';

launch a watch ls -l /var/lib/schroot/session

and re-ran sbuild,

I saw session being well created in /var/lib/schroot/session, but at the end of the proposed it got automatically purged.