Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Proget - Feature Request - Package Upload
-
Hi Team,
one of the things i like in proget is the drop folder and bulk upload but this feature is not applicable to all the package feeds and it would be awesome to have it.
currently, i am lacking this feature in rpm and deb packages.Great Work.
-
hi @udi-moshe_0021,
I believe that
rpm
feeds will support package upload, so you should be able to already use that in the latest version of ProGet 2024.However, I don't think we can add this feature for Debian. The reason is, when you upload a package to a Debian repository, you must specify a "component" it belongs to. This is not available/determinable from just the file name... it's server-side meatdata basically. So you'd have to use a script that pushes the packages.
Cheers,
Alana
-
@atripp ,
thank you very much. can't you utilize a mechanism based on folders ?
i have a script that does just that.Regards,
-
Hi @udi-moshe_0021 ,
That's what we'd have to do... but it's not a trivial code change on our end. And then we'd have to test, document, and support it when it doesn't work as expected.
So probably best to just use script to do the import.
Thanks,
Alana
-
@atripp ,
Guess you are right. thank you.