This commit is contained in:
Alec Leamas 2010-10-22 22:30:53 +02:00
parent 97cdc12681
commit 79aa1f34a6

View file

@ -218,6 +218,7 @@ function make_bundle()
# Usage: make_bundle [ commit, defaults to HEAD]
#
{
set -x
checkout ${1:-'HEAD'} >/dev/null
bundle_id=$( git_id dist/diaspora/Gemfile)
bundle_name="diaspora-bundle-$VERSION-$bundle_id"