summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2022-05-10 13:36:01 (GMT)
committerJan Rękorajski2022-05-10 13:36:01 (GMT)
commit15ae1c82d49f6fddc97ab2804e492783c3e0f231 (patch)
tree8ddd60f7e8f1b6d60f5a60bd23ac12eadf002e4a
parenta7343854aefc6e39066851bc72488b10b9457d3d (diff)
downloadpld-ftp-admin-15ae1c82d49f6fddc97ab2804e492783c3e0f231.zip
pld-ftp-admin-15ae1c82d49f6fddc97ab2804e492783c3e0f231.tar.gz
Create dnf/yum repodata by default
-rwxr-xr-xbin/pfa-genindex2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pfa-genindex b/bin/pfa-genindex
index d7bf489..878ee05 100755
--- a/bin/pfa-genindex
+++ b/bin/pfa-genindex
@@ -25,7 +25,7 @@ except getopt.GetoptError:
sys.exit(1)
do_poldek = True
-do_yum = False
+do_yum = True
do_rpmrepo = False
quiet = False
# update only if changed (applicable to yum)