Skip to content

Commit

Permalink
Merge pull request #1740 from mrpalide/fix/clean-codebase-from-useles…
Browse files Browse the repository at this point in the history
…s-parts

Clean Codebase
  • Loading branch information
mrpalide authored Feb 12, 2024
2 parents 06aa253 + 2c11cad commit a65f07f
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 4,050 deletions.
36 changes: 0 additions & 36 deletions .appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ host-apps-race: ## Build app
bin: fix-systray-vendor bin-fix unfix-systray-vendor

bin-fix: ## Build `skywire-visor`, `skywire-cli`
${OPTS} go build ${BUILD_OPTS} -o $(BUILD_PATH) ./cmd/skywire-visor ./cmd/skywire-cli ./cmd/setup-node ./cmd/skywire-systray ./cmd/skywire-deployment
${OPTS} go build ${BUILD_OPTS} -o $(BUILD_PATH) ./cmd/skywire-visor ./cmd/skywire-cli ./cmd/setup-node ./cmd/skywire-deployment

fix-systray-vendor:
@if [ $(UNAME_S) = "Linux" ]; then\
Expand Down
7 changes: 0 additions & 7 deletions cmd/skywire-deployment/skywire.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ import (

ar "github.com/skycoin/skywire-services/cmd/address-resolver/commands"
confbs "github.com/skycoin/skywire-services/cmd/config-bootstrapper/commands"
dmsgm "github.com/skycoin/skywire-services/cmd/dmsg-monitor/commands"
kg "github.com/skycoin/skywire-services/cmd/keys-gen/commands"
lc "github.com/skycoin/skywire-services/cmd/liveness-checker/commands"
nv "github.com/skycoin/skywire-services/cmd/node-visualizer/commands"
pvm "github.com/skycoin/skywire-services/cmd/public-visor-monitor/commands"
rf "github.com/skycoin/skywire-services/cmd/route-finder/commands"
se "github.com/skycoin/skywire-services/cmd/sw-env/commands"
tpdm "github.com/skycoin/skywire-services/cmd/tpd-monitor/commands"
tpd "github.com/skycoin/skywire-services/cmd/transport-discovery/commands"
tps "github.com/skycoin/skywire-services/cmd/transport-setup/commands"
"github.com/skycoin/skywire-utilities/pkg/buildinfo"
Expand All @@ -52,7 +50,6 @@ func init() {
dmsgptyCmd,
dmsgdisc.RootCmd,
dmsgserver.RootCmd,
dmsgm.RootCmd,
dmsghttp.RootCmd,
dmsgcurl.RootCmd,
dmsgweb.RootCmd,
Expand All @@ -61,14 +58,12 @@ func init() {
setupnode.RootCmd,
tpd.RootCmd,
tps.RootCmd,
tpdm.RootCmd,
ar.RootCmd,
rf.RootCmd,
confbs.RootCmd,
kg.RootCmd,
lc.RootCmd,
nv.RootCmd,
pvm.RootCmd,
se.RootCmd,
sd.RootCmd,
)
Expand Down Expand Up @@ -185,7 +180,6 @@ func main() {
dmsgCmd,
tpd.RootCmd,
tps.RootCmd,
tpdm.RootCmd,
ar.RootCmd,
rf.RootCmd,
confbs.RootCmd,
Expand All @@ -194,7 +188,6 @@ func main() {
nv.RootCmd,
pvm.RootCmd,
se.RootCmd,
dmsgm.RootCmd,
sd.RootCmd,
svcCmd,
setupnode.RootCmd,
Expand Down
47 changes: 0 additions & 47 deletions cmd/skywire-systray/README.md

This file was deleted.

Binary file removed cmd/skywire-systray/icons/icon.ico
Binary file not shown.
Binary file removed cmd/skywire-systray/icons/icon.png
Binary file not shown.
Binary file removed cmd/skywire-systray/icons/icon.tiff
Binary file not shown.
Loading

0 comments on commit a65f07f

Please sign in to comment.