clearcontainers / packaging

Packaging data for Clear Containers
11 stars 11 forks source link

image: remove debtools and use _service file #120

Closed erick0z closed 7 years ago

erick0z commented 7 years ago

This commit removes packaging tools dependencies (debtools) and let OBS services do most of the work (create debian tarball, download sources, etc).

Fixes #94

This now uses the tarballed image provided by clearlinux.org https://download.clearlinux.org/releases/1080/clear-18080-containers.tar.xz

Packages updated in the staging area: https://build.opensuse.org/package/show/home:clearcontainers:clear-containers-3-staging/clear-containers-image

This is a prework to automate all the packages creation, with the goal of having a CI (issue #103 ). Having a _service file for every repository will allow us to create packages automatically after a change has landed.

gorozco1 commented 7 years ago

Related to #103

erick0z commented 7 years ago

@gorozco1 updated PR with the new download link.

erick0z commented 7 years ago

@gorozco1 done.

gorozco1 commented 7 years ago

@erick0z @jcvenegas could you update the version in this PR. and forget about #138

jcvenegas commented 7 years ago

@gorozco1 closed.

jcvenegas commented 7 years ago

@erick0z the image to be updated is 18220

erick0z commented 7 years ago

@jcvenegas @gorozco1 just updated versions.txt

erick0z commented 7 years ago

@gorozco1 I think it is ready.