Compare commits

..

2 Commits

Author SHA256 Message Date
AutoGits - pr-review
773c3d2bdd auto-created for cockpit
This commit was autocreated by cockpit
referencing

PR: AutoGits - pr-review/cockpit#11
2025-02-21 10:18:47 +01:00
AutoGits - pr-review
87affda2e7 auto-created for cockpit
This commit was autocreated by cockpit
referencing

PR: AutoGits - pr-review/cockpit#11
2025-02-21 08:07:05 +01:00
18 changed files with 12 additions and 70 deletions

View File

@@ -1,23 +0,0 @@
---
name: "Add a package to Cockpit devel project"
about: "If you want to add a new package to Cockpit devel project"
title: "ADD: <package name>"
ref: "master"
assignees: []
labels:
- new_package
---
This is where you add a new package to Cockpit devel project. Please replace and specify on individual lines all the package(s) you are trying to add. You can include any relevant Bugzilla links too.
org/package#commit_hash
Where the `commit_hash` should be a branch name in the current package repository, allowing the PR to the projet to be updated as-needed. If you are willing to be maintainer of the package, add
maintainer: Yes
Please note that you (or repository owner(s)) will receive reparent request when this issue is processed. This needs to be accepted for the process to proceed.

View File

@@ -1,15 +0,0 @@
---
name: "Remove package from Cockpit devel project"
about: "If you want to remove a package from the Cockpit devel project"
title: "RM: <package name>"
ref: "master"
assignees: []
labels:
- rm_package
---
This is where you remove a package from Cockpit devel project. Please specify package in title and target the correct branch of the project.

9
.gitmodules vendored
View File

@@ -25,12 +25,3 @@
[submodule "cockpit-packages"]
path = cockpit-packages
url = https://src.opensuse.org/cockpit/cockpit-packages.git
[submodule "cockpit-bootloader"]
path = cockpit-bootloader
url = https://src.opensuse.org/cockpit/cockpit-bootloader.git
[submodule "cockpit-snapshots"]
path = cockpit-snapshots
url = https://src.opensuse.org/cockpit/cockpit-snapshots.git
[submodule "bootkitd"]
path = bootkitd
url = https://src.opensuse.org/cockpit/bootkitd.git

View File

@@ -1,5 +1,8 @@
BuildFlags: excludebuild:cockpit-suse-theme
%if "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Tumbleweed"
BuildFlags: excludebuild:local-npm-registry
%endif
%if "%_repository" == "SLFO_16.0"
Prefer: SLES-release

View File

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

Submodule bootkitd deleted from 3f4b34c9e0

Submodule cockpit updated: ce15cb3124...de4b8becd9

View File

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

View File

@@ -1,8 +0,0 @@
{
"Workflows": ["direct", "pr"],
"Organization": "cockpit",
"Reviewers": ["~factory_bot", "~legaldb"],
// Require "merge ok" ack before merging
"ManualMergeOnly": true,
}