ebuild test chroot script: add tastytea repo

This commit is contained in:
tea 2024-06-19 18:57:26 +02:00
parent 0afa2600f8
commit 295d7c38d6
No known key found for this signature in database

View File

@ -28,6 +28,7 @@ mount --rbind /run ${chroot_dir}/run
mount -o bind,ro ~tea/src/gentoo ${chroot_dir}/var/db/repos/gentoo
mount -o bind,ro ~tea/src/guru ${chroot_dir}/var/db/repos/guru
mount -o bind,ro ~tea/src/tastytea-overlay ${chroot_dir}/var/db/repos/tastytea
chroot ${chroot_dir} /bin/bash -l
@ -39,6 +40,7 @@ function _try_umount() {
setopt ERR_RETURN
}
_try_umount ${chroot_dir}/var/db/repos/tastytea
_try_umount ${chroot_dir}/var/db/repos/guru
_try_umount ${chroot_dir}/var/db/repos/gentoo