]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Change to local mirror of linux-firmware repo to try to stop failures
authorDan Mick <dan.mick@dreamhost.com>
Mon, 9 Apr 2012 23:58:59 +0000 (16:58 -0700)
committerDan Mick <dan.mick@dreamhost.com>
Mon, 9 Apr 2012 23:58:59 +0000 (16:58 -0700)
teuthology/task/kernel.py

index bc885e2cdfd7df7fae7f8b3e4b2f8e5c0c066284..810e5f5ff15f9376c831de7f0e79b3b864498f95 100644 (file)
@@ -92,7 +92,8 @@ def need_to_install(ctx, role, sha1):
     return ret
 
 def install_firmware(ctx, config):
-    uri = 'git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git'
+    # uri = 'git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git'
+    uri = 'git://ceph.newdream.net/git/linux-firmware.git'
     fw_dir = '/lib/firmware/updates'
 
     for role in config.iterkeys():