update mirrors in the devuan build scripts

This commit is contained in:
manuel 2023-10-22 09:40:43 +00:00
parent 28a93ccbc5
commit 5ceb252bbf
10 changed files with 51 additions and 51 deletions

0
PepDeb_arm64/pepbld.py Normal file → Executable file
View File

View File

@ -24,7 +24,7 @@ WorkingDir = "/home/pepadmin/PepMini/PepDev32"
# Execute the ISO building script
os.chdir(WorkingDir)
os.system("./pepbld.sh")
os.system("python3 pepbld.py")
# Move and rename the ISO file
os.chdir("fusato")

View File

@ -33,14 +33,14 @@ lb_command = [
"--distribution", "daedalus",
"--initsystem", "sysvinit",
"--archive-areas", "main contrib non-free non-free-firmware",
"--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",
"--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",
"--security", "false",
"--updates", "false",
"--backports", "false",

View File

@ -23,14 +23,14 @@ lb config noauto \
--distribution daedalus \
--initsystem sysvinit \
--archive-areas "main contrib non-free non-free-firmware" \
--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 \
--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 \
--security false \
--updates false \
--backports false \

View File

@ -24,7 +24,7 @@ WorkingDir = "/home/pepadmin/PepMini/PepDev64"
# Execute the ISO building script
os.chdir(WorkingDir)
os.system("./pepbld.sh")
os.system("python3 pepbld.py")
# Move and rename the ISO file
os.chdir("fusato")

View File

@ -33,14 +33,14 @@ lb_command = [
"--distribution", "daedalus",
"--initsystem", "sysvinit",
"--archive-areas", "main contrib non-free non-free-firmware",
"--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",
"--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",
"--security", "false",
"--updates", "false",
"--backports", "false",

View File

@ -23,14 +23,14 @@ lb config noauto \
--distribution daedalus \
--initsystem sysvinit \
--archive-areas "main contrib non-free non-free-firmware" \
--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 \
--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 \ \
--security false \
--updates false \
--backports false \

View File

@ -24,7 +24,7 @@ WorkingDir = "/home/pepadmin/PepMini/PepDev_arm64"
# Execute the ISO building script
os.chdir(WorkingDir)
os.system("./pepbld.sh")
os.system("python3 pepbld.py")
# Move and rename the ISO file
os.chdir("fusato")

View File

@ -33,14 +33,14 @@ lb_command = [
"--distribution", "daedalus",
"--initsystem", "sysvinit",
"--archive-areas", "main contrib non-free non-free-firmware",
"--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",
"--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",
"--security", "false",
"--updates", "false",
"--backports", "false",

View File

@ -23,14 +23,14 @@ lb config noauto \
--distribution daedalus \
--initsystem sysvinit \
--archive-areas "main contrib non-free non-free-firmware" \
--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 \
--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 \
--security false \
--updates false \
--backports false \