new commit

This commit is contained in:
Manuel 2023-03-28 14:24:56 +00:00
parent ebb9efca0d
commit e31fbeea1c
7 changed files with 6 additions and 54 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDeb32/pepbld.sh ] && (cd PepDeb32 ; sudo ./pepbld.sh ; cd ../)

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDeb64/pepbld.sh ] && (cd PepDeb64 ; sudo ./pepbld.sh ; cd ../)

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDeb_arm64/pepbld.sh ] && (cd PepDeb_arm64 ; sudo ./pepbld.sh ; cd ../)

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDev32/pepbld.sh ] && (cd PepDev32 ; sudo ./pepbld.sh ; cd ../)

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDev64/pepbld.sh ] && (cd PepDev64 ; sudo ./pepbld.sh ; cd ../)

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
[ -x ./PepDev_arm64/pepbld.sh ] && (cd PepDev_arm64 ; sudo ./pepbld.sh ; cd ../)

View File

@ -2,10 +2,10 @@
git pull --ff
./PepDeb32.sh
./PepDeb64.sh
./PepDeb_arm64.sh
./PepDev32.sh
./PepDev64.sh
./PepDev_arm64.sh
./PepDeb32/BldHelper-release.sh
./PepDeb64/BldHelper-release.sh
./PepDeb_arm64/BldHelper-release.sh
./PepDev32/BldHelper-release.sh
./PepDev64/BldHelper-release.sh
./PepDev_arm64/BldHelper-release.sh