mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-01 09:43:09 +00:00
setup_repos: fix setup_repos.py call for KOJITASK case
I forgot to actually set the string in this case. Whoops. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b40ab389b7
commit
5379850780
@ -605,6 +605,7 @@ sub setup_repos {
|
|||||||
elsif (get_var("KOJITASK")) {
|
elsif (get_var("KOJITASK")) {
|
||||||
# Koji task case (KOJITASK will be set). If multiple tasks,
|
# Koji task case (KOJITASK will be set). If multiple tasks,
|
||||||
# they're concatenated with underscores, switch to commas
|
# they're concatenated with underscores, switch to commas
|
||||||
|
$udstring = get_var("KOJITASK");
|
||||||
$udstring =~ s/_/,/;
|
$udstring =~ s/_/,/;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user