[util] wip- add a check for valid buildet before chroot is started

This commit is contained in:
udeved 2015-06-05 07:53:57 +02:00
parent 83a023ec39
commit 46e6bfed3e

View file

@ -17,6 +17,10 @@ check_chroot_version(){
fi fi
} }
check_dir(){
#check for pkgbuilds
}
chroot_create(){ chroot_create(){
msg "Creating chroot for [${branch}] (${arch})..." msg "Creating chroot for [${branch}] (${arch})..."
mkdir -p "${work_dir}" mkdir -p "${work_dir}"