]> git.ipfire.org Git - ipfire.org.git/commitdiff
boot.ipfire.org: Serve nightly builds from boot.ipfire.org, too
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2019 11:41:39 +0000 (11:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2019 11:41:39 +0000 (11:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/boot.py

index 232a104fcda3cd7d60d9a78119ff42edd29b0491..61bc322eb8986242656c61191335f5214df73a51 100644 (file)
@@ -100,10 +100,10 @@ class MenuCfgHandler(BootBaseHandler):
                        return platform == "pcbios"
 
                def netboot_kernel_url(self, arch, platform):
-                       return "https://nightly.ipfire.org/next/latest/%s/images/vmlinuz" % arch
+                       return "http://boot.ipfire.org/nightly/next/latest/%s/images/vmlinuz" % arch
 
                def netboot_initrd_url(self, arch, platform):
-                       return "https://nightly.ipfire.org/next/latest/%s/images/instroot" % arch
+                       return "http://boot.ipfire.org/nightly/next/latest/%s/images/instroot" % arch
 
                def netboot_args(self, arch, platform):
                        return "installer.download-url=https://nightly.ipfire.org/next/latest/%s/images/installer.iso" % arch