Comment 0 for bug 1617375

Revision history for this message
Andres Rodriguez (andreserl) wrote :

I tested curtin bzr418 and bzr415, and I get the following error. This is a regression provided that whomever upgrades to the latest curtin, they wont be able to deploy CentOS images.

AttributeError: module 'curtin.util' has no attribute 'RunInChroot'

curtin bzr418:

In [1]: import curtin.util

In [2]: curtin.util.RunInChroot
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-4e8269de26cc> in <module>()
----> 1 curtin.util.RunInChroot

AttributeError: module 'curtin.util' has no attribute 'RunInChroot'

curtin bzr399:

In [1]: import curtin.util

In [2]: curtin.util.RunInChroot
Out[2]: curtin.util.RunInChroot