]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
use http for cloning dtv-scan-tables git repo 258/head
authorAndrew C. Martin <andrewcmartin@msn.com>
Fri, 8 Mar 2013 03:27:04 +0000 (20:27 -0700)
committerAndrew C. Martin <andrewcmartin@msn.com>
Fri, 8 Mar 2013 03:45:01 +0000 (20:45 -0700)
 - this allows ./configure to not hang when ran behind a firewall

support/getmuxlist

index baa7d6dc1f7be2f258a281ce553c9d0a87a15e25..ec39018be08eb6acda4c9d86a3f67a89222dbfe6 100755 (executable)
@@ -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