From ead93aab857cbdba9a199eaf22ecf03030e8d688 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 22:23:13 +0200 Subject: [PATCH] wip: make install task --- Makefile | 19 ++++++++----------- conf/overrides.conf | 4 ++++ conf/z_user.conf | 17 +++++++++++++++++ 3 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 conf/overrides.conf create mode 100644 conf/z_user.conf diff --git a/Makefile b/Makefile index baa8c96..0e7cbf6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -SHELL = /bin/sh +SHELL = /bin/bash + ifneq (,$(wildcard .bundle-env)) include .bundle-env @@ -41,24 +42,20 @@ pull/%: $(check-dom0) echo "clean workdir" $(clean-workdir) - + echo "creating bundle" qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" $(BUNDLEIN) git remote add $(GUEST) $(BUNDLEIN) || true - + git pull $(GUEST) $*:$* - + qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*"