diff --git a/PepDeb32.sh b/PepDeb32.sh deleted file mode 100755 index d78821e..0000000 --- a/PepDeb32.sh +++ /dev/null @@ -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 ../) - diff --git a/PepDeb64.sh b/PepDeb64.sh deleted file mode 100755 index e9ea3d6..0000000 --- a/PepDeb64.sh +++ /dev/null @@ -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 ../) - diff --git a/PepDeb_arm64.sh b/PepDeb_arm64.sh deleted file mode 100755 index d444f7d..0000000 --- a/PepDeb_arm64.sh +++ /dev/null @@ -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 ../) - diff --git a/PepDev32.sh b/PepDev32.sh deleted file mode 100755 index d865f08..0000000 --- a/PepDev32.sh +++ /dev/null @@ -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 ../) - diff --git a/PepDev64.sh b/PepDev64.sh deleted file mode 100755 index 62ed2a7..0000000 --- a/PepDev64.sh +++ /dev/null @@ -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 ../) - diff --git a/PepDev_arm64.sh b/PepDev_arm64.sh deleted file mode 100755 index 0c50b48..0000000 --- a/PepDev_arm64.sh +++ /dev/null @@ -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 ../) - diff --git a/buildall.sh b/buildall.sh index ca59eb2..7adfd16 100755 --- a/buildall.sh +++ b/buildall.sh @@ -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