Import cockpit devel project to Factory #20

Merged
adamm_super merged 1 commits from adamm/cockpit AGit into main 2025-06-24 14:12:19 +02:00
13 changed files with 55 additions and 0 deletions

21
.gitmodules vendored Normal file
View File

@@ -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

9
_maintainership.json Normal file
View File

@@ -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"]
}

2
_subdirs Normal file
View File

@@ -0,0 +1,2 @@
subdirs:
- pkgs/c

3
devel_maintainer.json Normal file
View File

@@ -0,0 +1,3 @@
{
"": ["adamm", "jzerebecki", "malikirri", "abrooks"]
}

1
pkgs/c/cockpit Submodule

Submodule pkgs/c/cockpit added at 4041355e9e

1
pkgs/c/cockpit-podman Submodule

Submodule pkgs/c/cockpit-podman added at 5d513ec02f

1
pkgs/c/cockpit-repos Submodule

Submodule pkgs/c/cockpit-repos added at 5fbce9f10a

1
pkgs/c/cockpit-tukit Submodule

Submodule pkgs/c/cockpit-tukit added at 811b8deacb

4
staging.config Normal file
View File

@@ -0,0 +1,4 @@
{
// Reference build project
"ObsProject": "openSUSE:Factory",
}

9
workflow.config Normal file
View File

@@ -0,0 +1,9 @@
{
"Workflows": ["pr"],
"Organization": "pool",
"Branch": "factory",
"GitProject": "openSUSE/Factory#main",
// Require "merge ok" ack before merging
"ManualMergeProjectOnly": true,
}