From 31a9737bcba23fc2070de9a8140109bf21f18bcd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 01:53:58 -0500 Subject: always have to commit and merge at this point --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0a6881e..5354e43 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3