clearcontainers / packaging

Packaging data for Clear Containers
11 stars 11 forks source link

Use obs download service to build linux-container #73

Closed gorozco1 closed 7 years ago

gorozco1 commented 7 years ago

This change will bring faster way to build clear containers linux kernels in the future using the source _service that OBS provides.

https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService

With this commit the requeriment to install debtools in the developer enviroment is gone, also a bunch of overhead with the upload of ~88Mb of the linux kernel source, adding speed to the build of the package.

Fixes #72

miguelinux commented 7 years ago

@gorozco1 take the ideas from #68 and apply them here

gorozco1 commented 7 years ago

Changes made @miguelinux @chuyd