From 1bb046dd1ebab5ed78b57090a8b775dace44eee0 Mon Sep 17 00:00:00 2001 From: Alec Leamas <leamas.alec@gmail.com> Date: Sat, 23 Oct 2010 04:32:29 +0200 Subject: [PATCH] testing --- pkg/fedora/make-dist.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 6244e1f1db..c9058661da 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -235,6 +235,9 @@ set -x bundle update fi bundle package +echo "Packaged, PWD $PWD" +exit 0 + package_git_gems "$PWD/Gemfile.lock" "$PWD/vendor/cache" cp -ar AUTHORS Gemfile Gemfile.lock GNU-AGPL-3.0 COPYRIGHT \ vendor/cache -- GitLab