diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 01:53:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 01:53:58 -0500 |
| commit | 31a9737bcba23fc2070de9a8140109bf21f18bcd (patch) | |
| tree | ef88decf9a77d786b387a6a296e5bc1fe46876b6 | |
| parent | 7192168bcba1eb80b0d218835774fa48caeb7ed6 (diff) | |
always have to commit and merge at this point
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,12 +65,16 @@ publish: forge show deb-with-commits: + make commit + make merge rm -f ~/incoming/*.deb forge commit --all forge normal wit build deb --force deb-with-commits-all: + make commit + make merge rm -f ~/incoming/*.deb forge commit --all forge normal |
