10 lines
189 B
INI
10 lines
189 B
INI
|
# The config for building packages in chroots
|
||
|
|
||
|
cfg_git_repo="$HOME/git/pkgbuilds.git"
|
||
|
|
||
|
cfg_build_dir="/tmp"
|
||
|
cfg_repos_dir="$HOME/public"
|
||
|
cfg_chroot_dir="/tmp/chroot"
|
||
|
|
||
|
export GIT_DIR='.git'
|