#1344 beaker-tests: ignore 'hello' package from Fedora
Merged 4 years ago by praiskup. Opened 4 years ago by praiskup.
Unknown source fix-beaker-tests  into  master

@@ -16,6 +16,8 @@

  

  RUN dnf -y install dnf-plugins-core && dnf -y copr enable @copr/copr

  RUN dnf -y install htop wget net-tools iputils vim mlocate git sudo openssh-server psmisc python-jedi procps-ng findutils tmux expect

+ RUN for repo in fedora updates updates-testing; do \

+     dnf -y config-manager --save --setopt $repo.excludepkgs=hello ; done

  

  # Sanity tests

  RUN wget https://beaker-project.org/yum/beaker-client-Fedora.repo -P /etc/yum.repos.d

Long time I expected this will come :-) and 'hello' package will become
available in Fedora, and it seemed to happen now. We should rework our
testsuite to not use 'hello' naming, but this is temporary work-around.

rebased onto 197e97b

4 years ago

Pull-Request has been merged by praiskup

4 years ago