From: Andrew C. Martin Date: Fri, 8 Mar 2013 03:27:04 +0000 (-0700) Subject: use http for cloning dtv-scan-tables git repo X-Git-Tag: v3.9~148^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F258%2Fhead;p=thirdparty%2Ftvheadend.git use http for cloning dtv-scan-tables git repo - this allows ./configure to not hang when ran behind a firewall --- diff --git a/support/getmuxlist b/support/getmuxlist index baa7d6dc1..ec39018be 100755 --- a/support/getmuxlist +++ b/support/getmuxlist @@ -13,7 +13,7 @@ if [ -d "${DIR}/.git" ]; then # Fetch elif [ ! -d "${DIR}" ]; then - URL=git://linuxtv.org/dtv-scan-tables.git + URL=http://linuxtv.org/git/dtv-scan-tables.git git clone $URL "${DIR}" &> /dev/null fi