diff --git a/Makefile b/Makefile index 5f00601..c523b18 100644 --- a/Makefile +++ b/Makefile @@ -30,15 +30,18 @@ create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \ .PHONY: pull pull/% pull: pull/$(shell git branch --show-current) pull/%: + echo "check dom0" $(check-dom0) + echo "clean workdir" $(clean-workdir) - + + echo "creating bundle" qvm-run -p $(GUEST) "cd $(GUEST_REPO) && $(call create-bundle,dom0)" $(BUNDLEIN) git remote add $(GUEST) $(BUNDLEIN) || true - + git pull $(GUEST) $*:$* qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*"