Adding missing repos

This commit is contained in:
Andrew Peters 2014-05-08 22:13:07 -07:00
parent 3ef688636d
commit 4e6f55234b
1 changed files with 15 additions and 12 deletions

View File

@ -16,25 +16,28 @@ var gitHubUriPrefix='${useHttps ? "https://github.com/aspnet/" : "git@github.com
var repos='${new Dictionary<string,string> {
/* {"KRuntime", gitHubUriPrefix + "KRuntime.git"}, */ // Let's not build the sdk :)
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
{"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"},
{"FileSystem", gitHubUriPrefix + "FileSystem.git"},
{"Logging", gitHubUriPrefix + "Logging.git"},
{"Configuration", gitHubUriPrefix + "Configuration.git"},
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
{"Identity", gitHubUriPrefix + "Identity.git"},
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
{"DataCommon", gitHubUriPrefix + "DataCommon.git"},
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
{"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"},
{"DiagnosticsPages", gitHubUriPrefix + "DiagnosticsPages.git"},
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
{"Entropy", gitHubUriPrefix + "Entropy.git"},
{"FileSystem", gitHubUriPrefix + "FileSystem.git"},
{"Helios", gitHubUriPrefix + "Helios.git"},
{"Hosting", gitHubUriPrefix + "Hosting.git"},
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
{"Identity", gitHubUriPrefix + "Identity.git"},
{"Logging", gitHubUriPrefix + "Logging.git"},
{"Mvc", gitHubUriPrefix + "Mvc.git"},
{"Razor", gitHubUriPrefix + "Razor.git"},
{"Routing", gitHubUriPrefix + "Routing.git"},
{"Hosting", gitHubUriPrefix + "Hosting.git"},
{"Helios", gitHubUriPrefix + "Helios.git"},
{"Mvc", gitHubUriPrefix + "Mvc.git"},
{"WebListener", gitHubUriPrefix + "WebListener.git"},
{"Entropy", gitHubUriPrefix + "Entropy.git"},
{"Security", gitHubUriPrefix + "Security.git"},
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
{"Testing", gitHubUriPrefix + "Testing.git"},
{"WebListener", gitHubUriPrefix + "WebListener.git"},
}}'
@{