]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
packaging: pass --force-yes to allow for unsigned deb packages 1094/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 19 Jul 2017 13:00:14 +0000 (15:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 19 Jul 2017 15:33:19 +0000 (17:33 +0200)
commitd39106d45527198a65ff3d182808647dd9239617
treee5de2fddd9fcb2adb959672801b0a86474bd5b75
parent27835030b5a8aa21e88e8c1e87f6511c1129e2e5
packaging: pass --force-yes to allow for unsigned deb packages

rbd_fio task has been switched to {install,remove}_package().  This
commit mirrors ceph.git commit d14f2da437a3 ("task/rbd_fio: allow for
unsigned packages"):

"Similar to what the teuthology install.py task does, add --force-yes to
the apt-get install so that unsigned packages are successfully
installed. It is needed when the buildpackages task is used to create
packages on the fly."

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
teuthology/packaging.py
teuthology/test/test_packaging.py