mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-09 22:46:44 +00:00
f6693ca06a
Each <dep>/sbuild.pl copies the built .deb(s) to --result-dir from INSIDE the schroot session. That only reaches the host when --result-dir is on a path bind-mounted into the chroot (the shared /opt/xcat-ci-shared tree, as the CI uses). A mis-configured result-dir (e.g. a chroot-local /tmp) would let the build "succeed" yet leave nothing on the host -- a silent no-output. Verify host-side after the session that the .deb(s) are actually present and fail loud with a pointed message otherwise (consistent with the fail-hard design). Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>