From 957bf5ef3f80c86399cca7570f232262eb9fb4eb Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 3 Jul 2022 14:08:59 -0700 Subject: [PATCH] change comments briefly before merging changes --- iso/empanadas/empanadas/util/dnf_utils.py | 3 ++- iso/empanadas/empanadas/util/shared.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/iso/empanadas/empanadas/util/dnf_utils.py b/iso/empanadas/empanadas/util/dnf_utils.py index b275490..119933c 100644 --- a/iso/empanadas/empanadas/util/dnf_utils.py +++ b/iso/empanadas/empanadas/util/dnf_utils.py @@ -173,7 +173,8 @@ class RepoSync: * Dry runs only create initial directories and structure * Full runs sync everything from the top and setup structure, - including creating a symlink to latest-Rocky-X + including creating a symlink to latest-Rocky-X and creating the + kickstart directories * self.repo is ignored during full runs (noted in stdout) * self.arch being set will force only that arch to sync """ diff --git a/iso/empanadas/empanadas/util/shared.py b/iso/empanadas/empanadas/util/shared.py index c6b8eb8..eca879d 100644 --- a/iso/empanadas/empanadas/util/shared.py +++ b/iso/empanadas/empanadas/util/shared.py @@ -86,7 +86,8 @@ class Shared: """ Writes really basic treeinfo, this is for single repository treeinfo data. This is usually called in the case of a fresh run and each repo - needs one. + needs one. This basic info may be overwritten later either by lorax + data or a full run. """ ti = productmd.treeinfo.TreeInfo() ti.release.name = distname