From e47e84f808a72874050ecfee3ef454690b29ccd3 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Sun, 19 Mar 2023 17:57:37 +0200 Subject: [PATCH] Remove not necessary option --- pungi-build.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index b72733c..b3837b5 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -44,8 +44,6 @@ tree_arches = ['{{ arch }}', 'i686'] tree_arches = ['{{ arch }}'] {% endif %} -symlink_isos_to = 'isos/{{ arch }}' - # PKGSET pkgset_source = "kojimock" koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}"