Drop .deb package from release target
We're moving to automated releases using GitHub Actions, but the bots cannot be trusted to do .deb packaging yet, so let's drop that from the official release target for now. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
1a91be0fca
commit
029115a23e
@ -62,7 +62,7 @@ package:
|
||||
#
|
||||
# Target to run when building a release
|
||||
#
|
||||
release: release-hook distcheck package
|
||||
release: release-hook distcheck
|
||||
@for file in $(DIST_ARCHIVES); do \
|
||||
md5sum $$file > ../$$file.md5; \
|
||||
sha256sum $$file > ../$$file.sha256; \
|
||||
|
Loading…
Reference in New Issue
Block a user