Compare commits
3 Commits
master
...
PR_local-n
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
bcd4fde890 | ||
|
|
c4b78aeedc | ||
|
|
8369ba2efa |
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -25,15 +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
|
||||
[submodule "cockpit-client-launcher"]
|
||||
path = cockpit-client-launcher
|
||||
url = https://src.opensuse.org/cockpit/cockpit-client-launcher.git
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"": ["adamm", "jzerebecki", "malikirri", "abrooks"]
|
||||
}
|
||||
|
||||
|
||||
1
bootkitd
1
bootkitd
Submodule bootkitd deleted from 3f4b34c9e0
2
cockpit
2
cockpit
Submodule cockpit updated: ce15cb3124...e638b3db10
Submodule cockpit-bootloader deleted from f14a98c51a
Submodule cockpit-client-launcher deleted from 0866ea448a
Submodule cockpit-machines updated: 6454591111...786768d6dc
Submodule cockpit-packages updated: eacaedef88...6912cd1009
Submodule cockpit-podman updated: 763541581c...b9dff59814
Submodule cockpit-repos updated: cdf324ae5c...b6a7b207e1
Submodule cockpit-snapshots deleted from d5cec1ec9c
Submodule cockpit-subscriptions updated: c58a8784b0...30b8f8d099
Submodule cockpit-tukit updated: fbf625429d...112907f785
Submodule local-npm-registry updated: f51f997280...1288fd6a3b
@@ -1 +0,0 @@
|
||||
systemsmanagement:cockpit
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
// Reference build project
|
||||
"ObsProject": "systemsmanagement:cockpit",
|
||||
}
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"Workflows": ["direct", "pr"],
|
||||
"Organization": "cockpit",
|
||||
"Reviewers": ["~factory_bot", "~legaldb"],
|
||||
|
||||
// Require "merge ok" ack before merging
|
||||
"ManualMergeOnly": true,
|
||||
"ObsProject": "systemsmanagement:cockpit",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user