From 50efb6f4ebffe1d0f3bb2232397b4fca62922542 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 20 Nov 2014 20:20:08 +0000 Subject: fix get_repo_sha and clean_packages repo location --- config.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.bash') diff --git a/config.bash b/config.bash index 6bf944f..aae575e 100644 --- a/config.bash +++ b/config.bash @@ -5,5 +5,5 @@ PKGBUILD_DIR="$HOME"/packaging/pkgbuilds REPOSE_BINARY="$HOME"/packaging/vodik-repose/repose DATABASE=kyriasis -ROOT="$HOME"/packaging/repo -POOL="$HOME"/packaging/built_packages +REPO_ROOT="$HOME"/packaging/repo +REPO_POOL="$HOME"/packaging/built_packages -- cgit v1.2.3-54-g00ecf