Geronimo Orozco

Results 8 issues of Geronimo Orozco

Currently there is no way to lauch a test or re-test over a PR, would be good to have a "key" to trigger a re-test with a commit message.

type:enhancement
domain:tests
CC 2.1

We already have https://github.com/01org/cc-oci-runtime/blob/master/installation/installation-setup.sh which specifies the set of options to use to build qemu-lite. Ideally, we'd have a single source for these options as both debian.rules and qemu-lite.spec are...

type:enhancement
domain:packaging
CC 2.1

The power user needs to be able to build his own kernel from source we should provide a doc how to do that and scripts to do so. Related to...

type:enhancement
P3
CC 2.1

The power user needs to be able to build his own mini-os image from source we should provide a doc how to do that and scripts to do so. Related...

type:enhancement
CC 2.1

update the diagram: it shows hyperstart instead of cc-agent

``` $ /usr/libexec/clear-containers/cc-proxy --version Version: 3.0.0-beta.2+ $ rpm -qa | grep cc-proxy cc-proxy-config-3.0.0beta.2+git.c0805cc-2.1.x86_64 cc-proxy-bin-3.0.0beta.2+git.c0805cc-2.1.x86_64 cc-proxy-3.0.0beta.2+git.c0805cc-2.1.x86_64 ```

tags and release for agent is missing and because of that the updates on the agent are based on hashes rather than a number version. Which might lead to mistakes.

``` $ go get github.com/clearcontainers/agent # github.com/clearcontainers/agent/vendor/github.com/jochenvg/go-udev ../../.gopath/src/github.com/clearcontainers/agent/vendor/github.com/jochenvg/go-udev/device.go:7:23: fatal error: libudev.h: No such file or directory #include ^ compilation terminated ``` Need to add in the documentation that `systemd-devel` is...