parent
9519c86927
commit
9e898d77f6
|
@ -2,3 +2,4 @@
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!Makefile
|
!Makefile
|
||||||
!*.go
|
!*.go
|
||||||
|
!*.sh
|
||||||
|
|
10
Makefile
10
Makefile
|
@ -5,6 +5,10 @@ stage1:
|
||||||
@echo 'This uses the GO GUI package (go.wit.com/gui/gui)'
|
@echo 'This uses the GO GUI package (go.wit.com/gui/gui)'
|
||||||
@echo
|
@echo
|
||||||
@sleep 3
|
@sleep 3
|
||||||
|
make toolkits
|
||||||
|
make control-panel-dns
|
||||||
|
|
||||||
|
control-panel-dns:
|
||||||
-mkdir -p ~/go/src/go.wit.com/apps/
|
-mkdir -p ~/go/src/go.wit.com/apps/
|
||||||
@# git clone https://git.wit.org/wit/control-panel-dns.git
|
@# git clone https://git.wit.org/wit/control-panel-dns.git
|
||||||
@# git clone https://git.wit.org/wit/gui-verify-build.git
|
@# git clone https://git.wit.org/wit/gui-verify-build.git
|
||||||
|
@ -13,3 +17,9 @@ stage1:
|
||||||
cd ~/go/src/go.wit.com/apps/control-panel-dns; make
|
cd ~/go/src/go.wit.com/apps/control-panel-dns; make
|
||||||
@# ./clone-gui-verify-build.sh
|
@# ./clone-gui-verify-build.sh
|
||||||
@# /home/jcarr/gui-verify-build.git
|
@# /home/jcarr/gui-verify-build.git
|
||||||
|
|
||||||
|
toolkits:
|
||||||
|
-mkdir -p ~/go/src/go.wit.com/gui/
|
||||||
|
-cd ~/go/src/go.wit.com/gui/; git clone https://git.wit.org/gui/toolkits
|
||||||
|
-cd ~/go/src/go.wit.com/gui/toolkits/; git checkout devel
|
||||||
|
-cd ~/go/src/go.wit.com/gui/toolkits/; make
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh -x
|
||||||
|
# https://git.wit.org/jcarr/control-panel-dns.git
|
Loading…
Reference in New Issue