Parallels / artifactory

A Python client for Artifactory
MIT License
82 stars 54 forks source link

Add deploy_rpm (similar to deploy_deb) #29

Open fruch opened 9 years ago

fruch commented 9 years ago

Help us poor guys using CentOS/RHEL :)

knazarov commented 9 years ago

As far as I remember, you can deploy rpm with deploy_file. If your repository is set up to calculate rpm metadata, things should just happen.

deploy_deb is a special case required to provide additional information to artifactory when calculating deb metadata.

From the top of my head, there are no such problems for rpm.