aboutsummaryrefslogtreecommitdiffstats
path: root/config.bash
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-20 20:20:08 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-20 20:20:08 +0000
commit50efb6f4ebffe1d0f3bb2232397b4fca62922542 (patch)
treefd9ab83c711cbf9bf170d6a9f522776349e82d8e /config.bash
parent23970267de35293efb5a21bf39434431915913c7 (diff)
downloadvcs-rebuild-50efb6f4ebffe1d0f3bb2232397b4fca62922542.tar.xz
fix get_repo_sha and clean_packages repo location
Diffstat (limited to 'config.bash')
-rw-r--r--config.bash4
1 files changed, 2 insertions, 2 deletions
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