Modificar PepDev32/pepbld.py

Signed-off-by: manuel <manuelsilvarosa@gmail.com>
This commit is contained in:
manuel 2023-10-16 15:38:23 +00:00
parent 36f5158fc9
commit 54d149ac69
1 changed files with 8 additions and 8 deletions

View File

@ -33,14 +33,14 @@ lb_command = [
"--distribution", "daedalus",
"--initsystem", "sysvinit",
"--archive-areas", "main contrib non-free non-free-firmware",
"--mirror-bootstrap", "http://deb.devuan.org/merged",
"--parent-mirror-bootstrap", "http://deb.devuan.org/merged",
"--parent-mirror-chroot", "http://deb.devuan.org/merged",
"--parent-mirror-chroot-security", "http://deb.devuan.org/merged",
"--parent-mirror-binary", "http://deb.devuan.org/merged",
"--parent-mirror-binary-security", "http://deb.devuan.org/merged",
"--mirror-chroot", "http://deb.devuan.org/merged",
"--mirror-chroot-security", "http://deb.devuan.org/merged",
"--mirror-bootstrap", "http://devuan.ipacct.com/devuan/merged",
"--parent-mirror-bootstrap", "http://devuan.ipacct.com/devuan/merged",
"--parent-mirror-chroot", "http://devuan.ipacct.com/devuan/merged",
"--parent-mirror-chroot-security", "http://devuan.ipacct.com/devuan/merged",
"--parent-mirror-binary", "http://devuan.ipacct.com/devuan/merged",
"--parent-mirror-binary-security", "http://devuan.ipacct.com/devuan/merged",
"--mirror-chroot", "http://devuan.ipacct.com/devuan/merged",
"--mirror-chroot-security", "http://devuan.ipacct.com/devuan/merged",
"--security", "false",
"--updates", "false",
"--backports", "false",