~barbican-contributors/barbican/master

« back to all changes in this revision

Viewing changes to rpmbuild/build_rpm.sh

  • Committer: Douglas Mendizabal
  • Date: 2013-11-19 22:50:49 UTC
  • Revision ID: git-v1:bdde8f42713f790fde152f96ea9c22d8d771a8f3
Sign RPM builds.

Changed the packaging scripts to use GPG signing.

Change-Id: I380a43f090bc8fb4f30adf5b6879f02b0c0aeb68

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
cp "dist/barbican-$BUILD_VERSION.tar.gz" rpmbuild/SOURCES
11
11
sed -e s/BUILD_VERSION/$BUILD_VERSION/g -i rpmbuild/SPECS/barbican.spec
12
 
rpmbuild -ba rpmbuild/SPECS/barbican.spec
 
12
rpmbuild -ba --sign rpmbuild/SPECS/barbican.spec
13
13
popd