mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
snap: Avoid collition name for qemu dir.
Use a different repo dir for qemu to avoid conflicts with qemu dir. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -302,8 +302,9 @@ parts:
|
||||
esac
|
||||
|
||||
# download source
|
||||
git clone --branch ${branch} --single-branch ${url} ${pkg_name}
|
||||
cd ${pkg_name}
|
||||
pkg_repo_dir="${pkg_name}-repo"
|
||||
git clone --branch ${branch} --single-branch ${url} "${pkg_repo_dir}"
|
||||
cd ${pkg_repo_dir}
|
||||
git checkout ${commit}
|
||||
|
||||
[ -n "$(ls -A ui/keycodemapdb)" ] || git clone https://github.com/qemu/keycodemapdb ui/keycodemapdb/
|
||||
|
Reference in New Issue
Block a user