From 0f089f41c707e2e642b306de74df55b4ac882359 Mon Sep 17 00:00:00 2001 From: Ric Evans Date: Mon, 18 Dec 2023 17:48:02 -0600 Subject: [PATCH] Duplicated `clientmanager/` to `ewms_sidecar` with git line history --- {temp => clientmanager}/__init__.py | 0 {temp => clientmanager}/__main__.py | 0 {temp => clientmanager}/clientmanager.py | 0 {temp => clientmanager}/condor/__init__.py | 0 {temp => clientmanager}/condor/act.py | 0 {temp => clientmanager}/condor/condor_tools.py | 0 {temp => clientmanager}/condor/starter.py | 0 {temp => clientmanager}/condor/stopper.py | 0 {temp => clientmanager}/condor/watcher.py | 0 {temp => clientmanager}/config.py | 0 {temp => clientmanager}/k8s/__init__.py | 0 {temp => clientmanager}/k8s/act.py | 0 {temp => clientmanager}/k8s/k8s_tools.py | 0 {temp => clientmanager}/k8s/starter.py | 0 {temp => clientmanager}/k8s/stopper.py | 0 {temp => clientmanager}/py.typed | 0 {temp => clientmanager}/utils.py | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {temp => clientmanager}/__init__.py (100%) rename {temp => clientmanager}/__main__.py (100%) rename {temp => clientmanager}/clientmanager.py (100%) rename {temp => clientmanager}/condor/__init__.py (100%) rename {temp => clientmanager}/condor/act.py (100%) rename {temp => clientmanager}/condor/condor_tools.py (100%) rename {temp => clientmanager}/condor/starter.py (100%) rename {temp => clientmanager}/condor/stopper.py (100%) rename {temp => clientmanager}/condor/watcher.py (100%) rename {temp => clientmanager}/config.py (100%) rename {temp => clientmanager}/k8s/__init__.py (100%) rename {temp => clientmanager}/k8s/act.py (100%) rename {temp => clientmanager}/k8s/k8s_tools.py (100%) rename {temp => clientmanager}/k8s/starter.py (100%) rename {temp => clientmanager}/k8s/stopper.py (100%) rename {temp => clientmanager}/py.typed (100%) rename {temp => clientmanager}/utils.py (100%) diff --git a/temp/__init__.py b/clientmanager/__init__.py similarity index 100% rename from temp/__init__.py rename to clientmanager/__init__.py diff --git a/temp/__main__.py b/clientmanager/__main__.py similarity index 100% rename from temp/__main__.py rename to clientmanager/__main__.py diff --git a/temp/clientmanager.py b/clientmanager/clientmanager.py similarity index 100% rename from temp/clientmanager.py rename to clientmanager/clientmanager.py diff --git a/temp/condor/__init__.py b/clientmanager/condor/__init__.py similarity index 100% rename from temp/condor/__init__.py rename to clientmanager/condor/__init__.py diff --git a/temp/condor/act.py b/clientmanager/condor/act.py similarity index 100% rename from temp/condor/act.py rename to clientmanager/condor/act.py diff --git a/temp/condor/condor_tools.py b/clientmanager/condor/condor_tools.py similarity index 100% rename from temp/condor/condor_tools.py rename to clientmanager/condor/condor_tools.py diff --git a/temp/condor/starter.py b/clientmanager/condor/starter.py similarity index 100% rename from temp/condor/starter.py rename to clientmanager/condor/starter.py diff --git a/temp/condor/stopper.py b/clientmanager/condor/stopper.py similarity index 100% rename from temp/condor/stopper.py rename to clientmanager/condor/stopper.py diff --git a/temp/condor/watcher.py b/clientmanager/condor/watcher.py similarity index 100% rename from temp/condor/watcher.py rename to clientmanager/condor/watcher.py diff --git a/temp/config.py b/clientmanager/config.py similarity index 100% rename from temp/config.py rename to clientmanager/config.py diff --git a/temp/k8s/__init__.py b/clientmanager/k8s/__init__.py similarity index 100% rename from temp/k8s/__init__.py rename to clientmanager/k8s/__init__.py diff --git a/temp/k8s/act.py b/clientmanager/k8s/act.py similarity index 100% rename from temp/k8s/act.py rename to clientmanager/k8s/act.py diff --git a/temp/k8s/k8s_tools.py b/clientmanager/k8s/k8s_tools.py similarity index 100% rename from temp/k8s/k8s_tools.py rename to clientmanager/k8s/k8s_tools.py diff --git a/temp/k8s/starter.py b/clientmanager/k8s/starter.py similarity index 100% rename from temp/k8s/starter.py rename to clientmanager/k8s/starter.py diff --git a/temp/k8s/stopper.py b/clientmanager/k8s/stopper.py similarity index 100% rename from temp/k8s/stopper.py rename to clientmanager/k8s/stopper.py diff --git a/temp/py.typed b/clientmanager/py.typed similarity index 100% rename from temp/py.typed rename to clientmanager/py.typed diff --git a/temp/utils.py b/clientmanager/utils.py similarity index 100% rename from temp/utils.py rename to clientmanager/utils.py