From 3afe6a77c05c23a2d0924ffe3e46e01eb192d6c7 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 19 Nov 2022 01:22:06 -0100 Subject: [PATCH] new commit --- BldHelper-32-non-pae-release.sh | 2 +- BldHelper-32-release.sh | 2 +- BldHelper-64-release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BldHelper-32-non-pae-release.sh b/BldHelper-32-non-pae-release.sh index 7c664001..ca401e1d 100755 --- a/BldHelper-32-non-pae-release.sh +++ b/BldHelper-32-non-pae-release.sh @@ -16,7 +16,7 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ [ $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . -LOCATION=/repos/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/acoroslinux.tk/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkDir=/repos/builds/my-distro-builds/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * _break=0 ; _wait=30 # Time (in seconds) to wait diff --git a/BldHelper-32-release.sh b/BldHelper-32-release.sh index d8860578..dbd6158e 100755 --- a/BldHelper-32-release.sh +++ b/BldHelper-32-release.sh @@ -16,7 +16,7 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ [ $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . -LOCATION=/repos/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/acoroslinux.tk/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkDir=/repos/builds/my-distro-builds/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * _break=0 ; _wait=30 # Time (in seconds) to wait diff --git a/BldHelper-64-release.sh b/BldHelper-64-release.sh index 9f505b3e..806a6099 100755 --- a/BldHelper-64-release.sh +++ b/BldHelper-64-release.sh @@ -16,7 +16,7 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ [ $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . -LOCATION=/repos/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/acoroslinux.tk/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkDir=/repos/builds/my-distro-builds/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * _break=0 ; _wait=30 # Time (in seconds) to wait