diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-17 21:57:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-17 21:57:34 +0100 |
commit | 611f1403d5591b4319a8edb5b03b9925ae374e8f (patch) | |
tree | 4f17b3ac8acf5df53211fa7e2e576ceb7c550661 | |
parent | ee1a7a73d02165f38ed8bc56f9bea3ee16ff7484 (diff) | |
download | vcs-rebuild-611f1403d5591b4319a8edb5b03b9925ae374e8f.tar.xz |
Add config file.
-rw-r--r-- | config.bash | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.bash b/config.bash new file mode 100644 index 0000000..6bf944f --- /dev/null +++ b/config.bash @@ -0,0 +1,9 @@ +source "$HOME"/.makepkg.conf +source $(dirname $0)/package-list.bash + +PKGBUILD_DIR="$HOME"/packaging/pkgbuilds + +REPOSE_BINARY="$HOME"/packaging/vodik-repose/repose +DATABASE=kyriasis +ROOT="$HOME"/packaging/repo +POOL="$HOME"/packaging/built_packages |