mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Use stream 12 for postgres, not 13
Rawhide doesn't have a 13 stream, only a 12. F35 has both, so 12 should be safe. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a5ea81103e
commit
34a60ce789
@ -31,7 +31,7 @@ sub run {
|
||||
|
||||
# Disable some other module.
|
||||
my $name_alt = "postgresql";
|
||||
my $stream_alt = "13";
|
||||
my $stream_alt = "12";
|
||||
assert_script_run("dnf module disable -y $name_alt:$stream_alt");
|
||||
|
||||
# Check that it is listed in the disabled list.
|
||||
|
Loading…
Reference in New Issue
Block a user