You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function_update(is_global)
localreposifis_globalthenrepos=table.join(repository.repositories(false), repository.repositories(true))
elserepos=repository.repositories(false)
end
你在什么场景下需要该功能?
在只能访问内网的访问器上使用xmake,repo更新时会尝试访问github/gitee,然后超时失败,导致无法构建
描述可能的解决方案
repo/main.lua里原来的逻辑
是否可以增加一个选项控制“是否更新远程仓库”
可以复用global选项。
这样,
xmake repo -u -g
可以更新私有和远程仓库;xmake repo -u
可以更新私有仓库当然,这改变了默认的行为,可能还是新增一个选项来的好用。
The text was updated successfully, but these errors were encountered: