From abec01f98b5e7cfbd378a754e8f5f86cf4992bfd Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec@gmail.com>
Date: Sat, 23 Oct 2010 07:27:28 +0200
Subject: [PATCH] testing

---
 pkg/fedora/make-dist.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh
index 0935464e7a..7289188448 100755
--- a/pkg/fedora/make-dist.sh
+++ b/pkg/fedora/make-dist.sh
@@ -226,6 +226,8 @@ set -x
         echo "Creating bundle $bundle_name"
         cd dist
             rm -rf $bundle_name
+rm -rf diaspora
+git clone  --quiet $GIT_REPO
             cd diaspora
                 if [ "$BUNDLE_FIX" = 'yes' ]; then
                     rm -f Gemfile.lock
-- 
GitLab