Use symlink link_type for ODCS in staging
This commit is contained in:
parent
4239068ed6
commit
0e252bcc54
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@ createrepo_deltas = False
|
|||
# In runroot, we cannot use guestmount, but have to use mount -o loop.
|
||||
buildinstall_use_guestmount=False
|
||||
|
||||
# We cannot use hardlinks on stg, because it uses different volume and copy
|
||||
# just takes lot of storage.
|
||||
{% if env == 'staging' %}
|
||||
link_type = 'symlink'
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue