summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-25 23:17:24 -0600
committerJeff Carr <[email protected]>2024-12-25 23:17:24 -0600
commitbdaa40c51fe98ff167d2c05a0b21600c95185e67 (patch)
tree7855cd54d052978074cff2ef933c9a7f8cd1ecb5 /Makefile
parent4ec714a678efea22b93833db4d85ac637c5c47c8 (diff)
try to push patchsetsv0.22.28
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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