From 88cda460282855a185369b4513171f9cf2812201 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 13 Nov 2022 19:33:11 -0100 Subject: [PATCH] new commit --- BldHelper-release-lite.sh | 4 ++-- BldHelper-release.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BldHelper-release-lite.sh b/BldHelper-release-lite.sh index 07f38941..314ecf72 100755 --- a/BldHelper-release-lite.sh +++ b/BldHelper-release-lite.sh @@ -24,8 +24,8 @@ _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-work/ -#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. ./build-lite.sh 2>&1 | tee -a /tmp/${FileName}.out diff --git a/BldHelper-release.sh b/BldHelper-release.sh index b7ca6a24..b1638be6 100755 --- a/BldHelper-release.sh +++ b/BldHelper-release.sh @@ -25,7 +25,8 @@ _break=0 ; _wait=30 # Time (in seconds) to wait # Make sure the local repos are up to date. cd /build/my-distro-ubuntu-work/ #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. ./build.sh 2>&1 | tee -a /tmp/${FileName}.out