]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
Move embedded remote helpers to cmd/safcm/
authorSimon Ruderich <simon@ruderich.org>
Tue, 18 May 2021 09:03:05 +0000 (11:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 18 May 2021 09:08:29 +0000 (11:08 +0200)
commitfd97e8019e2ab166d9475ed59782c86247d8430b
treee5f247bd13c9efe2d57576836b02596307281ce7
parent9d0d090fc1d683accc8bd1b354425c23cbe9fb6a
Move embedded remote helpers to cmd/safcm/

To permit using safcm as an actual library the helpers must be passed to
rpc.DialSSH() and not directly embedded.
.gitignore
Makefile
cmd/safcm-remote/build.sh
cmd/safcm/remote.go [moved from remote/remote.go with 82% similarity]
cmd/safcm/sync.go
rpc/conn.go
rpc/dial.go