Skip to content

Commit

Permalink
Add package versions to the rpm and deb filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikrz committed Nov 11, 2024
1 parent 3063497 commit 7b82553
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-packages.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#!/bin/bash
<<<<<<< Updated upstream
TAG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
OUT_VERSION=$(echo $TAG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
echo $TAG_VERSION
=======
ORIG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
OUT_VERSION=$(echo $ORIG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
echo $ORIG_VERSION
>>>>>>> Stashed changes

# Disable FIPS module in go-boring
export GOEXPERIMENT=noboringcrypto
Expand Down

0 comments on commit 7b82553

Please sign in to comment.