From 9e005227980f21ab722377fd7a25bdcb3cc89e0b Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 14 Nov 2022 09:37:00 -0100 Subject: [PATCH] new commit --- BldHelper-release.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BldHelper-release.sh b/BldHelper-release.sh index fb0597f6..b7ca6a24 100755 --- a/BldHelper-release.sh +++ b/BldHelper-release.sh @@ -16,14 +16,14 @@ 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=/build/my-distro-ubuntu/out/${BUILD} # Tells and the script which 2 files to remove and where to put them. -LogDir=/build/my-distro-ubuntu/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. -WorkDir=/build/my-distro-ubuntu/My-distro-xfce-configs-ubuntu/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * +LOCATION=/build/my-distro-ubuntu-work/out/${BUILD} # Tells and the script which 2 files to remove and where to put them. +LogDir=/build/my-distro-ubuntu-work/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. +WorkDir=/build/my-distro-ubuntu-work/My-distro-xfce-configs-ubuntu/ # * 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 # Move into the builder directory. # Make sure the local repos are up to date. -cd /build/my-distro-ubuntu/ +cd /build/my-distro-ubuntu-work/ #cd ./My-distro-xfce-configs-ubuntu cd ./My-distro-xfce-configs-ubuntu && git pull --ff-only