wip: bundle debugging

This commit is contained in:
mustard 2025-10-20 17:13:24 +02:00
parent 090353da56
commit 092aeb3589

View file

@ -22,7 +22,7 @@ fi
branch=$(git branch --show-current)
echo "(${guest_name}) creating bundle for branch '${branch}'" >&2
mkdir -p .bundles
git bundle create .bundles/domu.bundle "${branch}"
git bundle create .bundles/qubes-mgmt-salt "${branch}"
popd >/dev/null
@ -51,7 +51,7 @@ git remote add "${guest_name}" \$(pwd)/.bundles/qubes-mgmt-salt
# ensure remote refs are present in each repo
git fetch "${guest_name}" # ensure remote refs are present in the dom0 repo
git bundle create .bundles/dom0.bundle main~1..main main
git bundle create .bundles/qubes-mgmt-salt main~1..main main
qvm-run -p "${guest_name}" "cat > ${guest_repo_dir}/.bundles/qubes-mgmt-salt" <.bundles/qubes-mgmt-salt