Skip to content

confused by relative paths and sources.txt recursion #11

@kowey

Description

@kowey

Suppose I have three packages: foo, subfoo, bar

The sources.txt for foo looks like this:

.
./subfoo

(subfoo is a sub-package in the foo family, let's say)

The sources.txt for bar looks like this:

 .
 /path/to/foo

Should subfoo be installed or not? Right now, it isn't and I have to write my bar sources.txt like this instead:

 .
 /path/to/foo
 /path/to/foo/subfoo

Apologies if this is documented and I just missed it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions