Skip to content

Pkg.add no longer works with SHAs from PRs #4422

@MilesCranmer

Description

@MilesCranmer

I think the change in #2330:

- const refspecs = ["+refs/*:refs/remotes/cache/*"]
+ const refspecs = ["+refs/heads/*:refs/remotes/cache/heads/*"]

Is causing the following issue in AirspeedVelocity.jl: MilesCranmer/AirspeedVelocity.jl#113. I am still diagnosing this but I just wanted to post it to see if anybody had suggestions for a quick fix.

I guess the solution might be on my side, to change the URL, rather than rely on a cross-repository revision lookup? Edit: Well I guess this is just two remotes, so git should handle it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions