diff --git a/PepDeb32/BldHelper-release.sh b/PepDeb32/BldHelper-release.sh index a679952..4a923f3 100755 --- a/PepDeb32/BldHelper-release.sh +++ b/PepDeb32/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDeb32 #* If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out" diff --git a/PepDeb64/BldHelper-release.sh b/PepDeb64/BldHelper-release.sh index d4a7e2f..2d0d09b 100755 --- a/PepDeb64/BldHelper-release.sh +++ b/PepDeb64/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDeb64 # If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out" diff --git a/PepDeb_arm64/BldHelper-release.sh b/PepDeb_arm64/BldHelper-release.sh index dba21fb..07cb87b 100755 --- a/PepDeb_arm64/BldHelper-release.sh +++ b/PepDeb_arm64/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDeb_arm64 # If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out" diff --git a/PepDev32/BldHelper-release.sh b/PepDev32/BldHelper-release.sh index de31f76..e4b6986 100755 --- a/PepDev32/BldHelper-release.sh +++ b/PepDev32/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDev32 # If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out" diff --git a/PepDev64/BldHelper-release.sh b/PepDev64/BldHelper-release.sh index 1148b92..8c4dbc3 100755 --- a/PepDev64/BldHelper-release.sh +++ b/PepDev64/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDev64 # If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out" diff --git a/PepDev_arm64/BldHelper-release.sh b/PepDev_arm64/BldHelper-release.sh index 08f120b..fada8ae 100755 --- a/PepDev_arm64/BldHelper-release.sh +++ b/PepDev_arm64/BldHelper-release.sh @@ -16,7 +16,7 @@ BUILD=PepMini # Sets which pepbld.sh to use and the location in /var/www/html/[ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # 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=/var/www/html/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LOCATION=/var/www/html/nightly/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/var/log/Live-Build # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. WorkingDir=~/pepadmin/PepMini/PepDev_arm64 # If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * OutFile="/tmp/${PREFIX}${SUFFIX}.out"