WIP: Copy /etc/apt/{sources.list.d,preferences.d} to the piuparts chroot
... to test using some packages from experimental.
See also samba-team/samba!10 (merged)
Edited by Mathieu Parent
Merge request reports
Activity
Filter activity
mentioned in merge request images!7 (closed)
mentioned in merge request !28 (closed)
mentioned in merge request samba-team/samba!10 (merged)
No. It doesn't work for me yet. See samba-team/samba!10 (comment 47396)
Is this still necessary @sathieu ?
Is this still necessary @sathieu ?
Not currently, as ldb was uploaded to sid. But this will come again with the next samba major version (
4.10
, in March 2019)However, I know how to fix it now:
-
Add sathieu/images@6c3e7c8c (without the
sed
part, which was a workaround for #911334) -
Add
--scriptsdir
to piuparts call (done in !40 (merged)) -
Add the following in the
run piuparts
job (before thepiuparts
call):
- mkdir -p ${CHROOT_PATH}/etc-target/apt/sources.list.d ${CHROOT_PATH}/etc-target/apt/preferences.d - cp -aTv /etc/apt/sources.list.d ${CHROOT_PATH}/etc-target/apt/sources.list.d - cp -aTv /etc/apt/preferences.d ${CHROOT_PATH}/etc-target/apt/preferences.d
Edited by Agustin Henze-
Add sathieu/images@6c3e7c8c (without the
Replaced by !45 (merged)
Please register or sign in to reply