added multilib to cache
This commit is contained in:
Vendored
+1
-1
@@ -33,7 +33,7 @@ func NewCache(cacheRoot string, mirrorURL string) *Cache {
|
|||||||
return &Cache{
|
return &Cache{
|
||||||
cacheRoot: cacheRoot,
|
cacheRoot: cacheRoot,
|
||||||
mirrorURL: mirrorURL,
|
mirrorURL: mirrorURL,
|
||||||
mirroredRepos: []string{"core", "extra"},
|
mirroredRepos: []string{"core", "extra", "multilib"},
|
||||||
client: http.Client{
|
client: http.Client{
|
||||||
Timeout: 15 * time.Second,
|
Timeout: 15 * time.Second,
|
||||||
Transport: transport,
|
Transport: transport,
|
||||||
|
|||||||
Reference in New Issue
Block a user