Describe the bug
When I try to upload a debian artifact for focal and jammy, it will appear in the UI correct, but is not actually installable until I click on the property in the UI and then click save. This makes me wonder if there is some invisible character that isn't being properly sent.
I feel like it has to be something with the semi-colon that seems to be required, but i haven't figured out a way around that.
To Reproduce
Steps to reproduce the behavior:
Try to upload an artifact with more than a single value for a property
Verify that it appears in the UI
Check to see if the deb is available for installation on the focal or jammy system
Expected behavior
Both values show up in the UI and when trying to install, or list, the package shows up in both a focal and a jammy install.
apt clean all ; apt update ; apt info -a <package>
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug When I try to upload a debian artifact for focal and jammy, it will appear in the UI correct, but is not actually installable until I click on the property in the UI and then click save. This makes me wonder if there is some invisible character that isn't being properly sent.
I feel like it has to be something with the semi-colon that seems to be required, but i haven't figured out a way around that.
To Reproduce Steps to reproduce the behavior:
Expected behavior Both values show up in the UI and when trying to install, or list, the package shows up in both a focal and a jammy install.
apt clean all ; apt update ; apt info -a <package>
Screenshots If applicable, add screenshots to help explain your problem.
Environment:
Code snippet
Additional context Add any other context about the problem here.