16 lines
598 B
Makefile
16 lines
598 B
Makefile
|
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
|