barri: remove indicators dependency#2482
Merged
BareosBot merged 7 commits intobareos:masterfrom Jan 23, 2026
Merged
Conversation
5f10e9a to
127e0c7
Compare
pstorz
approved these changes
Jan 13, 2026
Member
pstorz
left a comment
There was a problem hiding this comment.
Wish: We currently have the following format:
30% [=====> ] [00:00:02/00:00:04] 15.00 B/s
^-percentage ^- elapsed ^- total ^-bytes/sec
I would like have bytes total added like this:
30% [=====> ] [00:00:02/00:00:04] 16.32M 15.00 B/s
^-percentage ^- elapsed ^- total ^-total bytes ^-bytes/sec
also, at the end of the progress bar should still show the values and append done.
27cf755 to
e3ab5f6
Compare
7 tasks
2b7757a to
871092f
Compare
also adds a simple program that outputs an animated progressbar.
It is not guaranteed that we reach the end of a volume in 30 seconds when the builder is very busy or just slow in general.
8f9183c to
476fdb5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should make it possible to build bareos using the packaging scripts without relying on CPM again.
Thank you for contributing to the Bareos Project!
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality