Browse Source

repository signing fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
75fa12cabf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devops/rpmbuild/Makefile

+ 1
- 1
devops/rpmbuild/Makefile View File

@ -100,7 +100,7 @@ install-%:
cp ./tendermint.repo tmp/s3/7/os/x86_64/
cp ./tendermint-dev.repo tmp/s3/7/cr/x86_64/
createrepo tmp/s3/7/cr/x86_64/Packages -u http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/7/cr/x86_64/Packages -o tmp/s3/7/cr/x86_64 --update -S --repo Tendermint --content tendermint --content basecoin --content ethermint
#Asks about overwrite
rm -f tmp/s3/7/cr/x86_64/repodata/repomd.xml.asc
#TODO: make this more secure
gpg --batch --passphrase "$(GPG_PASSPHRASE)" --clearsign tmp/s3/7/cr/x86_64/repodata/repomd.xml
aws s3 sync tmp/s3/ s3://tendermint-packages/centos/ --acl public-read


Loading…
Cancel
Save