Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorAlec Leamas <leamas.alec@gmail.com>2010-10-31 02:38:48 +0300
committerAlec Leamas <leamas.alec@gmail.com>2010-10-31 02:38:48 +0300
commit68d2f4162ea0da5160d1664784e9168e85240d57 (patch)
treea2835815698161644b2a836937c99984a97c4aa8 /pkg
parent205a0a69f21b873ab65630b2093cbe0ce0046ff4 (diff)
bugfix
Diffstat (limited to 'pkg')
-rw-r--r--pkg/source/funcs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/source/funcs.sh b/pkg/source/funcs.sh
index 127801ea6..bc9edd862 100644
--- a/pkg/source/funcs.sh
+++ b/pkg/source/funcs.sh
@@ -59,6 +59,7 @@ function checkout()
git clone --quiet $GIT_REPO;
(
cd diaspora;
+ git checkout Gemfile
git remote add upstream \
git://github.com/diaspora/diaspora.git
for p in ../../*.patch; do