Stefan Bluhm:
> Hello,
> 
> can you please explain me the purpose and the functionality of the 
> spacewalk-utils files depsolver.py and cloneByDate.py? Are they being called 
> by anything? I could not find any references to these files.

They are used by spacewalk-clone-by-date:

$ git grep depsolver utils
...
utils/cloneByDate.py:from depsolver import DepSolver
...
$ git grep cloneByDate utils
...
utils/spacewalk-clone-by-date:from utils import cloneByDate
utils/spacewalk-clone-by-date:from utils.cloneByDate import UserError
utils/spacewalk-clone-by-date:        return cloneByDate.main(args)
...

> If these are just human readable CLI tools, it would make a re-implementation 
> with similar output easier. (or even drop the function as dnf can do the same 
> by itself?)
> 
> Thank you and best wishes,
> 
> Stefan

Regards,

--
Michael Mráka
System Management Engineering, Red Hat

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to