]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
install/rpm: fix use the 'zypper addrepo' command 1348/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 11 Nov 2019 15:12:18 +0000 (16:12 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 11 Nov 2019 15:12:18 +0000 (16:12 +0100)
commit0bd22ff7bfd9b26e4acd085a6735e8a9cddcd475
tree5a0c4170b32e0ca75f46b67b892465f5f945cb5b
parent8e58544a066b79e8ceb7ae28f90d5834f508db82
install/rpm: fix use the 'zypper addrepo' command

The 74034fe0348b94aedb247910f0d1c88842f4c3ac instroduced a failure:

  Warning: No repositories defined.
  Use the 'zypper addrepo' command to add one or more repositories.

The wipe command returns exit code 6 if there is no repos in the system.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/task/install/rpm.py