Skip to content

Commit

Permalink
Merge pull request #11064 from ilc/make-srpm
Browse files Browse the repository at this point in the history
make-srpm.sh: A simple script to make the srpm for ceph.
  • Loading branch information
liewegas committed Sep 13, 2016
2 parents 935ca2d + 0576dac commit 5f52661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make-srpm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

./make-dist
rpmbuild -D"_sourcedir `pwd`" -D"_specdir `pwd`" -D"_srcrpmdir `pwd`" -bs ceph.spec

0 comments on commit 5f52661

Please sign in to comment.