wip: some more bundle debugging
This commit is contained in:
parent
092aeb3589
commit
60d8042f44
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
|
@ -22,7 +22,8 @@ fi
|
||||||
branch=$(git branch --show-current)
|
branch=$(git branch --show-current)
|
||||||
echo "(${guest_name}) creating bundle for branch '${branch}'" >&2
|
echo "(${guest_name}) creating bundle for branch '${branch}'" >&2
|
||||||
mkdir -p .bundles
|
mkdir -p .bundles
|
||||||
git bundle create .bundles/qubes-mgmt-salt "${branch}"
|
|
||||||
|
git bundle create - --all > .bundles/qubes-mgmt-salt
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue