new commit

This commit is contained in:
Manuel 2022-11-13 19:33:11 -01:00
parent 8f00595786
commit 88cda46028
2 changed files with 4 additions and 3 deletions

View File

@ -24,8 +24,8 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
# Move into the builder directory. # Move into the builder directory.
# Make sure the local repos are up to date. # Make sure the local repos are up to date.
cd /build/my-distro-ubuntu-work/ cd /build/my-distro-ubuntu-work/
#cd ./My-distro-xfce-configs-ubuntu cd ./My-distro-xfce-configs-ubuntu && git pull
cd ./My-distro-xfce-configs-ubuntu && git pull --ff-only #cd ./My-distro-xfce-configs-ubuntu && git pull --ff-only
# Run the build script - expect 50 minutes, allow 60. # Run the build script - expect 50 minutes, allow 60.
./build-lite.sh 2>&1 | tee -a /tmp/${FileName}.out ./build-lite.sh 2>&1 | tee -a /tmp/${FileName}.out

View File

@ -25,7 +25,8 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
# Make sure the local repos are up to date. # Make sure the local repos are up to date.
cd /build/my-distro-ubuntu-work/ cd /build/my-distro-ubuntu-work/
#cd ./My-distro-xfce-configs-ubuntu #cd ./My-distro-xfce-configs-ubuntu
cd ./My-distro-xfce-configs-ubuntu && git pull --ff-only cd ./My-distro-xfce-configs-ubuntu && git pull
#cd ./My-distro-xfce-configs-ubuntu && git pull --ff-only
# Run the build script - expect 50 minutes, allow 60. # Run the build script - expect 50 minutes, allow 60.
./build.sh 2>&1 | tee -a /tmp/${FileName}.out ./build.sh 2>&1 | tee -a /tmp/${FileName}.out