Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to 1.x: Copy entire source, even if source-subdir is specified. #349

Merged
merged 1 commit into from
Feb 29, 2016

Commits on Feb 29, 2016

  1. Copy entire source, even if source-subdir is specified.

    Currently, if source-subdir is specified, Snapcraft copies
    ONLY that subdir (and excludes the rest of the source) and
    attempts to build from it. This only works for some projects,
    not all. A better solution is to copy the entire source and
    simply build from WITHIN the subdir. That is the change
    introduced here.
    
    LP: #1549676
    
    Signed-off-by: Kyle Fazzari <kyle@canonical.com>
    kyrofa committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    eca386c View commit details
    Browse the repository at this point in the history