cjnovak98 / ocp4-disconnected-collection

0 stars 0 forks source link

28 common logic needs to be reworked for binarys #32

Closed mriensch closed 1 month ago

mriensch commented 1 month ago

went with an "all or nothing" approach for now, it will:

  1. Check if binaries are in content_dir, if not (or any are missing), will download them all,
  2. Check if binaries are in path (/usr/bin), if not ((or any are missing), will copy them all.

Had to go with this flow because the way hander cannot dynamically trigger notify/listeners. and handlers will run in the order they are triggered.