Modificar PepDev64/pepbld.py

This commit is contained in:
manuel 2023-10-16 15:39:06 +00:00
parent 54d149ac69
commit 2096380ee8
1 changed files with 8 additions and 8 deletions

View File

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