summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 18:26:59 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 21:57:55 +0100
commit5f9c18143473871f995e1259d79f1961fa820674 (patch)
tree87b75fcdf9f72727d3abfb04b98df3d959b22552
parent28c461db0696eaf67bd642db44f3ef95f2d51029 (diff)
downloadlorries-5f9c18143473871f995e1259d79f1961fa820674.tar.gz
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.
-rw-r--r--open-source-lorries/openwrt.lorry21
1 files 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"
}
}