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

Make ibm-validated consistent with other sources in package_build.py #184

Open
pleia2 opened this issue May 7, 2024 · 2 comments
Open

Comments

@pleia2
Copy link
Contributor

pleia2 commented May 7, 2024

Usually, the script a single argument to create data files, for instance:

./package_build.py debian

In the case of Debian, this will generate all the supported versions:

Saved!
filename: Debian_Bullseye_List.json
Saved!
filename: Debian_Bookworm_List.json
Thanks for using SDT!

But in the case of the ibm-validated sources, it requires an additional argument and then just pulls in that specific distribution, for example if you want the SLES 15 file to be generated, you do the following, which is undocumented:

./package_build.py ibm-validated SLES_15

Let's go ahead and change the behavior here so that it acts the same as the others and generates the sources for all available versions, which would be SLES_12, SLES_15, Ubuntu_20.04, Ubuntu_22.04, RHEL_8 and RHEL_9

@Rohitrky2021
Copy link

is it still open ,will i raise a PR for this ?

@pleia2
Copy link
Contributor Author

pleia2 commented May 8, 2024

is it still open ,will i raise a PR for this ?

It's open, but @Apurv428 has already submitted a PR to handle this one (#188)

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

2 participants