List of architectures now includes optionally "source" virtual arch.

This commit is contained in:
Andrey Smirnov
2014-02-16 21:36:25 +04:00
parent 5e8b6da1db
commit ce793c6dae
4 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ func (p *PublishedRepo) Publish(repo *Repository, packageCollection *PackageColl
}
if len(p.Architectures) == 0 {
p.Architectures = list.Architectures()
p.Architectures = list.Architectures(true)
}
if len(p.Architectures) == 0 {