ebuild test chroot script: add tastytea repo
This commit is contained in:
parent
0afa2600f8
commit
295d7c38d6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user