From 5f9c18143473871f995e1259d79f1961fa820674 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:26:59 +0100 Subject: Update mirroring of OpenWRT repositories formerly on nbd.name The OpenWRT projects formerly hosted on nbd.name have mostly moved to git.openwrt.org. The repositories on nbd.name are not up-to-date and its gitweb interface is broken. The uhttpd repository on nbd.name has not been moved; it's apparently abandoned in favour of uhttpd2 (which is called uhttpd on git.openwrt.org). Mark that mirror as obsolete. --- open-source-lorries/openwrt.lorry | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/open-source-lorries/openwrt.lorry b/open-source-lorries/openwrt.lorry index 58fa54c..4dbf43d 100644 --- a/open-source-lorries/openwrt.lorry +++ b/open-source-lorries/openwrt.lorry @@ -13,11 +13,11 @@ }, "openwrt/firewall3": { "type": "git", - "url": "git://nbd.name/firewall3.git" + "url": "https://git.openwrt.org/project/firewall3.git" }, "openwrt/fstools": { "type": "git", - "url": "git://nbd.name/fstools.git" + "url": "https://git.openwrt.org/project/fstools.git" }, "openwrt/iwinfo": { "type": "git", @@ -49,15 +49,15 @@ }, "openwrt/rpcd": { "type": "git", - "url": "git://nbd.name/luci2/rpcd.git" + "url": "https://git.openwrt.org/project/rpcd.git" }, "openwrt/ubox": { "type": "git", - "url": "git://nbd.name/luci2/ubox.git" + "url": "https://git.openwrt.org/project/ubox.git" }, "openwrt/ubus": { "type": "git", - "url": "git://nbd.name/luci2/ubus.git" + "url": "https://git.openwrt.org/project/ubus.git" }, "openwrt/uclient": { "type": "git", @@ -65,15 +65,16 @@ }, "openwrt/uhttpd": { "type": "git", - "url": "git://nbd.name/uhttpd.git" + "url": "git://nbd.name/uhttpd.git", + "description": "Obsolete (use openwrt/uhttpd2)" }, "openwrt/uhttpd2": { "type": "git", - "url": "git://nbd.name/uhttpd2.git" + "url": "https://git.openwrt.org/project/uhttpd.git" }, "openwrt/ustream-ssl": { "type": "git", - "url": "git://nbd.name/ustream-ssl.git" + "url": "https://git.openwrt.org/project/ustream-ssl.git" }, "openwrt/luci2-ui": { "type": "git", @@ -81,10 +82,10 @@ }, "openwrt/uci": { "type": "git", - "url": "git://nbd.name/uci.git" + "url": "https://git.openwrt.org/project/uci.git" }, "openwrt/procd": { "type": "git", - "url": "git://nbd.name/luci2/procd.git" + "url": "https://git.openwrt.org/project/procd.git" } } -- cgit v1.2.1