Fetching snapcraft.yaml from GitHub doesn't honour symlinks
Bug #1797366 reported by
Colin Watson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Colin Watson |
Bug Description
build.snapcraft.io is currently failing to request snap builds from https:/
$ curl https:/
../contrib/
We may need to use the contents API (https:/
Related branches
lp:~cjwatson/launchpad/snapcraft-yaml-remote-symlink
- William Grant (community): Approve (code)
-
Diff: 116 lines (+78/-0)2 files modifiedlib/lp/snappy/model/snap.py (+20/-0)
lib/lp/snappy/tests/test_snap.py (+58/-0)
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for debugging and confirming. At least for now I'll swap that file to be a real file rather than symlink to get this working again.
When this is sorted I would like to go back to symlink though.