Skip to content

Commit

Permalink
Set DEB_REVISION=2, since we manually had to upload new .deb files du…
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Jan 25, 2021
1 parent 72598ee commit 8175e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f
ISO_VERSION ?= v1.17.0
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
DEB_REVISION ?= 0
DEB_REVISION ?= 2

RPM_VERSION ?= $(DEB_VERSION)
RPM_REVISION ?= 0
Expand Down

0 comments on commit 8175e64

Please sign in to comment.