commit
9519c86927
|
@ -0,0 +1,4 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!Makefile
|
||||||
|
!*.go
|
|
@ -0,0 +1,15 @@
|
||||||
|
stage1:
|
||||||
|
@echo
|
||||||
|
@echo This will attempt to verify a build of the DNS Control Panel
|
||||||
|
@echo
|
||||||
|
@echo 'This uses the GO GUI package (go.wit.com/gui/gui)'
|
||||||
|
@echo
|
||||||
|
@sleep 3
|
||||||
|
-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/gui-verify-build.git
|
||||||
|
-cd ~/go/src/go.wit.com/apps/; git clone https://git.wit.org/jcarr/control-panel-dns
|
||||||
|
-cd ~/go/src/go.wit.com/apps/control-panel-dns; git checkout devel
|
||||||
|
cd ~/go/src/go.wit.com/apps/control-panel-dns; make
|
||||||
|
@# ./clone-gui-verify-build.sh
|
||||||
|
@# /home/jcarr/gui-verify-build.git
|
Loading…
Reference in New Issue