bugfixes..
This commit is contained in:
parent
adb559155a
commit
f9e5a469e0
1 changed files with 1 additions and 2 deletions
|
|
@ -126,8 +126,7 @@ function checkout()
|
|||
git clone --quiet $GIT_REPO;
|
||||
(
|
||||
cd diaspora;
|
||||
git remote add upstream \
|
||||
git://github.com/diaspora/diaspora.git
|
||||
git remote add upstream $GIT_REPO
|
||||
for p in ../../*.patch; do
|
||||
git apply --whitespace=fix $p > /dev/null
|
||||
done &> /dev/null || :
|
||||
|
|
|
|||
Loading…
Reference in a new issue