new commit

This commit is contained in:
Manuel 2023-04-03 20:09:34 +00:00
parent bdcf840833
commit a0ec7fc0ff
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
### ## # Set build working variables HERE # ## ###
PREFIX=PepMini_arm64 # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
SUFFIX=amd64 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
BUILD=PepDeb_arm64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]

View File

@ -6,7 +6,7 @@
### ## # Set build working variables HERE # ## ###
PREFIX=PepDev32 # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
SUFFIX=i386 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
BUILD=PepDev32 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]

View File

@ -6,7 +6,7 @@
### ## # Set build working variables HERE # ## ###
PREFIX=PepDev64 # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
SUFFIX=amd64 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
BUILD=PepDev64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]
@ -26,7 +26,7 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
cd ${WorkingDir}
# Run the build script.
./pepbld.sh 2>&1 | tee -a ${OutFile}
./pepbld.sh 2>&1 | tee -a ${OutFile}
# Timing matters, don't destroy the old one without a replacement.

View File

@ -6,7 +6,7 @@
### ## # Set build working variables HERE # ## ###
PREFIX=PepDev_arm64 # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
PREFIX=PepMini # Sets a unique final name of the ISO and checksum so <HouseKeeping> only removes 2 files .
SUFFIX=arm64 # Also used by <HouseKeeping>. And to distinguish between amd64 and x86 or devuan and ubuntu .
BUILD=PepDev_arm64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]