diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-08-24 21:06:01 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-08-25 12:27:23 +0200 |
commit | 7a05a24d414a5a95ee2bf377c87464d57bf5e035 (patch) | |
tree | 20d91be5ce69b7f5c15538604299b6012a426526 /Makefile | |
parent | f3ca662bf88213874d52929314f28ddcb6db9443 (diff) | |
download | koszko-org-server-7a05a24d414a5a95ee2bf377c87464d57bf5e035.tar.gz koszko-org-server-7a05a24d414a5a95ee2bf377c87464d57bf5e035.zip |
don't pull mitmproxy just for running hydrilla server
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ sample-malcontent: mkdir $@ printf 'hydrilla-builder -s tests/source-package-example/ -d %s' \ "$$(realpath $@)" | \ - make -C subrepos/hydrilla shell-with-haketilo + make -C subrepos/hydrilla shell-with-hydrilla-only LETSENCRYPT_ETC_DIR = $(TEST_ROOT_DIR)/etc/letsencrypt HYDRILLA_WEBSITE_ETC_DIR = $(TEST_ROOT_DIR)/etc/guix-container/hydrilla-website |