From bdaa40c51fe98ff167d2c05a0b21600c95185e67 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 25 Dec 2024 23:17:24 -0600 Subject: try to push patchsets --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d45154..43735d6 100644 --- a/Makefile +++ b/Makefile @@ -65,16 +65,16 @@ all: install forge --no-gui find --all patches: install - forge --do-patches + forge --patchset "from makefile" -patches-localhost: install - forge --do-patches --url "http://localhost:2233/" +localhost-patches: install + forge --patchset "test-localhost" --url "http://localhost:2233/" patches-list: install - forge --list-patches --url "http://localhost:2233/" + forge --list-patchset dirty: install - forge do --dirty + forge --no-gui find --all --dirty restart: reset -- cgit v1.2.3