File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
.github/actions/generate-matrix Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 49
49
"copr_ownername": "@fedora-llvm-team",
50
50
"copr_project_tpl": "llvm-snapshots-pgo-YYYYMMDD",
51
51
"copr_monitor_tpl": "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-pgo-YYYYMMDD/monitor/",
52
- "chroot_pattern": "^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-|centos-stream-10 )",
52
+ "chroot_pattern": "^(fedora-41 )",
53
53
"packages": "llvm"
54
54
}
55
55
EOF
Original file line number Diff line number Diff line change @@ -35,12 +35,10 @@ function todays_issue_number() {
35
35
# Checks if a copr project exists
36
36
function copr_project_exists(){
37
37
local project=$1 ;
38
- copr get-chroot $project /fedora-rawhide-x86_64 > /dev/null 2>&1
38
+ copr get $project > /dev/null 2>&1
39
39
}
40
40
41
41
# set -e
42
- # TODO(kwk): Is there a better way to check project existence?
43
- # TODO(kwk): Maybe: copr list $username | grep --regexp="^Name: \$project$"
44
42
# TODO(kwk): get rid of echoing "true" and "false"
45
43
function project_exists(){
46
44
local project=$1
You can’t perform that action at this time.
0 commit comments