Skip to content

Allow pkg_format to be configured via a command line option on conda build #4890

Open

Description

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

If I want conda build to output the .conda file format, I current have to set the following in my .condarc:

conda-build:
   pkg_format: 2

On top of that, I think this should be configurable with a command line option.

What should happen?

I really don't like having to specify pkg_format: 2 for the .conda file type in the .condarc file. I think it would make more sense to add something like --pkg-format=conda and have it default --pkg-format=tar.bz2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

source::anacondacreated by members of Anaconda, Inc.type::featurerequest for a new feature or capability

Type

No type

Projects

  • Status

    🆕 New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions