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

Packages are missing on OBS for sle15-sp7 #2092

Open
github-actions bot opened this issue Nov 29, 2024 · 0 comments
Open

Packages are missing on OBS for sle15-sp7 #2092

github-actions bot opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@github-actions
Copy link

The following packages are missing in the devel project on OBS: base-fips-image

Please create them via:

export OSC_PASSWORD=#insert_bugzilla_password
pkgs="base-fips-image"
for pkg in ${pkgs//,/}; do
    poetry run scratch-build-bot --os-version=7 --osc-user=$YOUR_USERNAME_HERE \
        setup_obs_package --package-name=$pkg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant