Get code from PPAs
Bug #1019300 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Brancher |
Fix Released
|
Critical
|
Daniel Holbach |
Bug Description
This is getting super-important particularly for the App Showdown.
We find PPA links through find_ppa_info() already, but we don't make use of it yet, so what we need is:
- a function which retrieves a source package from a PPA (PPA info + package name as arguments)
- a function which figures out that the submitted 'tarball' is a text file with PPA info in it (using python-magic maybe?)
Related branches
To post a comment you must log in.
http:// paste.ubuntu. com/1066143/ is some code I wrote some time ago dealing with PPAs, maybe it can be re-used.