config udpate #1
2
_config
2
_config
@@ -1,6 +1,8 @@
|
||||
Prefer: -yast2-schema-micro -yast2-schema
|
||||
%define gcc_version 14
|
||||
|
||||
# need some comment and stuff
|
||||
|
||||
# testing new cycle algorithm
|
||||
BuildFlags: genmetaalgo:1
|
||||
|
||||
|
8
staging.config
Normal file
8
staging.config
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
// reference project
|
||||
"ObsProject": "home:adamm:git:1",
|
||||
|
||||
// rebuild all
|
||||
//"RebuildAll": "true",
|
||||
}
|
||||
|
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"ObsProject": "home:adamm:git:1",
|
||||
"Workflows": ["direct", "pr"],
|
||||
"Organization": "testing"
|
||||
"Organization": "testing",
|
||||
"ReviewGroups": [
|
||||
{
|
||||
Name: "gnuman1",
|
||||
Reviewers: ["adamm"]
|
||||
}
|
||||
]
|
||||
// test group
|
||||
"Name": "gnuman1",
|
||||
"Reviewers": ["adamm", "gitea_test"],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user