mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
simplify
This commit is contained in:
parent
5c78128fea
commit
0e24fe2e19
@ -14,12 +14,6 @@ GIT_REPO=3dr-arm-yocto-bsp
|
||||
GIT_BRANCH=master
|
||||
BUILD_MACHINE=both
|
||||
|
||||
# Check if the build directory is there. If not, setup steps were skipped or messed up.
|
||||
if [ ! -d "/solo-build-alt" ]; then
|
||||
echo "No build directory. Did you skip all the other steps?"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
# Check command line options for git account, repo, and branch.
|
||||
while getopts a:r:b:m: option
|
||||
@ -47,7 +41,6 @@ case "$choice" in
|
||||
esac
|
||||
echo
|
||||
|
||||
cd /solo-build-alt
|
||||
#Do it.
|
||||
/vagrant/alt_sync.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user