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:39:15 +0300
committerAlec Leamas <leamas.alec@gmail.com>2010-10-31 02:39:15 +0300
commit220298ddd9bc903dc8b36afb060f6822df4c71b0 (patch)
treef9d09d5ac7c96843860d103fd965651bdd5f23f5 /pkg
parentf37b0f8f07f0dbed48795511579bdf0396f9c1ab (diff)
parent68d2f4162ea0da5160d1664784e9168e85240d57 (diff)
Merge branch 'pkg-refactor'
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