Compare commits
27 Commits
PR_cockpit
...
PR_cockpit
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
f01f73cd46 | ||
|
|
94689ca749 | ||
|
|
e2de67a11e | ||
|
|
3657a0c06a | ||
|
|
f8dc83fd45 | ||
|
|
156e07f797 | ||
|
|
ae5709a0a1 | ||
|
|
27bcaf7774 | ||
|
|
16bba7a468 | ||
|
|
f97bb4527e | ||
|
|
02204ac0ba | ||
|
|
05b14e8f94 | ||
|
|
452c4d5712 | ||
| 0e92fba305 | |||
|
|
8b153c0d1e | ||
|
|
475b7e027b | ||
|
|
76534a6639 | ||
|
|
21b4184e43 | ||
|
|
c19fb04b17 | ||
|
|
cde1d9daaf | ||
|
|
9ace688e5f | ||
|
|
e9fda6f746 | ||
|
|
535138bc58 | ||
|
|
464c196da5 | ||
|
|
6f1acf4e78 | ||
|
|
7ffb74740c | ||
|
|
7bee44d9c1 |
23
.gitea/issue_template/add_package.md
Normal file
23
.gitea/issue_template/add_package.md
Normal 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.
|
||||
|
||||
15
.gitea/issue_template/rm_package.md
Normal file
15
.gitea/issue_template/rm_package.md
Normal 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
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
1
cockpit-client-launcher
Submodule
1
cockpit-client-launcher
Submodule
Submodule cockpit-client-launcher added at 33d9a5476f
Submodule cockpit-machines updated: 442d636af0...6454591111
Submodule cockpit-packages updated: 902c3f3435...eacaedef88
Submodule cockpit-repos updated: 2646f23d6e...cdf324ae5c
Submodule cockpit-snapshots updated: e94e08ba40...ae65d5caf9
Submodule cockpit-subscriptions updated: c58a8784b0...7bdaa84d9a
Submodule cockpit-tukit updated: a004b2e429...fbf625429d
Reference in New Issue
Block a user