refs #758, updated bootstrap file and removed old URLs

* replaced some hardcoded URLs
* removed swiftTeamDefaultServers()
* bootstrap.json
This commit is contained in:
Klaus Basan
2016-10-19 22:50:15 +02:00
parent 85c5945aa1
commit 65950e4518
4 changed files with 24 additions and 47 deletions

View File

@@ -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())