From 9f118cda39d4fadf673a1807adedb539693fd526 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 13 May 2015 10:48:37 -0600 Subject: [PATCH] let's clone git-lfs from github :) --- script/centos-build | 2 +- script/debian-build | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/script/centos-build b/script/centos-build index 736c34a8..0db20bac 100755 --- a/script/centos-build +++ b/script/centos-build @@ -11,7 +11,7 @@ fi yum install -y bison git golang make man cd /tmp -[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs +[ -d git-lfs ] || git clone https://github.com/github/git-lfs cd git-lfs ./script/bootstrap install -D bin/git-lfs /usr/local/bin diff --git a/script/debian-build b/script/debian-build index 1d02a1e0..91bbb734 100755 --- a/script/debian-build +++ b/script/debian-build @@ -19,7 +19,7 @@ if [[ $go_version < 1.3.1 ]]; then fi cd /tmp -[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs +[ -d git-lfs ] || git clone https://github.com/github/git-lfs cd git-lfs ./script/bootstrap install -D bin/git-lfs /usr/local/bin @@ -34,7 +34,7 @@ elif grep -q Ubuntu /etc/issue; then rm -fr /usr/bin/gem && sudo ln -s /usr/bin/gem2.0 /usr/bin/gem else { - echo "unknown Debian release" + echo "unknown Debian release" cat /etc/issue } >&2 exit 1 @@ -47,4 +47,3 @@ install man/*.1 /usr/local/share/man/man1 git help lfs > /dev/null echo SUCCESS -