From e31fbeea1c3b9023f9035d0a075ac39588fbdfff Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 28 Mar 2023 14:24:56 +0000 Subject: [PATCH] =?UTF-8?q?=1B[Anew=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PepDeb32.sh | 8 -------- PepDeb64.sh | 8 -------- PepDeb_arm64.sh | 8 -------- PepDev32.sh | 8 -------- PepDev64.sh | 8 -------- PepDev_arm64.sh | 8 -------- buildall.sh | 12 ++++++------ 7 files changed, 6 insertions(+), 54 deletions(-) delete mode 100755 PepDeb32.sh delete mode 100755 PepDeb64.sh delete mode 100755 PepDeb_arm64.sh delete mode 100755 PepDev32.sh delete mode 100755 PepDev64.sh delete mode 100755 PepDev_arm64.sh 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