fix: use qubes-mgmt-ansible and not qubes-mgmt-salt
This commit is contained in:
parent
311cf33dbb
commit
7c62001339
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -19,7 +19,7 @@ check-dom0 = $(error this target must be run in dom0)
|
||||||
check-domu = @true
|
check-domu = @true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUNDLEIN := .bundles/qubes-mgmt-salt
|
BUNDLEIN := .bundles/qubes-mgmt-ansible
|
||||||
|
|
||||||
|
|
||||||
ifeq (apply, $(firstword $(MAKECMDGOALS)))
|
ifeq (apply, $(firstword $(MAKECMDGOALS)))
|
||||||
|
|
@ -43,7 +43,7 @@ guard-domu:
|
||||||
.PHONY: create-bundle
|
.PHONY: create-bundle
|
||||||
create-bundle: guard-domu
|
create-bundle: guard-domu
|
||||||
mkdir -p .bundles
|
mkdir -p .bundles
|
||||||
git bundle create - --all > .bundles/qubes-mgmt-salt
|
git bundle create - --all > .bundles/qubes-mgmt-ansible
|
||||||
|
|
||||||
.PHONY: pull pull/%
|
.PHONY: pull pull/%
|
||||||
pull: pull/$(shell git branch --show-current)
|
pull: pull/$(shell git branch --show-current)
|
||||||
|
|
@ -56,7 +56,7 @@ pull/%:
|
||||||
echo "creating bundle"
|
echo "creating bundle"
|
||||||
qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" </dev/null
|
qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" </dev/null
|
||||||
|
|
||||||
qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-salt" </dev/null >$(BUNDLEIN)
|
qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-ansible" </dev/null >$(BUNDLEIN)
|
||||||
|
|
||||||
git remote add $(GUEST) $(BUNDLEIN) || true
|
git remote add $(GUEST) $(BUNDLEIN) || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue