mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-22 05:01:26 +00:00
move mock clone constant
This commit is contained in:
parent
98040f6298
commit
b48d5ddac8
@ -36,7 +36,6 @@ class RpmConstants:
|
|||||||
11: 'SHA224'
|
11: 'SHA224'
|
||||||
}
|
}
|
||||||
|
|
||||||
MOCK_CLONE_DIRECTORY = '/var/peridot/peridot__rpmbuild_content'
|
|
||||||
|
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
class ErrorConstants:
|
class ErrorConstants:
|
||||||
@ -138,6 +137,7 @@ class MockConstants:
|
|||||||
"system-release"
|
"system-release"
|
||||||
]
|
]
|
||||||
MOCK_DEFAULT_CHROOT_SETUP_CMD = 'install'
|
MOCK_DEFAULT_CHROOT_SETUP_CMD = 'install'
|
||||||
|
MOCK_CLONE_DIRECTORY = '/var/peridot/peridot__rpmbuild_content'
|
||||||
|
|
||||||
# Mock architecture related
|
# Mock architecture related
|
||||||
MOCK_X86_64_LEGAL_ARCHES = ('x86_64',)
|
MOCK_X86_64_LEGAL_ARCHES = ('x86_64',)
|
||||||
|
Loading…
Reference in New Issue
Block a user