From 092aeb3589a3b22f027ec655a2a04775e09845b7 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 17:13:24 +0200 Subject: [PATCH] wip: bundle debugging --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index f42c8ff..886c608 100755 --- a/setup.sh +++ b/setup.sh @@ -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