Skip to content

Commit

Permalink
Revert "disabled RPM signing under Linux"
Browse files Browse the repository at this point in the history
This reverts commit 094f87e.
  • Loading branch information
svenwoop committed Mar 1, 2019
1 parent 501442b commit 0b1788d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/package_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ make -j 16 package
if [ "$1" == "OFF" ]; then

# sign all RPM files
#if [ $# -eq 4 ]; then
# ${EMBREE_SIGN_FILE} embree${EMBREE_VERSION_MAJOR}-*-${EMBREE_VERSION}-*.rpm
#fi
if [ $# -eq 4 ]; then
${EMBREE_SIGN_FILE} embree${EMBREE_VERSION_MAJOR}-*-${EMBREE_VERSION}-*.rpm
fi

# create TGZ of RPMs
embree_tgz=embree-${EMBREE_VERSION}.x86_64.rpm.tar.gz
Expand Down

0 comments on commit 0b1788d

Please sign in to comment.