Krisztian Szucs created ARROW-2847: -------------------------------------- Summary: [Packaging] Fix artifact name matching for conda forge packages Key: ARROW-2847 URL: https://issues.apache.org/jira/browse/ARROW-2847 Project: Apache Arrow Issue Type: Improvement Components: Packaging Reporter: Krisztian Szucs Assignee: Krisztian Szucs
With the recently introduced conda recipe changes and version pinning the artifact names are not known before the build, they contain a hash too. `arrow-cpp-0.9.1.dev366-py36_0-osx-64.tar.bz2` => `arrow-cpp-0.9.1.dev366-py36_vc14h12fa3ca_0.tar.bz2` We need to either remove the pins or use pattern matching in the status and sign commands. -- This message was sent by Atlassian JIRA (v7.6.3#76005)