kata-containers:azure-pipelines

Last commit made on 2019-06-20
Get this branch:
git clone -b azure-pipelines https://git.launchpad.net/kata-containers

Branch merges

Branch information

Name:
azure-pipelines
Repository:
lp:kata-containers

Recent commits

f10e89d... by Kata Containers Bot <email address hidden>

Set up CI with Azure Pipelines

[skip ci]

bb00e55... by Jose Carlos Venegas Munoz

Merge pull request #588 from chavafg/topic/qemu-static-fix

static-build: qemu: use tag if version doesn't exist

10dd307... by Salvador Fuentes Garcia

static-build: qemu: use tag if version doesn't exist

Use the tag of qemu from `versions.yaml` instead of the
version number if the version does not exist in references
of the repository.

Fixes: #587.

Signed-off-by: Salvador Fuentes <email address hidden>

a515547... by James Hunt

Merge pull request #572 from jodh-intel/fix-typos-and-formatting

docs: Fix typos and formatting

c9df137... by James Hunt

docs: Fix typos and formatting

Correct spelling mistakes and formatting issues.

Fixes: #571.

Signed-off-by: James O. D. Hunt <email address hidden>

4cf8c1e... by Julio Montes

Merge pull request #567 from devimc/topic/obs-packaging/gen_versions

obs-packaging/gen_versions: add --head option

3b9b702... by Jose Carlos Venegas Munoz

Merge pull request #570 from marcov/rpm-dep-fix

runtime: omit the release number in RPM Requires:

d832e65... by Julio Montes

obs-packaging/gen_versions: add --head option

Add `--head` option to use the head of the branch instead of the kata
version to generated the hashes for the packages. With this new option
kata packages can be generated using the latest commit on master.

fixes #566

Signed-off-by: Julio Montes <email address hidden>

785fc6c... by Julio Montes

obs-packaging/gen_versions: fix qemu assets path

runtime's `versions.yaml` was updated to support QEMU 4. Update
`gen_versions_txt.sh` to support the latest `versions.yaml`.

Signed-off-by: Julio Montes <email address hidden>

e7a643a... by Marco Vedovati <email address hidden>

runtime: omit the release number in RPM Requires:

For RPM packages (but not for DEBs), OBS does not use the release number
provided in the spec file, hence, when specifying a
`Requires: package = version-release` dependency, it's not possible to know
in advance the correct release number until that reuired package
is built.
Note that omitting the release number works for RPM packages but not for DEB.

This fixes/complements e6dac82
Fixes: #563

Signed-off-by: Marco Vedovati <email address hidden>