Skip to content

Commit ab41250

Browse files
author
Christoph Oelmüller
committed
add checksum promu command to Makefile
1 parent b5da5df commit ab41250

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
elasticsearch_exporter
33
*.tar.gz
44
*-stamp
5-
.idea
6-
*~
5+
.tarballs

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ tarball: promu
5454

5555
tarballs: promu
5656
@echo ">> building release tarballs"
57-
@$(PROMU) crossbuild tarballs $(BIN_DIR)
57+
@$(PROMU) crossbuild tarballs
58+
@echo ">> calculating release checksums"
59+
@$(PROMU) checksum $(BIN_DIR)/.tarballs
5860

5961
docker:
6062
@echo ">> building docker image"

0 commit comments

Comments
 (0)