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