From 8c5114a2358d104a61d5ac0b913f0a049321dae9 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 14 Sep 2020 03:03:04 +0000
Subject: [PATCH] Made variables folder

---
 main.sh |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/main.sh b/main.sh
index 3b3ece3..66cc83e 100644
--- a/main.sh
+++ b/main.sh
@@ -2,16 +2,7 @@
 #A basic bash script to automate the building of arch packages
 # Usage: main.sh init|add|build_all [-f force]
 
-REPODIR=/repo/x86_64
-BUILDDIR=/repo/build
-REPONAME=
-UPDATE=N
-CLEAN=N
-SIGN=N
-KEY=""
-NUM_OLD=5
-export PACKAGER="John Doe <jd@change.me>"
-EMAIL=""
+source vars.sh
 
 ERRORS=""
 

--
Gitblit v1.9.3