wip: bundle debugging
This commit is contained in:
parent
090353da56
commit
092aeb3589
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue