Skip to content

Commit 7b82553

Browse files
committed
Add package versions to the rpm and deb filenames
1 parent 3063497 commit 7b82553

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build-packages.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#!/bin/bash
2-
<<<<<<< Updated upstream
32
TAG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
43
OUT_VERSION=$(echo $TAG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
54
echo $TAG_VERSION
6-
=======
7-
ORIG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
8-
OUT_VERSION=$(echo $ORIG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
9-
echo $ORIG_VERSION
10-
>>>>>>> Stashed changes
115

126
# Disable FIPS module in go-boring
137
export GOEXPERIMENT=noboringcrypto

0 commit comments

Comments
 (0)