All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][master][PATCH 1/2] catatonit: Integrate version 0.1.7
@ 2022-09-05 11:30 Andrei Gherzan
  2022-09-05 11:30 ` [meta-virtualization][master][PATCH 2/2] podman: Add ptest support for system tests Andrei Gherzan
  2022-09-16 15:23 ` [meta-virtualization][master][PATCH 1/2] catatonit: Integrate version 0.1.7 Bruce Ashfield
  0 siblings, 2 replies; 8+ messages in thread
From: Andrei Gherzan @ 2022-09-05 11:30 UTC (permalink / raw)
  To: meta-virtualization; +Cc: andrei, Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

This is useful for podman system tests.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-containers/catatonit/catatonit_0.1.7.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-containers/catatonit/catatonit_0.1.7.bb

diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.1.7.bb
new file mode 100644
index 0000000..da3973d
--- /dev/null
+++ b/recipes-containers/catatonit/catatonit_0.1.7.bb
@@ -0,0 +1,16 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: MIT
+
+SUMMARY = "A container init that is so simple it's effectively brain-dead."
+HOMEPAGE = "https://github.com/openSUSE/catatonit"
+DESCRIPTION = "${SUMMARY}"
+SECTION = "base"
+LICENSE = "GPL-3.0-or-later"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
+
+SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
+SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
+S = "${WORKDIR}/git"
+
+inherit autotools
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-20 12:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 11:30 [meta-virtualization][master][PATCH 1/2] catatonit: Integrate version 0.1.7 Andrei Gherzan
2022-09-05 11:30 ` [meta-virtualization][master][PATCH 2/2] podman: Add ptest support for system tests Andrei Gherzan
2022-09-16 15:23 ` [meta-virtualization][master][PATCH 1/2] catatonit: Integrate version 0.1.7 Bruce Ashfield
2022-09-16 23:15   ` Andrei Gherzan
2022-09-16 23:46     ` Bruce Ashfield
2022-09-17 16:56       ` Andrei Gherzan
2022-09-19 14:31         ` Bruce Ashfield
2022-09-20 12:03           ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.