Skip to content

pygbag cli: --directory and --cache arguments are not respected #68

Open
@gabriel-v

Description

@gabriel-v

Parser args are added here:

  • pygbag/pygbag/app.py

    Lines 185 to 189 in 17ae938

    parser.add_argument(
    "--directory",
    default=build_dir.as_posix(),
    help="Specify alternative directory [default:%s]" % build_dir,
    )
  • parser.add_argument("--cache", default=cache_dir.as_posix(), help="md5 based url cache directory")

But then, they are not being used at all, here:

I think we need to either remove the arguments or respect them.

My current workaround for this issue is to cp -a the stuff into a temporary directory before building.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions