From 9519c869276d3405b5491c3eac340addfbc12c4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Jan 2024 19:54:24 -0600 Subject: [PATCH] initial commit Signed-off-by: Jeff Carr --- .gitignore | 4 ++++ Makefile | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3aa4127 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!Makefile +!*.go diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1f078b7 --- /dev/null +++ b/Makefile @@ -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