From 54354b7c3f895bd716a8d3c48b950688f27d330b Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 27 May 2017 17:52:17 -0400 Subject: added project readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..47f8aa7 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +### Overview +updatezone is a tool that helps you easily adjust dns zone files. It handles incrementing the serial number and pushing updates to slave dns servers. For the complete documentation of the package itself, view usr/share/updatezone/docs/README.txt. + +### Building +The recommended way to build an rpm is: + + pushd ~/rpmbuild; mkdir -p SOURCES RPMS SPECS BUILD BUILDROOT; popd + mkdir -p ~/rpmbuild/SOURCES/updatezone-0.0-1 + cd ~/rpmbuild/SOURCES/updatezone-0.0-1 + git clone https://github.com/bgstack15/updatezone + usr/share/updatezone/inc/pack rpm + +The generated rpm will be in ~/rpmbuild/RPMS/noarch -- cgit