git package missing from build VM images
Bug #1802899 reported by
Evan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Snapcraft | Status tracked in Trunk | |||||
Legacy |
Fix Committed
|
High
|
Sergio Schvezov | |||
Trunk |
Fix Released
|
High
|
Sergio Schvezov |
Bug Description
https:/
Running `snapcraft --debug` and `apt install git` fixes the issue.
Changed in snapcraft: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Sergio Schvezov (sergiusens) |
milestone: | none → 3.0.1 |
tags: | added: 18.10-build-vm |
Changed in snapcraft: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
git is autoinstalled by snapcraft if operating on git sources (with source: . then source-type: git might be needed but only if you are going to run git commands).
This is debatable as git is not necessarily going to be preinstalled on the builders and installed as a side effect of the source type. What this needs however is a proper error response.