diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5b1abec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "pkgs/c/cockpit"] + path = pkgs/c/cockpit + url = https://src.opensuse.org/pool/cockpit +[submodule "pkgs/c/cockpit-machines"] + path = pkgs/c/cockpit-machines + url = https://src.opensuse.org/pool/cockpit-machines +[submodule "pkgs/c/cockpit-packages"] + path = pkgs/c/cockpit-packages + url = https://src.opensuse.org/pool/cockpit-packages +[submodule "pkgs/c/cockpit-podman"] + path = pkgs/c/cockpit-podman + url = https://src.opensuse.org/pool/cockpit-podman +[submodule "pkgs/c/cockpit-repos"] + path = pkgs/c/cockpit-repos + url = https://src.opensuse.org/pool/cockpit-repos +[submodule "pkgs/c/cockpit-subscriptions"] + path = pkgs/c/cockpit-subscriptions + url = https://src.opensuse.org/pool/cockpit-subscriptions +[submodule "pkgs/c/cockpit-tukit"] + path = pkgs/c/cockpit-tukit + url = https://src.opensuse.org/pool/cockpit-tukit diff --git a/_maintainership.json b/_maintainership.json new file mode 100644 index 0000000..dab3946 --- /dev/null +++ b/_maintainership.json @@ -0,0 +1,9 @@ +{ + "cockpit": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-machines": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-packages": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-podman": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-repos": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-subscriptions": ["abrooks", "adamm", "jzerebecki", "malikirri"], + "cockpit-tukit": ["abrooks", "adamm", "jzerebecki", "malikirri"] +} diff --git a/_subdirs b/_subdirs new file mode 100644 index 0000000..47785bd --- /dev/null +++ b/_subdirs @@ -0,0 +1,2 @@ +subdirs: +- pkgs/c diff --git a/devel_maintainer.json b/devel_maintainer.json new file mode 100644 index 0000000..7f9093f --- /dev/null +++ b/devel_maintainer.json @@ -0,0 +1,3 @@ +{ + "": ["adamm", "jzerebecki", "malikirri", "abrooks"] +} diff --git a/pkgs/c/cockpit b/pkgs/c/cockpit new file mode 160000 index 0000000..4041355 --- /dev/null +++ b/pkgs/c/cockpit @@ -0,0 +1 @@ +Subproject commit 4041355e9ede65660aeb06ec0e8be1ccfa1db8be8b7978f148a59be12e8befb6 diff --git a/pkgs/c/cockpit-machines b/pkgs/c/cockpit-machines new file mode 160000 index 0000000..7fae759 --- /dev/null +++ b/pkgs/c/cockpit-machines @@ -0,0 +1 @@ +Subproject commit 7fae75958b412ed94597330710febf349acf81d8978ab25c2d8728d62389ccfc diff --git a/pkgs/c/cockpit-packages b/pkgs/c/cockpit-packages new file mode 160000 index 0000000..4088cc9 --- /dev/null +++ b/pkgs/c/cockpit-packages @@ -0,0 +1 @@ +Subproject commit 4088cc9463de559eae9257ca45842fa2b0cd1512deef8812881f4ef829baa1a6 diff --git a/pkgs/c/cockpit-podman b/pkgs/c/cockpit-podman new file mode 160000 index 0000000..5d513ec --- /dev/null +++ b/pkgs/c/cockpit-podman @@ -0,0 +1 @@ +Subproject commit 5d513ec02fd80b121cc0d0745ee12500c83ef369861dcdb49e3683823f14ddfa diff --git a/pkgs/c/cockpit-repos b/pkgs/c/cockpit-repos new file mode 160000 index 0000000..5fbce9f --- /dev/null +++ b/pkgs/c/cockpit-repos @@ -0,0 +1 @@ +Subproject commit 5fbce9f10ad7a91bf458c4e913dc67f1d9d7c2370b151f3a199f55ecfb1de397 diff --git a/pkgs/c/cockpit-subscriptions b/pkgs/c/cockpit-subscriptions new file mode 160000 index 0000000..cd54eab --- /dev/null +++ b/pkgs/c/cockpit-subscriptions @@ -0,0 +1 @@ +Subproject commit cd54eab31d723372b631acda72a4cbd51178a375f2eb1a80ee8c40b1e27ec0a8 diff --git a/pkgs/c/cockpit-tukit b/pkgs/c/cockpit-tukit new file mode 160000 index 0000000..811b8de --- /dev/null +++ b/pkgs/c/cockpit-tukit @@ -0,0 +1 @@ +Subproject commit 811b8deacbc492f634a35defee4a2f21addd4a536ea42ebfa6013a4f4d98a188 diff --git a/staging.config b/staging.config new file mode 100644 index 0000000..0de70bd --- /dev/null +++ b/staging.config @@ -0,0 +1,4 @@ +{ + // Reference build project + "ObsProject": "openSUSE:Factory", +} diff --git a/workflow.config b/workflow.config new file mode 100644 index 0000000..d8c8021 --- /dev/null +++ b/workflow.config @@ -0,0 +1,9 @@ +{ + "Workflows": ["pr"], + "Organization": "pool", + "Branch": "factory", + "GitProject": "openSUSE/Factory#main", + + // Require "merge ok" ack before merging + "ManualMergeProjectOnly": true, +}