bugfix
This commit is contained in:
parent
205a0a69f2
commit
68d2f4162e
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ function checkout()
|
||||||
git clone --quiet $GIT_REPO;
|
git clone --quiet $GIT_REPO;
|
||||||
(
|
(
|
||||||
cd diaspora;
|
cd diaspora;
|
||||||
|
git checkout Gemfile
|
||||||
git remote add upstream \
|
git remote add upstream \
|
||||||
git://github.com/diaspora/diaspora.git
|
git://github.com/diaspora/diaspora.git
|
||||||
for p in ../../*.patch; do
|
for p in ../../*.patch; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue