Skip to content

Commit

Permalink
Merge pull request #335 from sjoerd-ccu/debootstrap-fail
Browse files Browse the repository at this point in the history
Correct debootstrap log path
  • Loading branch information
mlschroe committed Feb 13, 2017
2 parents fe40b30 + 017eb18 commit 1255a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-debootstrap
Expand Up @@ -48,7 +48,7 @@ recipe_build_debootstrap() {
set -- chroot $BUILD_ROOT debootstrap --keep-debootstrap-dir --no-check-gpg --variant=buildd --arch="${arch}" --include="$FULL_PKG_LIST" "$dist" "$myroot" file:///.build.binaries
echo "running debootstrap..."
if ! "$@" || ! chroot $BUILD_ROOT dpkg --configure -a; then
cat $BUILD_ROOT/debootstrap/debootstrap.log
cat $BUILD_ROOT/$myroot/debootstrap/debootstrap.log
cleanup_and_exit 1 "Failed to setup debootstrap chroot"
fi

Expand Down

0 comments on commit 1255a8c

Please sign in to comment.