From b000f723a950306399f2d3ece2b95db06dbeda5b Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Wed, 27 Oct 2021 22:44:46 -0600 Subject: [PATCH] Rename to match the upstream naming --- projects/{hatctl => clusterctrl}/BUILD | 4 ++-- projects/{hatctl => clusterctrl}/README.md | 0 .../hatctl => clusterctrl/src/python/clusterctrl}/__main__.py | 0 .../hatctl => clusterctrl/src/python/clusterctrl}/driver.py | 0 .../hatctl => clusterctrl/src/python/clusterctrl}/xra1200.py | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename projects/{hatctl => clusterctrl}/BUILD (68%) rename projects/{hatctl => clusterctrl}/README.md (100%) rename projects/{hatctl/src/python/hatctl => clusterctrl/src/python/clusterctrl}/__main__.py (100%) rename projects/{hatctl/src/python/hatctl => clusterctrl/src/python/clusterctrl}/driver.py (100%) rename projects/{hatctl/src/python/hatctl => clusterctrl/src/python/clusterctrl}/xra1200.py (100%) diff --git a/projects/hatctl/BUILD b/projects/clusterctrl/BUILD similarity index 68% rename from projects/hatctl/BUILD rename to projects/clusterctrl/BUILD index 7dd9742..57e75d2 100644 --- a/projects/hatctl/BUILD +++ b/projects/clusterctrl/BUILD @@ -3,8 +3,8 @@ py_project( ) zapp_binary( - name = "hatctl", - main = "src/python/hatctl/__main__.py", + name = "clusterctrl", + main = "src/python/clusterctrl/__main__.py", imports = [ "src/python", ], diff --git a/projects/hatctl/README.md b/projects/clusterctrl/README.md similarity index 100% rename from projects/hatctl/README.md rename to projects/clusterctrl/README.md diff --git a/projects/hatctl/src/python/hatctl/__main__.py b/projects/clusterctrl/src/python/clusterctrl/__main__.py similarity index 100% rename from projects/hatctl/src/python/hatctl/__main__.py rename to projects/clusterctrl/src/python/clusterctrl/__main__.py diff --git a/projects/hatctl/src/python/hatctl/driver.py b/projects/clusterctrl/src/python/clusterctrl/driver.py similarity index 100% rename from projects/hatctl/src/python/hatctl/driver.py rename to projects/clusterctrl/src/python/clusterctrl/driver.py diff --git a/projects/hatctl/src/python/hatctl/xra1200.py b/projects/clusterctrl/src/python/clusterctrl/xra1200.py similarity index 100% rename from projects/hatctl/src/python/hatctl/xra1200.py rename to projects/clusterctrl/src/python/clusterctrl/xra1200.py