Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osc status shows empty output #1645

Open
agraul opened this issue Oct 28, 2024 · 0 comments
Open

osc status shows empty output #1645

agraul opened this issue Oct 28, 2024 · 0 comments
Labels

Comments

@agraul
Copy link
Member

agraul commented Oct 28, 2024

Describe the bug
When there are no modifications in a local working copy, osc status shows no output. The man page explains that osc status should list files with a leading space to show they weren't modified.

For example:

~obs/SUSE:SLE-15-SP6:Update/glib2
% osc status

Man page entry:

osc status (st)
Show status of files in working copy

usage: osc [global opts] status [-h] [-e]

Show the status of files in a local working copy, indicating whether files have been changed locally, deleted, added, ...

The first column in the output specifies the status and is one of the following characters:
' ' no modifications
'A' Added
'C' Conflicted
'D' Deleted
'M' Modified
'R' Replaced (file was deleted and added again afterwards)
'?' item is not under version control
'!' item is missing (removed by non-osc command) or incomplete
'S' item is skipped (item exceeds a file size limit or is _service:* file)
'F' Frozen (use "osc pull" to merge conflicts) (package-only state)

Versions

  • Operating system: openSUSE Tumbleweed
  • Packages: osc-1.9.2-1.1.noarch

To Reproduce

  1. osc co SUSE:SLE-15-SP6:Update glib2
  2. cd SUSE:SLE-15-SP6:Update/glib2
  3. osc status

Expected behavior
osc status lists all tracked files with a leading space, or the man page should be updated. I would prefer the first option, maybe behind a new flag (e.g. --full).

Screenshots, console outputs
See above.

Additional context
I want to show the status of all files in an osc-wrapper. If you think it's not worth adding (back?) full output of that shows unmodified files, I will need to grab the files myself. Wouldn't be a big deal as long as we don't have something like a .oscignore file 😄

@agraul agraul added the Bug label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant