forked from sig_core/toolkit
change comments briefly before merging changes
This commit is contained in:
parent
462ea264b3
commit
957bf5ef3f
@ -173,7 +173,8 @@ class RepoSync:
|
|||||||
|
|
||||||
* Dry runs only create initial directories and structure
|
* Dry runs only create initial directories and structure
|
||||||
* Full runs sync everything from the top and setup 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.repo is ignored during full runs (noted in stdout)
|
||||||
* self.arch being set will force only that arch to sync
|
* self.arch being set will force only that arch to sync
|
||||||
"""
|
"""
|
||||||
|
@ -86,7 +86,8 @@ class Shared:
|
|||||||
"""
|
"""
|
||||||
Writes really basic treeinfo, this is for single repository treeinfo
|
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
|
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 = productmd.treeinfo.TreeInfo()
|
||||||
ti.release.name = distname
|
ti.release.name = distname
|
||||||
|
Loading…
Reference in New Issue
Block a user