openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

Need to think about the 404 Errors we get while creating Fedora Files. #148

Closed Princee215 closed 4 months ago

Princee215 commented 1 year ago

While creating Fedora files through ./bin/package_build.py. We face some errors while creating these files as can be seen from the screenshot attached. Whereas they're not causing any fault in our code but creating a mess, as some of the directories are not present for some Fedora versions. Those are mentioned here.

Screenshot from 2023-07-29 22-56-22

Therefore, our code console 404 error. Which could confuse the user, if there's anything he/she hasn't done properly. Hence, we could think of different approaches to resolve this issue.

We can think of different approaches. @pleia2 and @arshPratap please take a look and suggest what can I think of doing in this case.