Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14705 from brave/upload_to_rpm_repo
Browse files Browse the repository at this point in the history
Allow upload script to check if current signature exists.
  • Loading branch information
bsclifton committed Jul 10, 2018
2 parents 050aa3c + 24a5b7a commit e78fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upload_to_rpm_repo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "%_signature gpg

rm -rf $TMP_REPO
mkdir -pv $TMP_REPO/x86_64
if !rpm --checksig dist/*.rpm | grep pgp; then
if ! rpm --checksig dist/*.rpm | grep pgp; then
./tools/auto_rpm_sign
rpm --checksig dist/*.rpm | grep pgp
fi
Expand Down

0 comments on commit e78fc93

Please sign in to comment.