Library does not provide a getFileUrls for charm_recipe_builds
Bug #2028406 reported by
Adam Dyess
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
In Progress
|
Low
|
Colin Watson |
Bug Description
a completed charm_recipe_
But I don't see a link to that built_file in the charm_recipe_
Do i just need to guess at it's link via the `build.web_link`?
something like:
```python
charm_link = build.web_link + "/+files/
```
this feels -- icky
Perhaps you could export a getFileUrls method in this endpoint like is done for snap_build
Related branches
~cjwatson/launchpad:charmrecipebuild-getFileUrls
Merged
into
launchpad:master
- Ines Almeida: Approve
-
Diff: 88 lines (+37/-0)3 files modifiedlib/lp/charms/interfaces/charmrecipebuild.py (+8/-0)
lib/lp/charms/model/charmrecipebuild.py (+8/-0)
lib/lp/charms/tests/test_charmrecipebuild.py (+21/-0)
affects: | launchpadlib → launchpad |
tags: | added: api feature lp-charms |
Changed in launchpad: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Colin Watson (cjwatson) |
summary: |
- Library does provide a getFileUrls for charm_recipe_builds + Library does not provide a getFileUrls for charm_recipe_builds |
To post a comment you must log in.