mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
Add publish output progress counting remaining number of packages
This commit is contained in:
committed by
Lorenzo Bolla
parent
3cd168c44d
commit
f09a273ad7
+1
-1
@@ -594,7 +594,7 @@ func (p *PublishedRepo) Publish(packagePool aptly.PackagePool, publishedStorageP
|
||||
}
|
||||
|
||||
if progress != nil {
|
||||
progress.InitBar(count, false)
|
||||
progress.InitBar(count, false, aptly.BarPublishGeneratePackageFiles)
|
||||
}
|
||||
|
||||
for component, list := range lists {
|
||||
|
||||
Reference in New Issue
Block a user