Skip to content

provide --arch-dir when creating bundle #36

@pardallio

Description

@pardallio

At the moment you can specify a bundle file at any given path but if it doesn't have an arch folder by its side. then the resulting bundle source directory gains a broken symlink instead of a symlink to an arch folder.

symlink_force(os.path.dirname(bundle.file()) + "/arch", src_dir + "/arch")

If an --arch-dir could be provided to ecbundle create, this would help solve that issue.

This issue arises later when building because ecbundle build looks for archs in the folders src_dir + "/arch" and getcwd()

arch_dirs = [src_dir + "/arch", getcwd()]

So if --arch-dir could be passed to ecbundle build and added to the arch_dirs list this would also solve the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions