summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 01:53:58 -0500
committerJeff Carr <[email protected]>2025-10-14 01:53:58 -0500
commit31a9737bcba23fc2070de9a8140109bf21f18bcd (patch)
treeef88decf9a77d786b387a6a296e5bc1fe46876b6
parent7192168bcba1eb80b0d218835774fa48caeb7ed6 (diff)
always have to commit and merge at this point
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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