mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #758, updated bootstrap file and removed old URLs
* replaced some hardcoded URLs * removed swiftTeamDefaultServers() * bootstrap.json
This commit is contained in:
@@ -117,16 +117,6 @@ namespace BlackConfig
|
||||
#endif
|
||||
}
|
||||
|
||||
const QStringList &CBuildConfig::swiftTeamDefaultServers()
|
||||
{
|
||||
static const QStringList s(
|
||||
{
|
||||
"https://datastore.swift-project.org/shared",
|
||||
"http://ubuntu12/public/bootstrap/shared"
|
||||
});
|
||||
return s;
|
||||
}
|
||||
|
||||
bool CBuildConfig::isLifetimeExpired()
|
||||
{
|
||||
if (getEol().isValid())
|
||||
|
||||
Reference in New Issue
Block a user