SUSE / BCI-dockerfile-generator

7 stars 19 forks source link

Packages are missing on OBS for Tumbleweed #1405

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

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

Please create them via:

export OSC_PASSWORD=#insert_bugzilla_password
pkgs="kiwi-image"
for pkg in ${pkgs//,/}; do
    poetry run scratch-build-bot --os-version=Tumbleweed --osc-user=$YOUR_USERNAME_HERE \
        setup_obs_package --package-name=$pkg
done