I am running into the same issue in regards to your first question/problem. 
When configuring my system to publish to artifactory using pip, it uses the
format of:

pypi-repo
            |package_name
                                |x.y.z
                                       |package_file.zip

The [org] or [orgPath] is mandatory and this basically breaks all the REST
API functionality, like searching for latest version, etc.  I'm currently
using this as my Artifact Path Pattern:

 
[org]/[module]/[baseRev].([fileItegRev])/[module]-[baseRev].([fileItegRev]).[ext]

The problem is that pip doesn't understand the concept of [org] in this
case.  I'm temporarily using a python script to publish my packages to
Artifactory to get around this.  Hopefully this is something that can be
addressed by the jFrog team?




--
View this message in context: 
http://forums.jfrog.org/PyPi-repo-layout-and-ci-releases-repos-with-promotion-tp7580245p7580283.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to