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