From 320f7bd2a4746453f564dcf2394338b0f013d34d Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 17:20:34 +0200 Subject: [PATCH] wip: even more bundle debugging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e40750..6c5ddd6 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ pull/%: echo "creating bundle" qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" $(BUNDLEIN) + qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-salt" $(BUNDLEIN) git remote add $(GUEST) $(BUNDLEIN) || true