mirrorrequest
mirrorrequest copied to clipboard
Add DLang package mirror on ustc.
项目介绍 / Project Introduction
D语言 https://dlang.org
上游地址及镜像方式 / Upstream location & mirror method
https://dub.pm/package-suppliers
为什么希望添加该镜像 / Why do you want we to add this mirror
国内还没有
其他信息 / Extra information
- 镜像容量(Mirror size):4G
- 该镜像需求是否曾在之前的 issue 中提出过:
既没有上游地址也没有镜像方式?给的链接是个说明文档
我们之前搭建过,下载地址就是这个,晚点我把相关操作整理一下发上来。
我们一般通过这种代理
export DUB_REGISTRY_HOME="$PWD"
docker run --rm -ti -p 9095:9095 -v $DUB_REGISTRY_HOME:/bitnami -v $DUB_REGISTRY_HOME:/dub dlangcommunity/dub-registry
客户端编译使用
dub build --registry=$DUB_REGISTRY
这个是具体项目 https://github.com/dlang/dub-registry