From 5f18f4c7e7fafd5bc12acf688a35eaf136bc8762 Mon Sep 17 00:00:00 2001
From: Chizi123 <build@jsrv.com>
Date: Mon, 19 Oct 2020 07:01:53 +0000
Subject: [PATCH] fixed problem with duplicate adds, sped up repo-add, allows for all or none upgrades

---
 vars-default.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vars-default.sh b/vars-default.sh
index f0e617b..22cd35c 100644
--- a/vars-default.sh
+++ b/vars-default.sh
@@ -1,6 +1,9 @@
 REPODIR=/repo/x86_64
 BUILDDIR=/repo/build
 REPONAME=
+COMPRESSION=zst
+export PKGEXT='.pkg.tar.zst'
+export SRCEXT='.src.tar.bz2'
 export PACKAGER="John Doe <jd@change.me>"
 EMAIL=""
 UPDATE=N

--
Gitblit v1.9.3