BLAH: finish last task
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c1110cd25e
commit
091a8658b3
12
Makefile
12
Makefile
|
@ -6,7 +6,7 @@ VERSION = $(shell cat resources/VERSION)
|
||||||
# PATH=/usr/bin:$PATH go version
|
# PATH=/usr/bin:$PATH go version
|
||||||
|
|
||||||
run: new-build
|
run: new-build
|
||||||
~/go/bin/wit-debian-gui
|
~/go/bin/debian-gui
|
||||||
|
|
||||||
new-build:
|
new-build:
|
||||||
# go mod edit -replace git.wit.org/wit/gui=/home/jcarr/go/src/git.wit.org/wit/gui
|
# go mod edit -replace git.wit.org/wit/gui=/home/jcarr/go/src/git.wit.org/wit/gui
|
||||||
|
@ -41,7 +41,7 @@ gomod-clean:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
|
|
||||||
sudo: new-build
|
sudo: new-build
|
||||||
sudo ~/go/bin/wit-debian-gui
|
sudo ~/go/bin/debian-gui
|
||||||
|
|
||||||
# https://golang.cafe/blog/golang-debugging-with-delve.html
|
# https://golang.cafe/blog/golang-debugging-with-delve.html
|
||||||
# debug using 'delve'
|
# debug using 'delve'
|
||||||
|
@ -92,7 +92,7 @@ gaper:
|
||||||
gaper
|
gaper
|
||||||
|
|
||||||
node002: new-build
|
node002: new-build
|
||||||
strip ~/go/bin/wit-debian-gui
|
strip ~/go/bin/debian-gui
|
||||||
-ssh root@node002 rm /root/wit-debian-gui
|
-ssh root@node002 rm /root/debian-gui
|
||||||
scp ~/go/bin/wit-debian-gui root@node002:
|
scp ~/go/bin/debian-gui root@node002:
|
||||||
ssh -X root@node002 /root/wit-debian-gui
|
ssh -X root@node002 /root/debian-gui
|
||||||
|
|
Loading…
Reference in New Issue