Compare commits
119 Commits
PR_cockpit
...
PR_cockpit
Author | SHA256 | Date | |
---|---|---|---|
|
65440303d5 | ||
|
4a9707fe60 | ||
|
f456a409fb | ||
|
b26a389072 | ||
|
38d79bb86b | ||
|
a2d1bc998e | ||
|
fd5b0e0702 | ||
|
7620d22479 | ||
|
0f10af0add | ||
|
2d4cc244ba | ||
|
6ab45ae58b | ||
|
34819e05a9 | ||
|
95a55d1826 | ||
|
4ad201a875 | ||
|
c4f8c73c20 | ||
|
63d0151d34 | ||
|
eb4878f7ef | ||
|
ab533cd8a7 | ||
|
b8c2da3f23 | ||
|
a261065b00 | ||
|
de1322207e | ||
|
754d23c13e | ||
|
4d9470e838 | ||
|
e15f216096 | ||
|
6209fd1109 | ||
|
bf48950bed | ||
|
6051018b62 | ||
|
2d46a78190 | ||
|
167eb74a1f | ||
|
a8c70af150 | ||
|
45d9a9d686 | ||
|
55a6f47f20 | ||
|
ab0c0ec472 | ||
|
3fe7716694 | ||
0582c4e1b7 | |||
dfa80e8304 | |||
1ad85332e2 | |||
|
cf807ecd18 | ||
|
a360d20269 | ||
80a3cb7887 | |||
|
1368a5b4fd | ||
6ebc3326df | |||
a47896bf59 | |||
|
85f963ab99 | ||
|
b6f9bcf0de | ||
|
f915f90c11 | ||
f33493df14 | |||
|
4227c93dbd | ||
|
39f29df347 | ||
4e6678749c | |||
|
ea89fa4a32 | ||
88435f762b | |||
074e8e1220 | |||
|
06adbe932b | ||
|
95d77d8410 | ||
887afd4e1e | |||
c05d71f944 | |||
|
88557d7b5a | ||
|
404452691f | ||
88847b7a75 | |||
b210d6492f | |||
|
ab93767809 | ||
|
a4a01da401 | ||
18a71261ad | |||
|
604d850c01 | ||
8e6019f598 | |||
|
9d2e766e54 | ||
ad65f027f4 | |||
|
56694e3bc4 | ||
ad242c72f4 | |||
|
ae1925498f | ||
cf902c1448 | |||
|
3ad432dade | ||
dbd7412d2b | |||
|
760a646563 | ||
dd6be2ec65 | |||
46d1175867 | |||
|
9c6160e168 | ||
|
56cc6fd5e7 | ||
|
db0ea32087 | ||
|
6456952168 | ||
5b9e60ba77 | |||
|
5d884c207b | ||
7a2aabaa2a | |||
|
5cde99d639 | ||
06621c09a8 | |||
|
2d163553a5 | ||
|
e8dee8f09b | ||
|
7acdf569d3 | ||
da354e84be | |||
|
678f08d4d9 | ||
0da2c34226 | |||
|
dc2e2f8ec0 | ||
2938de1e15 | |||
|
a2733ff52a | ||
13286aa772 | |||
|
a83868c6dd | ||
|
823dc474f0 | ||
|
59f58ee57b | ||
|
c010f0f45c | ||
|
3da857e01b | ||
|
9b4ebafccb | ||
|
64e9cfa9f6 | ||
6afc009e3a | |||
|
ec81728c0c | ||
|
685dfde039 | ||
750d79545f | |||
ed74bc2b2a | |||
|
0454c929ca | ||
|
d1f1b78394 | ||
2282e5c13d | |||
|
8642729648 | ||
584093a5bf | |||
|
1a98af568a | ||
0920f033fc | |||
d698680741 | |||
|
0313326480 | ||
|
a92cddcacb | ||
|
09a0e151ef |
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -16,3 +16,12 @@
|
|||||||
[submodule "cockpit-suse-theme"]
|
[submodule "cockpit-suse-theme"]
|
||||||
path = cockpit-suse-theme
|
path = cockpit-suse-theme
|
||||||
url = https://src.opensuse.org/cockpit/cockpit-suse-theme.git
|
url = https://src.opensuse.org/cockpit/cockpit-suse-theme.git
|
||||||
|
[submodule "cockpit-subscriptions"]
|
||||||
|
path = cockpit-subscriptions
|
||||||
|
url = https://src.opensuse.org/cockpit/cockpit-subscriptions.git
|
||||||
|
[submodule "cockpit-repos"]
|
||||||
|
path = cockpit-repos
|
||||||
|
url = https://src.opensuse.org/cockpit/cockpit-repos.git
|
||||||
|
[submodule "cockpit-packages"]
|
||||||
|
path = cockpit-packages
|
||||||
|
url = https://src.opensuse.org/cockpit/cockpit-packages.git
|
||||||
|
3
_config
3
_config
@@ -1,8 +1,5 @@
|
|||||||
BuildFlags: excludebuild:cockpit-suse-theme
|
BuildFlags: excludebuild:cockpit-suse-theme
|
||||||
|
|
||||||
%if "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Tumbleweed"
|
|
||||||
BuildFlags: excludebuild:local-npm-registry
|
BuildFlags: excludebuild:local-npm-registry
|
||||||
%endif
|
|
||||||
|
|
||||||
%if "%_repository" == "SLFO_16.0"
|
%if "%_repository" == "SLFO_16.0"
|
||||||
Prefer: SLES-release
|
Prefer: SLES-release
|
||||||
|
4
_maintainership.json
Normal file
4
_maintainership.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"": ["adamm", "jzerebecki", "malikirri", "abrooks"]
|
||||||
|
}
|
||||||
|
|
2
cockpit
2
cockpit
Submodule cockpit updated: ba33234158...b5475e52b6
Submodule cockpit-machines updated: a266894a1d...7fae75958b
1
cockpit-packages
Submodule
1
cockpit-packages
Submodule
Submodule cockpit-packages added at 417d142538
Submodule cockpit-podman updated: 6365840b8d...5d513ec02f
1
cockpit-repos
Submodule
1
cockpit-repos
Submodule
Submodule cockpit-repos added at 524802c0be
1
cockpit-subscriptions
Submodule
1
cockpit-subscriptions
Submodule
Submodule cockpit-subscriptions added at 6879387df7
Submodule cockpit-tukit updated: 112907f785...811b8deacb
Submodule local-npm-registry updated: 1104c0e410...f51f997280
4
staging.config
Normal file
4
staging.config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
// Reference build project
|
||||||
|
"ObsProject": "systemsmanagement:cockpit",
|
||||||
|
}
|
4
workflow.config
Normal file
4
workflow.config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"Workflows": ["direct", "pr"],
|
||||||
|
"Organization": "cockpit",
|
||||||
|
}
|
Reference in New Issue
Block a user