Skip to content

Commit 472f628

Browse files
committed
ref(client): remove old python client
1 parent dfcbe4d commit 472f628

17 files changed

Lines changed: 1 addition & 3012 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ logs/
2424
# local binaries, installers, and artifacts
2525
builder/rootfs/usr/bin
2626
cache/image/bin/
27-
client/dist/
28-
client/makeself/
2927
client-go/deis
3028
client-go/deis.exe
3129
contrib/azure/azure-user-data

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
1212

1313
COMPONENTS=builder cache controller database logger logspout publisher registry router $(STORE_IF_STATEFUL)
1414
START_ORDER=publisher $(STORE_IF_STATEFUL) logger logspout database cache registry controller builder router
15-
CLIENTS=client client-go deisctl
15+
CLIENTS=client-go deisctl
1616

1717
all: build run
1818

client/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

client/MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/Makefile

Lines changed: 0 additions & 38 deletions
This file was deleted.

client/README.rst

Lines changed: 0 additions & 163 deletions
This file was deleted.

client/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)