Pull in the update that fixes the FreeIPA / authselect bug
This bug is breaking all update FreeIPA tests; until the updates go stable, let's pull them in to update tests so the results are useful. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7dc50d3285
commit
0d54e222f7
@ -466,6 +466,14 @@ sub _repo_setup_updates {
|
|||||||
# source packages and epochs
|
# source packages and epochs
|
||||||
assert_script_run 'rpm -qp *.rpm --qf "%{SOURCERPM} %{EPOCH} %{NAME}-%{VERSION}-%{RELEASE}\n" | sort -u > /var/log/updatepkgs.txt';
|
assert_script_run 'rpm -qp *.rpm --qf "%{SOURCERPM} %{EPOCH} %{NAME}-%{VERSION}-%{RELEASE}\n" | sort -u > /var/log/updatepkgs.txt';
|
||||||
upload_logs "/var/log/updatepkgs.txt";
|
upload_logs "/var/log/updatepkgs.txt";
|
||||||
|
# HOTFIX 2018-11: an authselect change broke FreeIPA, grab the
|
||||||
|
# pending update that fixes that (F28 and F29)
|
||||||
|
if (get_var("VERSION") eq "29") {
|
||||||
|
assert_script_run "bodhi updates download --updateid FEDORA-2018-a7e4debd10", 600;
|
||||||
|
}
|
||||||
|
if (get_var("VERSION") eq "28") {
|
||||||
|
assert_script_run "bodhi updates download --updateid FEDORA-2018-892835660b", 600;
|
||||||
|
}
|
||||||
# create the repo metadata
|
# create the repo metadata
|
||||||
assert_script_run "createrepo .";
|
assert_script_run "createrepo .";
|
||||||
# write a repo config file
|
# write a repo config file
|
||||||
|
Loading…
Reference in New Issue
Block a user