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

Subcommand to list which package config overwrites which phases #19

Open
matthiasbeyer opened this issue Oct 19, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@matthiasbeyer
Copy link
Contributor

It turned out that finding all packages that overwrite a specific phase would be beneficial for package maintainers.

@matthiasbeyer matthiasbeyer added the enhancement New feature or request label Oct 19, 2021
@christophprokop
Copy link
Collaborator

christophprokop commented Oct 1, 2024

maybe more helpful like the output of:

git config -l --show-origin

perhaps:

butido analyse pkg-configs ffmpeg [=5.1.4]

to show for a specific package+version from which pkg.toml the phases originate, i.e. where/when the layering of pkg.toml files takes place
e.g.

[...]
pre-configure  ffmpeg/pkg.toml
configure      ffmpeg/pkg.toml
make           ffmpeg/5.1.4/pkg.toml
pre-install    pkg.toml
install        ffmpeg/5.1.4/pkg.toml
[...]

maybe add an option to only show the changed/layered ones and not the default phases taken from top-level pkg.toml

@christophprokop christophprokop changed the title Subcommand to list which package overwrites what pathes Subcommand to list which package config overwrites which phases Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants