From 4ecb3d0b5176d7470f045b86be12556fbbc1aa92 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sat, 23 Oct 2010 06:22:48 +0200 Subject: [PATCH] testing --- pkg/fedora/make-dist.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index c9058661d..0935464e7 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -227,17 +227,12 @@ set -x cd dist rm -rf $bundle_name cd diaspora - rm -rf vendor/* - mkdir -p vendor/cache if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock rm -rf .bundle 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