Compare commits

...

27 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
f01f73cd46 auto-created for cockpit-subscriptions
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-subscriptions!9
2026-03-10 14:30:17 +00:00
AutoGits PR Review Bot
94689ca749 Merging
PR: cockpit/_ObsPrj!163
2026-03-10 12:31:45 +00:00
AutoGits PR Review Bot
e2de67a11e auto-created for cockpit-snapshots
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-snapshots!4
2026-03-10 09:08:01 +00:00
AutoGits PR Review Bot
3657a0c06a Merging
PR: cockpit/_ObsPrj!162
2026-03-06 09:03:05 +00:00
AutoGits PR Review Bot
f8dc83fd45 auto-created for cockpit-client-launcher
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-client-launcher!3
2026-03-05 23:34:10 +00:00
AutoGits PR Review Bot
156e07f797 Merging
PR: cockpit/_ObsPrj!160
2026-03-05 13:31:01 +00:00
AutoGits PR Review Bot
ae5709a0a1 auto-created for cockpit-client-launcher
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-client-launcher!1
2026-03-05 12:41:56 +00:00
AutoGits PR Review Bot
27bcaf7774 Merging
PR: cockpit/_ObsPrj!159
2026-03-05 10:07:55 +00:00
AutoGits PR Review Bot
16bba7a468 auto-created for cockpit-machines
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-machines!24
2026-03-05 07:31:22 +00:00
AutoGits prjgit-updater
f97bb4527e 'cockpit-client-launcher' update via Direct Workflow 2026-03-04 17:55:19 +00:00
AutoGits PR Review Bot
02204ac0ba auto-created for cockpit-machines
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-machines!24
2026-03-04 13:11:13 +00:00
AutoGits PR Review Bot
05b14e8f94 Merging
PR: cockpit/_ObsPrj!158
2026-03-03 12:21:31 +00:00
AutoGits PR Review Bot
452c4d5712 auto-created for cockpit-snapshots
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-snapshots!3
2026-03-03 11:38:53 +00:00
0e92fba305 Add templates 2026-03-02 16:10:17 +01:00
AutoGits PR Review Bot
8b153c0d1e Merging
PR: cockpit/_ObsPrj!156
2026-03-02 14:17:30 +00:00
AutoGits PR Review Bot
475b7e027b auto-created for cockpit-snapshots
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-snapshots!2
2026-03-02 13:04:57 +00:00
AutoGits PR Review Bot
76534a6639 Merging
PR: cockpit/_ObsPrj!155
2026-02-25 13:16:51 +00:00
AutoGits PR Review Bot
21b4184e43 auto-created for cockpit-machines
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-machines!23
2026-02-25 12:40:42 +00:00
AutoGits PR Review Bot
c19fb04b17 Merging
PR: cockpit/_ObsPrj!154
2026-02-25 09:47:13 +00:00
AutoGits PR Review Bot
cde1d9daaf auto-created for cockpit-packages
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-packages!6
2026-02-25 09:14:59 +00:00
AutoGits PR Review Bot
9ace688e5f Merging
PR: cockpit/_ObsPrj!153
2026-02-25 09:14:22 +00:00
AutoGits PR Review Bot
e9fda6f746 Merging
PR: cockpit/_ObsPrj!151
2026-02-25 09:13:58 +00:00
AutoGits PR Review Bot
535138bc58 Merging
PR: cockpit/_ObsPrj!152
2026-02-25 09:00:59 +00:00
AutoGits PR Review Bot
464c196da5 auto-created for cockpit-tukit
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-tukit!6
2026-02-25 08:37:21 +00:00
AutoGits PR Review Bot
6f1acf4e78 auto-created for cockpit-repos
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-repos!7
2026-02-25 08:36:45 +00:00
AutoGits PR Review Bot
7ffb74740c auto-created for cockpit-repos
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-repos!7
2026-02-25 08:25:31 +00:00
AutoGits PR Review Bot
7bee44d9c1 auto-created for cockpit-tukit
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: cockpit/cockpit-tukit!6
2026-02-24 14:04:00 +00:00
10 changed files with 48 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
---
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

@@ -0,0 +1,15 @@
---
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.

3
.gitmodules vendored
View File

@@ -34,3 +34,6 @@
[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