new commit
This commit is contained in:
parent
8f00595786
commit
88cda46028
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue