diff options
| author | Jeff Carr <[email protected]> | 2024-12-25 23:17:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-25 23:17:24 -0600 |
| commit | bdaa40c51fe98ff167d2c05a0b21600c95185e67 (patch) | |
| tree | 7855cd54d052978074cff2ef933c9a7f8cd1ecb5 /Makefile | |
| parent | 4ec714a678efea22b93833db4d85ac637c5c47c8 (diff) | |
try to push patchsetsv0.22.28
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
