Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,3 @@ TALOS_VERSION=$(shell go list -m github.com/siderolabs/talos | awk '{sub(/^v/,

build:
go build -ldflags="-X 'main.Version=$(VERSION)'"

import: import-internal import-commands

import-commands:
go run tools/import_commands.go --talos-version v$(TALOS_VERSION) \
bootstrap \
containers \
dashboard \
disks \
dmesg \
events \
get \
health \
image \
kubeconfig \
list \
logs \
memory \
mounts \
netstat \
pcap \
processes \
read \
reboot \
reset \
restart \
rollback \
service \
shutdown \
stats \
time \
copy \
meta \
edit \
rollback \
rotate-ca \
support \
wipe \
diskusage \
version

import-internal:
rm -rf internal/pkg internal/app
wget -O- https://github.com/siderolabs/talos/archive/refs/tags/v$(TALOS_VERSION).tar.gz | tar --strip=1 -xzf- \
talos-$(TALOS_VERSION)/internal/app \
talos-$(TALOS_VERSION)/internal/pkg
rm -rf internal/app/init/ internal/pkg/rng/ internal/pkg/tui/
sed -i 's|github.com/siderolabs/talos/internal|github.com/cozystack/talm/internal|g' `grep -rl 'github.com/siderolabs/talos/internal' internal`
110 changes: 0 additions & 110 deletions pkg/commands/imported_bootstrap.go

This file was deleted.

127 changes: 0 additions & 127 deletions pkg/commands/imported_containers.go

This file was deleted.

Loading