← Back to team overview

ubuntu-appstore-developers team mailing list archive

Re: Making frameworks definitions available through a webservice

 

On Thu, Jul 03, 2014 at 02:52:09PM +0200, Daniel Holbach wrote:
[..]
> >The update to pull the list of allowed frameworks from the store is an
> >improvement over hardcoding it in click-reviewer-tools, so it's great to
> >have this now, but this approach generally prevents us from e.g.
> >checking whether binaries are tied to the right libraries / use the
> >right symbols or whether QML sources use the right modules for this or
> >that framework. The perfect shouldn't be the enemy of the good though :-)
> 
> 
> https://code.launchpad.net/~mvo/click-reviewers-tools/check-libs/+merge/225166
> is separate work done by Michael. The MP is currently on hold
> though.

Indeed, the above branch is mostly ready, its on hold because I need
to figure out where to generate the data for framework/arch ->
libraries. I created a branch in click for that now that does that as
part of the chroot building. With that we can (hopefully) detect 
a) if a click links against stuff that is not part of the framework
   nor part of the bundlded libraries
b) automatically bundle libraries during "click build-binary" (or
   click build)

Cheers,
 Michael


References