From 1f27d6a762767921f914fd7a43226187677bbf74 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 26 Apr 2023 10:59:17 +0000 Subject: [PATCH] opdate build scripts --- bookworm/BldHelper-release.sh | 2 +- daedalus/BldHelper-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookworm/BldHelper-release.sh b/bookworm/BldHelper-release.sh index f303642..7e1e606 100755 --- a/bookworm/BldHelper-release.sh +++ b/bookworm/BldHelper-release.sh @@ -22,7 +22,7 @@ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # If MasterBuilder.sh is used IT FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . LOCATION=/var/www/html/nightly/PepOSServer/${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=/home/pepadmin/PepOSServer/Deb #* If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * +WorkingDir=/home/pepadmin/PepOSServer/bookworm #* 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" LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log" _cache="./cache" diff --git a/daedalus/BldHelper-release.sh b/daedalus/BldHelper-release.sh index 9fdf379..2e7761c 100755 --- a/daedalus/BldHelper-release.sh +++ b/daedalus/BldHelper-release.sh @@ -22,7 +22,7 @@ TODAY=$(date -u +"%Y-%m-%d") && export TODAY # If MasterBuilder.sh is used IT FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . LOCATION=/var/www/html/nightly/PepOSServer/${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=/home/pepadmin/PepOSServer/Dev #* If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * +WorkingDir=/home/pepadmin/PepOSServer/daedalus #* 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" LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log" _cache="./cache"