Skip to content

barri: remove indicators dependency#2482

Merged
BareosBot merged 7 commits intobareos:masterfrom
sebsura:dev/ssura/master/remove-progressbar-dep
Jan 23, 2026
Merged

barri: remove indicators dependency#2482
BareosBot merged 7 commits intobareos:masterfrom
sebsura:dev/ssura/master/remove-progressbar-dep

Conversation

@sebsura
Copy link
Contributor

@sebsura sebsura commented Dec 12, 2025

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

  • Short description and the purpose of this PR is present above this paragraph
  • Your name is present in the AUTHORS file (optional)

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-tool to have some simple automated checks run and a proper changelog record added.

General
  • Is the PR title usable as CHANGELOG entry?
  • Purpose of the PR is understood
  • Commit descriptions are understandable and well formatted
  • Required backport PRs have been created
  • Correct milestone is set
Source code quality
  • Source code changes are understandable
  • Variable and function names are meaningful
  • Code comments are correct (logically and spelling)
  • Required documentation changes are present and part of the PR

@sebsura sebsura changed the title remove indicators dependency barri: remove indicators dependency Dec 12, 2025
@sebsura sebsura force-pushed the dev/ssura/master/remove-progressbar-dep branch from 5f10e9a to 127e0c7 Compare December 12, 2025 09:56
@arogge arogge requested a review from pstorz December 16, 2025 10:28
@arogge arogge linked an issue Jan 5, 2026 that may be closed by this pull request
@pstorz pstorz added this to the 25.0.2 milestone Jan 13, 2026
Copy link
Member

@pstorz pstorz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@arogge arogge removed this from the 25.0.2 milestone Jan 20, 2026
@sebsura sebsura force-pushed the dev/ssura/master/remove-progressbar-dep branch from 27cf755 to e3ab5f6 Compare January 21, 2026 09:30
@sebsura sebsura mentioned this pull request Jan 21, 2026
7 tasks
@sebsura sebsura force-pushed the dev/ssura/master/remove-progressbar-dep branch 2 times, most recently from 2b7757a to 871092f Compare January 23, 2026 10:12
sebsura and others added 7 commits January 23, 2026 11:17
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.
@BareosBot BareosBot force-pushed the dev/ssura/master/remove-progressbar-dep branch from 8f9183c to 476fdb5 Compare January 23, 2026 11:17
@BareosBot BareosBot merged commit c43a244 into bareos:master Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debian build failed with progress-bar-logger error

4 participants