diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 05:01:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 05:01:51 -0500 |
| commit | 993e71a257083caa30f46c909e32f3da5cc39117 (patch) | |
| tree | ed35aa00abaf19c9816b0d54bc0c59caaf03f734 | |
| parent | 2ab5bd6641c60109b2e12c424984489230196626 (diff) | |
make build with only new packages
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -68,6 +68,12 @@ deb-with-commits: rm -f ~/incoming/*.deb forge commit --all forge normal + wit build deb --force + +deb-with-commits-all: + rm -f ~/incoming/*.deb + forge commit --all + forge normal wit build deb --all --force all: |
