initial commit

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-12 19:54:24 -06:00
commit 9519c86927
2 changed files with 19 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!Makefile
!*.go

15
Makefile Normal file
View File

@ -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