Installing autopilot is not successful for QML functional test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Developer Portal |
Confirmed
|
Medium
|
Unassigned |
Bug Description
https:/
on the link, the command misses "&&"
sudo apt-add-repository ppa:autopilot/1.5 sudo apt-get update && sudo apt-get install python3-autopilot python3-
The correct one should be:
sudo apt-add-repository ppa:autopilot/1.5 && sudo apt-get update && sudo apt-get install python3-autopilot python3-
Thhe installation on Wily is not successful.
gn http://
W: Failed to fetch http://
W: Failed to fetch http://
E: Some index files failed to download. They have been ignored, or old ones used instead.
Changed in developer-ubuntu-com: | |
assignee: | Nicholas Skaggs (nskaggs) → nobody |
I fixed the missing &&.
Nick: can you please check? It looks like the autopilot/1.5 ppa only has binaries for trusty. This should either be changed or the tutorial should make clear that it only works on trusty.