wip: some more bundle debugging

This commit is contained in:
mustard 2025-10-20 17:15:59 +02:00
parent 092aeb3589
commit 60d8042f44

View file

@ -22,7 +22,8 @@ fi
branch=$(git branch --show-current)
echo "(${guest_name}) creating bundle for branch '${branch}'" >&2
mkdir -p .bundles
git bundle create .bundles/qubes-mgmt-salt "${branch}"
git bundle create - --all > .bundles/qubes-mgmt-salt
popd >/dev/null