Skip to content

Commit

Permalink
Output on successful tarball creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Jul 3, 2013
1 parent 47214a2 commit d789e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/make_pkgs.sh
Expand Up @@ -31,6 +31,7 @@ if [ $1 == "tarball" ]; then
tar zcf $OUTNAME hekad-$VERSION
mv $OUTNAME ./$1s/
rm -fr hekad-$VERSION
echo "Generated ./$1s/$OUTNAME"
else
cd $ROOT
fpm -s dir -t $1 -n "hekad" -v $VERSION --iteration ${ITERATION:-1} --license "MPLv2.0" --vendor Mozilla -m "<services-dev@mozilla.org>" --url "http://hekad.readthedocs.org" --description "High performance data gathering, analysis, monitoring, and reporting." .
Expand Down

0 comments on commit d789e27

Please sign in to comment.