Skip to content

Commit

Permalink
actually build rpm/debs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Mar 14, 2014
1 parent 92e87c8 commit a9c28fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ prepare() {
rsync -a --delete $logstash/{bin,docs,lib,spec,Makefile,gembag.rb,logstash.gemspec,tools,locales,patterns,LICENSE,README.md} $contrib/{lib,spec} $workdir
rm -f $logstash/.VERSION.mk
make -C $logstash .VERSION.mk
make -C $logstash package
(cd $contrib;
sh pkg/build.sh ubuntu 12.04
sh pkg/build.sh centos 6
)
make -C $contrib package
cp $logstash/.VERSION.mk $workdir
rm -f $workdir/build/pkg
rm -f $workdir/build/*.{zip,rpm,gz,deb} || true
Expand Down

0 comments on commit a9c28fe

Please sign in to comment.